Shades of Eggplant #91006A
Tints of Eggplant #91006A
RGB
CMYK
RGB Variations
Color information
#91006A (or 0x91006A) is known color: Eggplant. HEX triplet: 91, 00 and 6A. RGB value is (145,0,106). Sum of RGB (Red+Green+Blue) = 145+0+106=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #91006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91006A is #6EFF95. Grayscale: #373737. Windows color (decimal): -7274390 or 6946961. OLE color: 6946961.
HSL color Cylindrical-coordinate representation of color #91006A: hue angle of 316.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91006A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.27 | 0.43 |
| HSL | 316.14º | 1% | 0.28% | - |
| HSV(B) | 316.14º | 1% | 0.57% | - |
| XYZ | 14.28 | 7.06 | 14.25 | - |
| YUV | 55.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 106 | 0 | 1 | 0.27 | 0.43 | 316.14 | 1 | 0.28 |
| Hex | 91 | 0 | 6A | 0 | 64 | 1B | 2B | 13C | 64 | 1C |
| Octal | 221 | 0 | 152 | 0 | 144 | 33 | 53 | 474 | 144 | 34 |
| Binary | 10010001 | 0 | 1101010 | 0 | 1100100 | 11011 | 101011 | 100111100 | 1100100 | 11100 |
Color Harmonies of #91006A
Complementary color
Monochromatic Colors of #91006A
Black with #91006A
Text Example
Text Example
White with #91006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91006A; }
p { color: rgb(145,0,106); }
H1.HeaderClassName
{
color: #91006A;
}
.AnyTagClassName
{
color: #91006A;
}
</style>
background-color css
<style>
a { background-color: #91006A; }
a { background-color: rgb(145,0,106); }
div.DivClassName
{
background-color: #91006A;
}
.BgClassName
{
background-color: #91006A;
}
</style>
border-color css
<style>
span { border-color: #91006A; }
span { border-color: rgb(145,0,106); }
td.TdClassName
{
border-color: #91006A;
}
.TagClassName
{
border-color: #91006A;
}
</style>