Shades of Eggplant #910A6D
Tints of Eggplant #910A6D
RGB
CMYK
RGB Variations
Color information
#910A6D (or 0x910A6D) is known color: Eggplant. HEX triplet: 91, 0A and 6D. RGB value is (145,10,109). Sum of RGB (Red+Green+Blue) = 145+10+109=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #910A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A6D is #6EF592. Grayscale: #3D3D3D. Windows color (decimal): -7271827 or 7146129. OLE color: 7146129.
HSL color Cylindrical-coordinate representation of color #910A6D: hue angle of 316º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A6D is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 109 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.43 |
| HSL | 316º | 0.87% | 0.3% | - |
| HSV(B) | 316º | 0.93% | 0.57% | - |
| XYZ | 14.55 | 7.34 | 15.12 | - |
| YUV | 61.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 109 | 0 | 0.93 | 0.25 | 0.43 | 316 | 0.87 | 0.3 |
| Hex | 91 | A | 6D | 0 | 5D | 19 | 2B | 13C | 57 | 1E |
| Octal | 221 | 12 | 155 | 0 | 135 | 31 | 53 | 474 | 127 | 36 |
| Binary | 10010001 | 1010 | 1101101 | 0 | 1011101 | 11001 | 101011 | 100111100 | 1010111 | 11110 |
Color Harmonies of #910A6D
Complementary color
Monochromatic Colors of #910A6D
Black with #910A6D
Text Example
Text Example
White with #910A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A6D; }
p { color: rgb(145,10,109); }
H1.HeaderClassName
{
color: #910A6D;
}
.AnyTagClassName
{
color: #910A6D;
}
</style>
background-color css
<style>
a { background-color: #910A6D; }
a { background-color: rgb(145,10,109); }
div.DivClassName
{
background-color: #910A6D;
}
.BgClassName
{
background-color: #910A6D;
}
</style>
border-color css
<style>
span { border-color: #910A6D; }
span { border-color: rgb(145,10,109); }
td.TdClassName
{
border-color: #910A6D;
}
.TagClassName
{
border-color: #910A6D;
}
</style>