Shades of Eggplant #91025C
Tints of Eggplant #91025C
RGB
CMYK
RGB Variations
Color information
#91025C (or 0x91025C) is known color: Eggplant. HEX triplet: 91, 02 and 5C. RGB value is (145,2,92). Sum of RGB (Red+Green+Blue) = 145+2+92=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #91025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91025C is #6EFDA3. Grayscale: #363636. Windows color (decimal): -7273892 or 6029969. OLE color: 6029969.
HSL color Cylindrical-coordinate representation of color #91025C: hue angle of 322.24º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91025C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.43 |
| HSL | 322.24º | 0.97% | 0.29% | - |
| HSV(B) | 322.24º | 0.99% | 0.57% | - |
| XYZ | 13.63 | 6.84 | 10.73 | - |
| YUV | 55.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 92 | 0 | 0.99 | 0.37 | 0.43 | 322.24 | 0.97 | 0.29 |
| Hex | 91 | 2 | 5C | 0 | 63 | 25 | 2B | 142 | 61 | 1D |
| Octal | 221 | 2 | 134 | 0 | 143 | 45 | 53 | 502 | 141 | 35 |
| Binary | 10010001 | 10 | 1011100 | 0 | 1100011 | 100101 | 101011 | 101000010 | 1100001 | 11101 |
Color Harmonies of #91025C
Complementary color
Monochromatic Colors of #91025C
Black with #91025C
Text Example
Text Example
White with #91025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91025C; }
p { color: rgb(145,2,92); }
H1.HeaderClassName
{
color: #91025C;
}
.AnyTagClassName
{
color: #91025C;
}
</style>
background-color css
<style>
a { background-color: #91025C; }
a { background-color: rgb(145,2,92); }
div.DivClassName
{
background-color: #91025C;
}
.BgClassName
{
background-color: #91025C;
}
</style>
border-color css
<style>
span { border-color: #91025C; }
span { border-color: rgb(145,2,92); }
td.TdClassName
{
border-color: #91025C;
}
.TagClassName
{
border-color: #91025C;
}
</style>