Shades of Eggplant #910A6A
Tints of Eggplant #910A6A
RGB
CMYK
RGB Variations
Color information
#910A6A (or 0x910A6A) is known color: Eggplant. HEX triplet: 91, 0A and 6A. RGB value is (145,10,106). Sum of RGB (Red+Green+Blue) = 145+10+106=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A6A is #6EF595. Grayscale: #3D3D3D. Windows color (decimal): -7271830 or 6949521. OLE color: 6949521.
HSL color Cylindrical-coordinate representation of color #910A6A: hue angle of 317.33º 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 #910A6A is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 106 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.43 |
| HSL | 317.33º | 0.87% | 0.3% | - |
| HSV(B) | 317.33º | 0.93% | 0.57% | - |
| XYZ | 14.39 | 7.28 | 14.28 | - |
| YUV | 61.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 106 | 0 | 0.93 | 0.27 | 0.43 | 317.33 | 0.87 | 0.3 |
| Hex | 91 | A | 6A | 0 | 5D | 1B | 2B | 13D | 57 | 1E |
| Octal | 221 | 12 | 152 | 0 | 135 | 33 | 53 | 475 | 127 | 36 |
| Binary | 10010001 | 1010 | 1101010 | 0 | 1011101 | 11011 | 101011 | 100111101 | 1010111 | 11110 |
Color Harmonies of #910A6A
Complementary color
Monochromatic Colors of #910A6A
Black with #910A6A
Text Example
Text Example
White with #910A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A6A; }
p { color: rgb(145,10,106); }
H1.HeaderClassName
{
color: #910A6A;
}
.AnyTagClassName
{
color: #910A6A;
}
</style>
background-color css
<style>
a { background-color: #910A6A; }
a { background-color: rgb(145,10,106); }
div.DivClassName
{
background-color: #910A6A;
}
.BgClassName
{
background-color: #910A6A;
}
</style>
border-color css
<style>
span { border-color: #910A6A; }
span { border-color: rgb(145,10,106); }
td.TdClassName
{
border-color: #910A6A;
}
.TagClassName
{
border-color: #910A6A;
}
</style>