Shades of Eggplant #910B5D
Tints of Eggplant #910B5D
RGB
CMYK
RGB Variations
Color information
#910B5D (or 0x910B5D) is known color: Eggplant. HEX triplet: 91, 0B and 5D. RGB value is (145,11,93). Sum of RGB (Red+Green+Blue) = 145+11+93=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #910B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B5D is #6EF4A2. Grayscale: #3C3C3C. Windows color (decimal): -7271587 or 6097809. OLE color: 6097809.
HSL color Cylindrical-coordinate representation of color #910B5D: hue angle of 323.28º degrees, saturation: 0.86, 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 #910B5D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 93 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.43 |
| HSL | 323.28º | 0.86% | 0.31% | - |
| HSV(B) | 323.28º | 0.92% | 0.57% | - |
| XYZ | 13.77 | 7.05 | 10.99 | - |
| YUV | 60.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 93 | 0 | 0.92 | 0.36 | 0.43 | 323.28 | 0.86 | 0.31 |
| Hex | 91 | B | 5D | 0 | 5C | 24 | 2B | 143 | 56 | 1F |
| Octal | 221 | 13 | 135 | 0 | 134 | 44 | 53 | 503 | 126 | 37 |
| Binary | 10010001 | 1011 | 1011101 | 0 | 1011100 | 100100 | 101011 | 101000011 | 1010110 | 11111 |
Color Harmonies of #910B5D
Complementary color
Monochromatic Colors of #910B5D
Black with #910B5D
Text Example
Text Example
White with #910B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B5D; }
p { color: rgb(145,11,93); }
H1.HeaderClassName
{
color: #910B5D;
}
.AnyTagClassName
{
color: #910B5D;
}
</style>
background-color css
<style>
a { background-color: #910B5D; }
a { background-color: rgb(145,11,93); }
div.DivClassName
{
background-color: #910B5D;
}
.BgClassName
{
background-color: #910B5D;
}
</style>
border-color css
<style>
span { border-color: #910B5D; }
span { border-color: rgb(145,11,93); }
td.TdClassName
{
border-color: #910B5D;
}
.TagClassName
{
border-color: #910B5D;
}
</style>