Shades of Eggplant #91015C
Tints of Eggplant #91015C
RGB
CMYK
RGB Variations
Color information
#91015C (or 0x91015C) is known color: Eggplant. HEX triplet: 91, 01 and 5C. RGB value is (145,1,92). Sum of RGB (Red+Green+Blue) = 145+1+92=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #91015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91015C is #6EFEA3. Grayscale: #363636. Windows color (decimal): -7274148 or 6029713. OLE color: 6029713.
HSL color Cylindrical-coordinate representation of color #91015C: hue angle of 322.08º degrees, saturation: 0.99, 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 #91015C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.43 |
| HSL | 322.08º | 0.99% | 0.29% | - |
| HSV(B) | 322.08º | 0.99% | 0.57% | - |
| XYZ | 13.62 | 6.81 | 10.72 | - |
| YUV | 54.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 92 | 0 | 0.99 | 0.37 | 0.43 | 322.08 | 0.99 | 0.29 |
| Hex | 91 | 1 | 5C | 0 | 63 | 25 | 2B | 142 | 63 | 1D |
| Octal | 221 | 1 | 134 | 0 | 143 | 45 | 53 | 502 | 143 | 35 |
| Binary | 10010001 | 1 | 1011100 | 0 | 1100011 | 100101 | 101011 | 101000010 | 1100011 | 11101 |
Color Harmonies of #91015C
Complementary color
Monochromatic Colors of #91015C
Black with #91015C
Text Example
Text Example
White with #91015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91015C; }
p { color: rgb(145,1,92); }
H1.HeaderClassName
{
color: #91015C;
}
.AnyTagClassName
{
color: #91015C;
}
</style>
background-color css
<style>
a { background-color: #91015C; }
a { background-color: rgb(145,1,92); }
div.DivClassName
{
background-color: #91015C;
}
.BgClassName
{
background-color: #91015C;
}
</style>
border-color css
<style>
span { border-color: #91015C; }
span { border-color: rgb(145,1,92); }
td.TdClassName
{
border-color: #91015C;
}
.TagClassName
{
border-color: #91015C;
}
</style>