Shades of Eggplant #91095C
Tints of Eggplant #91095C
RGB
CMYK
RGB Variations
Color information
#91095C (or 0x91095C) is known color: Eggplant. HEX triplet: 91, 09 and 5C. RGB value is (145,9,92). Sum of RGB (Red+Green+Blue) = 145+9+92=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #91095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91095C is #6EF6A3. Grayscale: #3A3A3A. Windows color (decimal): -7272100 or 6031761. OLE color: 6031761.
HSL color Cylindrical-coordinate representation of color #91095C: hue angle of 323.38º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91095C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.43 |
| HSL | 323.38º | 0.88% | 0.3% | - |
| HSV(B) | 323.38º | 0.94% | 0.57% | - |
| XYZ | 13.71 | 6.99 | 10.75 | - |
| YUV | 59.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 92 | 0 | 0.94 | 0.37 | 0.43 | 323.38 | 0.88 | 0.3 |
| Hex | 91 | 9 | 5C | 0 | 5E | 25 | 2B | 143 | 58 | 1E |
| Octal | 221 | 11 | 134 | 0 | 136 | 45 | 53 | 503 | 130 | 36 |
| Binary | 10010001 | 1001 | 1011100 | 0 | 1011110 | 100101 | 101011 | 101000011 | 1011000 | 11110 |
Color Harmonies of #91095C
Complementary color
Monochromatic Colors of #91095C
Black with #91095C
Text Example
Text Example
White with #91095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91095C; }
p { color: rgb(145,9,92); }
H1.HeaderClassName
{
color: #91095C;
}
.AnyTagClassName
{
color: #91095C;
}
</style>
background-color css
<style>
a { background-color: #91095C; }
a { background-color: rgb(145,9,92); }
div.DivClassName
{
background-color: #91095C;
}
.BgClassName
{
background-color: #91095C;
}
</style>
border-color css
<style>
span { border-color: #91095C; }
span { border-color: rgb(145,9,92); }
td.TdClassName
{
border-color: #91095C;
}
.TagClassName
{
border-color: #91095C;
}
</style>