Shades of Eggplant #910C5D
Tints of Eggplant #910C5D
RGB
CMYK
RGB Variations
Color information
#910C5D (or 0x910C5D) is known color: Eggplant. HEX triplet: 91, 0C and 5D. RGB value is (145,12,93). Sum of RGB (Red+Green+Blue) = 145+12+93=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #910C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C5D is #6EF3A2. Grayscale: #3C3C3C. Windows color (decimal): -7271331 or 6098065. OLE color: 6098065.
HSL color Cylindrical-coordinate representation of color #910C5D: hue angle of 323.46º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C5D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 93 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.43 |
| HSL | 323.46º | 0.85% | 0.31% | - |
| HSV(B) | 323.46º | 0.92% | 0.57% | - |
| XYZ | 13.78 | 7.07 | 10.99 | - |
| YUV | 61 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 93 | 0 | 0.92 | 0.36 | 0.43 | 323.46 | 0.85 | 0.31 |
| Hex | 91 | C | 5D | 0 | 5C | 24 | 2B | 143 | 55 | 1F |
| Octal | 221 | 14 | 135 | 0 | 134 | 44 | 53 | 503 | 125 | 37 |
| Binary | 10010001 | 1100 | 1011101 | 0 | 1011100 | 100100 | 101011 | 101000011 | 1010101 | 11111 |
Color Harmonies of #910C5D
Complementary color
Monochromatic Colors of #910C5D
Black with #910C5D
Text Example
Text Example
White with #910C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C5D; }
p { color: rgb(145,12,93); }
H1.HeaderClassName
{
color: #910C5D;
}
.AnyTagClassName
{
color: #910C5D;
}
</style>
background-color css
<style>
a { background-color: #910C5D; }
a { background-color: rgb(145,12,93); }
div.DivClassName
{
background-color: #910C5D;
}
.BgClassName
{
background-color: #910C5D;
}
</style>
border-color css
<style>
span { border-color: #910C5D; }
span { border-color: rgb(145,12,93); }
td.TdClassName
{
border-color: #910C5D;
}
.TagClassName
{
border-color: #910C5D;
}
</style>