Shades of Eggplant #900874
Tints of Eggplant #900874
RGB
CMYK
RGB Variations
Color information
#900874 (or 0x900874) is known color: Eggplant. HEX triplet: 90, 08 and 74. RGB value is (144,8,116). Sum of RGB (Red+Green+Blue) = 144+8+116=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #900874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900874 is #6FF78B. Grayscale: #3C3C3C. Windows color (decimal): -7337868 or 7604368. OLE color: 7604368.
HSL color Cylindrical-coordinate representation of color #900874: hue angle of 312.35º degrees, saturation: 0.89, 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 #900874 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 116 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.44 |
| HSL | 312.35º | 0.89% | 0.3% | - |
| HSV(B) | 312.35º | 0.94% | 0.56% | - |
| XYZ | 14.74 | 7.36 | 17.17 | - |
| YUV | 60.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 116 | 0 | 0.94 | 0.19 | 0.44 | 312.35 | 0.89 | 0.3 |
| Hex | 90 | 8 | 74 | 0 | 5E | 13 | 2C | 138 | 59 | 1E |
| Octal | 220 | 10 | 164 | 0 | 136 | 23 | 54 | 470 | 131 | 36 |
| Binary | 10010000 | 1000 | 1110100 | 0 | 1011110 | 10011 | 101100 | 100111000 | 1011001 | 11110 |
Color Harmonies of #900874
Complementary color
Monochromatic Colors of #900874
Black with #900874
Text Example
Text Example
White with #900874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900874; }
p { color: rgb(144,8,116); }
H1.HeaderClassName
{
color: #900874;
}
.AnyTagClassName
{
color: #900874;
}
</style>
background-color css
<style>
a { background-color: #900874; }
a { background-color: rgb(144,8,116); }
div.DivClassName
{
background-color: #900874;
}
.BgClassName
{
background-color: #900874;
}
</style>
border-color css
<style>
span { border-color: #900874; }
span { border-color: rgb(144,8,116); }
td.TdClassName
{
border-color: #900874;
}
.TagClassName
{
border-color: #900874;
}
</style>