Shades of Eggplant #900967
Tints of Eggplant #900967
RGB
CMYK
RGB Variations
Color information
#900967 (or 0x900967) is known color: Eggplant. HEX triplet: 90, 09 and 67. RGB value is (144,9,103). Sum of RGB (Red+Green+Blue) = 144+9+103=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #900967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900967 is #6FF698. Grayscale: #3B3B3B. Windows color (decimal): -7337625 or 6752656. OLE color: 6752656.
HSL color Cylindrical-coordinate representation of color #900967: hue angle of 318.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900967 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 103 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.44 |
| HSL | 318.22º | 0.88% | 0.3% | - |
| HSV(B) | 318.22º | 0.94% | 0.56% | - |
| XYZ | 14.05 | 7.1 | 13.46 | - |
| YUV | 60.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 103 | 0 | 0.94 | 0.28 | 0.44 | 318.22 | 0.88 | 0.3 |
| Hex | 90 | 9 | 67 | 0 | 5E | 1C | 2C | 13E | 58 | 1E |
| Octal | 220 | 11 | 147 | 0 | 136 | 34 | 54 | 476 | 130 | 36 |
| Binary | 10010000 | 1001 | 1100111 | 0 | 1011110 | 11100 | 101100 | 100111110 | 1011000 | 11110 |
Color Harmonies of #900967
Complementary color
Monochromatic Colors of #900967
Black with #900967
Text Example
Text Example
White with #900967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900967; }
p { color: rgb(144,9,103); }
H1.HeaderClassName
{
color: #900967;
}
.AnyTagClassName
{
color: #900967;
}
</style>
background-color css
<style>
a { background-color: #900967; }
a { background-color: rgb(144,9,103); }
div.DivClassName
{
background-color: #900967;
}
.BgClassName
{
background-color: #900967;
}
</style>
border-color css
<style>
span { border-color: #900967; }
span { border-color: rgb(144,9,103); }
td.TdClassName
{
border-color: #900967;
}
.TagClassName
{
border-color: #900967;
}
</style>