Shades of Eggplant #900666
Tints of Eggplant #900666
RGB
CMYK
RGB Variations
Color information
#900666 (or 0x900666) is known color: Eggplant. HEX triplet: 90, 06 and 66. RGB value is (144,6,102). Sum of RGB (Red+Green+Blue) = 144+6+102=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #900666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900666 is #6FF999. Grayscale: #393939. Windows color (decimal): -7338394 or 6686352. OLE color: 6686352.
HSL color Cylindrical-coordinate representation of color #900666: hue angle of 318.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900666 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.44 |
| HSL | 318.26º | 0.92% | 0.29% | - |
| HSV(B) | 318.26º | 0.96% | 0.56% | - |
| XYZ | 13.97 | 7.02 | 13.19 | - |
| YUV | 58.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 102 | 0 | 0.96 | 0.29 | 0.44 | 318.26 | 0.92 | 0.29 |
| Hex | 90 | 6 | 66 | 0 | 60 | 1D | 2C | 13E | 5C | 1D |
| Octal | 220 | 6 | 146 | 0 | 140 | 35 | 54 | 476 | 134 | 35 |
| Binary | 10010000 | 110 | 1100110 | 0 | 1100000 | 11101 | 101100 | 100111110 | 1011100 | 11101 |
Color Harmonies of #900666
Complementary color
Monochromatic Colors of #900666
Black with #900666
Text Example
Text Example
White with #900666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900666; }
p { color: rgb(144,6,102); }
H1.HeaderClassName
{
color: #900666;
}
.AnyTagClassName
{
color: #900666;
}
</style>
background-color css
<style>
a { background-color: #900666; }
a { background-color: rgb(144,6,102); }
div.DivClassName
{
background-color: #900666;
}
.BgClassName
{
background-color: #900666;
}
</style>
border-color css
<style>
span { border-color: #900666; }
span { border-color: rgb(144,6,102); }
td.TdClassName
{
border-color: #900666;
}
.TagClassName
{
border-color: #900666;
}
</style>