Shades of Eggplant #910F65
Tints of Eggplant #910F65
RGB
CMYK
RGB Variations
Color information
#910F65 (or 0x910F65) is known color: Eggplant. HEX triplet: 91, 0F and 65. RGB value is (145,15,101). Sum of RGB (Red+Green+Blue) = 145+15+101=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F65 is #6EF09A. Grayscale: #3F3F3F. Windows color (decimal): -7270555 or 6623121. OLE color: 6623121.
HSL color Cylindrical-coordinate representation of color #910F65: hue angle of 320.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F65 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 101 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.43 |
| HSL | 320.31º | 0.81% | 0.31% | - |
| HSV(B) | 320.31º | 0.9% | 0.57% | - |
| XYZ | 14.2 | 7.3 | 12.97 | - |
| YUV | 63.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 101 | 0 | 0.90 | 0.30 | 0.43 | 320.31 | 0.81 | 0.31 |
| Hex | 91 | F | 65 | 0 | 5A | 1E | 2B | 140 | 51 | 1F |
| Octal | 221 | 17 | 145 | 0 | 132 | 36 | 53 | 500 | 121 | 37 |
| Binary | 10010001 | 1111 | 1100101 | 0 | 1011010 | 11110 | 101011 | 101000000 | 1010001 | 11111 |
Color Harmonies of #910F65
Complementary color
Monochromatic Colors of #910F65
Black with #910F65
Text Example
Text Example
White with #910F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F65; }
p { color: rgb(145,15,101); }
H1.HeaderClassName
{
color: #910F65;
}
.AnyTagClassName
{
color: #910F65;
}
</style>
background-color css
<style>
a { background-color: #910F65; }
a { background-color: rgb(145,15,101); }
div.DivClassName
{
background-color: #910F65;
}
.BgClassName
{
background-color: #910F65;
}
</style>
border-color css
<style>
span { border-color: #910F65; }
span { border-color: rgb(145,15,101); }
td.TdClassName
{
border-color: #910F65;
}
.TagClassName
{
border-color: #910F65;
}
</style>