Shades of Eggplant #901867
Tints of Eggplant #901867
RGB
CMYK
RGB Variations
Color information
#901867 (or 0x901867) is known color: Eggplant. HEX triplet: 90, 18 and 67. RGB value is (144,24,103). Sum of RGB (Red+Green+Blue) = 144+24+103=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #901867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901867 is #6FE798. Grayscale: #444444. Windows color (decimal): -7333785 or 6756496. OLE color: 6756496.
HSL color Cylindrical-coordinate representation of color #901867: hue angle of 320.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901867 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 103 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.44 |
| HSL | 320.5º | 0.71% | 0.33% | - |
| HSV(B) | 320.5º | 0.83% | 0.56% | - |
| XYZ | 14.28 | 7.56 | 13.54 | - |
| YUV | 68.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 103 | 0 | 0.83 | 0.28 | 0.44 | 320.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 67 | 0 | 53 | 1C | 2C | 140 | 47 | 21 |
| Octal | 220 | 30 | 147 | 0 | 123 | 34 | 54 | 500 | 107 | 41 |
| Binary | 10010000 | 11000 | 1100111 | 0 | 1010011 | 11100 | 101100 | 101000000 | 1000111 | 100001 |
Color Harmonies of #901867
Complementary color
Monochromatic Colors of #901867
Black with #901867
Text Example
Text Example
White with #901867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901867; }
p { color: rgb(144,24,103); }
H1.HeaderClassName
{
color: #901867;
}
.AnyTagClassName
{
color: #901867;
}
</style>
background-color css
<style>
a { background-color: #901867; }
a { background-color: rgb(144,24,103); }
div.DivClassName
{
background-color: #901867;
}
.BgClassName
{
background-color: #901867;
}
</style>
border-color css
<style>
span { border-color: #901867; }
span { border-color: rgb(144,24,103); }
td.TdClassName
{
border-color: #901867;
}
.TagClassName
{
border-color: #901867;
}
</style>