Shades of Eggplant #91065D
Tints of Eggplant #91065D
RGB
CMYK
RGB Variations
Color information
#91065D (or 0x91065D) is known color: Eggplant. HEX triplet: 91, 06 and 5D. RGB value is (145,6,93). Sum of RGB (Red+Green+Blue) = 145+6+93=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #91065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91065D is #6EF9A2. Grayscale: #393939. Windows color (decimal): -7272867 or 6096529. OLE color: 6096529.
HSL color Cylindrical-coordinate representation of color #91065D: hue angle of 322.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91065D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.43 |
| HSL | 322.45º | 0.92% | 0.3% | - |
| HSV(B) | 322.45º | 0.96% | 0.57% | - |
| XYZ | 13.72 | 6.94 | 10.97 | - |
| YUV | 57.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 93 | 0 | 0.96 | 0.36 | 0.43 | 322.45 | 0.92 | 0.3 |
| Hex | 91 | 6 | 5D | 0 | 60 | 24 | 2B | 142 | 5C | 1E |
| Octal | 221 | 6 | 135 | 0 | 140 | 44 | 53 | 502 | 134 | 36 |
| Binary | 10010001 | 110 | 1011101 | 0 | 1100000 | 100100 | 101011 | 101000010 | 1011100 | 11110 |
Color Harmonies of #91065D
Complementary color
Monochromatic Colors of #91065D
Black with #91065D
Text Example
Text Example
White with #91065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91065D; }
p { color: rgb(145,6,93); }
H1.HeaderClassName
{
color: #91065D;
}
.AnyTagClassName
{
color: #91065D;
}
</style>
background-color css
<style>
a { background-color: #91065D; }
a { background-color: rgb(145,6,93); }
div.DivClassName
{
background-color: #91065D;
}
.BgClassName
{
background-color: #91065D;
}
</style>
border-color css
<style>
span { border-color: #91065D; }
span { border-color: rgb(145,6,93); }
td.TdClassName
{
border-color: #91065D;
}
.TagClassName
{
border-color: #91065D;
}
</style>