←back to thread

877 points thunderbong | 1 comments | | HN request time: 0s | source
Show context
swayvil ◴[] No.42162092[source]
It's a nice purple.
replies(1): >>42162357 #
usbsea ◴[] No.42162357[source]
A simple one too - it would be on a 216 colour pallete using six values for each of R, G and B.

R = 1/5

G = 2/5

B = 3/5

Edit: of course that makes sense it is probably a "web safe" one

replies(2): >>42162458 #>>42166071 #
kijin ◴[] No.42162458[source]
If it's such a simple combination, I wonder why it wasn't officially named until 2014. CSS has had names for all sorts of weird colors since forever.
replies(2): >>42162736 #>>42162761 #
1. duskwuff ◴[] No.42162736[source]
Most CSS color names were inherited from the X11 color list [1], which, in turn, sourced its colors from a weird mixture of Crayola crayons, paint samples, and idiosyncratic personal choices [2]. It's a mess.

[1]: https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/di...

[2]: https://lists.w3.org/Archives/Public/www-style/2014Mar/0272....