Shades of Eggplant #90006B
Tints of Eggplant #90006B
RGB
CMYK
RGB Variations
Color information
#90006B (or 0x90006B) is known color: Eggplant. HEX triplet: 90, 00 and 6B. RGB value is (144,0,107). Sum of RGB (Red+Green+Blue) = 144+0+107=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #90006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90006B is #6FFF94. Grayscale: #363636. Windows color (decimal): -7339925 or 7012496. OLE color: 7012496.
HSL color Cylindrical-coordinate representation of color #90006B: hue angle of 315.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90006B is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.26 | 0.44 |
| HSL | 315.42º | 1% | 0.28% | - |
| HSV(B) | 315.42º | 1% | 0.56% | - |
| XYZ | 14.16 | 6.99 | 14.51 | - |
| YUV | 55.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 107 | 0 | 1 | 0.26 | 0.44 | 315.42 | 1 | 0.28 |
| Hex | 90 | 0 | 6B | 0 | 64 | 1A | 2C | 13B | 64 | 1C |
| Octal | 220 | 0 | 153 | 0 | 144 | 32 | 54 | 473 | 144 | 34 |
| Binary | 10010000 | 0 | 1101011 | 0 | 1100100 | 11010 | 101100 | 100111011 | 1100100 | 11100 |
Color Harmonies of #90006B
Complementary color
Monochromatic Colors of #90006B
Black with #90006B
Text Example
Text Example
White with #90006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90006B; }
p { color: rgb(144,0,107); }
H1.HeaderClassName
{
color: #90006B;
}
.AnyTagClassName
{
color: #90006B;
}
</style>
background-color css
<style>
a { background-color: #90006B; }
a { background-color: rgb(144,0,107); }
div.DivClassName
{
background-color: #90006B;
}
.BgClassName
{
background-color: #90006B;
}
</style>
border-color css
<style>
span { border-color: #90006B; }
span { border-color: rgb(144,0,107); }
td.TdClassName
{
border-color: #90006B;
}
.TagClassName
{
border-color: #90006B;
}
</style>