Shades of Eggplant #900875
Tints of Eggplant #900875
RGB
CMYK
RGB Variations
Color information
#900875 (or 0x900875) is known color: Eggplant. HEX triplet: 90, 08 and 75. RGB value is (144,8,117). Sum of RGB (Red+Green+Blue) = 144+8+117=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #900875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900875 is #6FF78A. Grayscale: #3C3C3C. Windows color (decimal): -7337867 or 7669904. OLE color: 7669904.
HSL color Cylindrical-coordinate representation of color #900875: hue angle of 311.91º 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 #900875 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 117 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.44 |
| HSL | 311.91º | 0.89% | 0.3% | - |
| HSV(B) | 311.91º | 0.94% | 0.56% | - |
| XYZ | 14.8 | 7.39 | 17.48 | - |
| YUV | 61.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 117 | 0 | 0.94 | 0.19 | 0.44 | 311.91 | 0.89 | 0.3 |
| Hex | 90 | 8 | 75 | 0 | 5E | 13 | 2C | 138 | 59 | 1E |
| Octal | 220 | 10 | 165 | 0 | 136 | 23 | 54 | 470 | 131 | 36 |
| Binary | 10010000 | 1000 | 1110101 | 0 | 1011110 | 10011 | 101100 | 100111000 | 1011001 | 11110 |
Color Harmonies of #900875
Complementary color
Monochromatic Colors of #900875
Black with #900875
Text Example
Text Example
White with #900875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900875; }
p { color: rgb(144,8,117); }
H1.HeaderClassName
{
color: #900875;
}
.AnyTagClassName
{
color: #900875;
}
</style>
background-color css
<style>
a { background-color: #900875; }
a { background-color: rgb(144,8,117); }
div.DivClassName
{
background-color: #900875;
}
.BgClassName
{
background-color: #900875;
}
</style>
border-color css
<style>
span { border-color: #900875; }
span { border-color: rgb(144,8,117); }
td.TdClassName
{
border-color: #900875;
}
.TagClassName
{
border-color: #900875;
}
</style>