Shades of Eggplant #910D61
Tints of Eggplant #910D61
RGB
CMYK
RGB Variations
Color information
#910D61 (or 0x910D61) is known color: Eggplant. HEX triplet: 91, 0D and 61. RGB value is (145,13,97). Sum of RGB (Red+Green+Blue) = 145+13+97=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #910D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D61 is #6EF29E. Grayscale: #3D3D3D. Windows color (decimal): -7271071 or 6360465. OLE color: 6360465.
HSL color Cylindrical-coordinate representation of color #910D61: hue angle of 321.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D61 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 97 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.43 |
| HSL | 321.82º | 0.84% | 0.31% | - |
| HSV(B) | 321.82º | 0.91% | 0.57% | - |
| XYZ | 13.98 | 7.17 | 11.96 | - |
| YUV | 62.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 97 | 0 | 0.91 | 0.33 | 0.43 | 321.82 | 0.84 | 0.31 |
| Hex | 91 | D | 61 | 0 | 5B | 21 | 2B | 142 | 54 | 1F |
| Octal | 221 | 15 | 141 | 0 | 133 | 41 | 53 | 502 | 124 | 37 |
| Binary | 10010001 | 1101 | 1100001 | 0 | 1011011 | 100001 | 101011 | 101000010 | 1010100 | 11111 |
Color Harmonies of #910D61
Complementary color
Monochromatic Colors of #910D61
Black with #910D61
Text Example
Text Example
White with #910D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D61; }
p { color: rgb(145,13,97); }
H1.HeaderClassName
{
color: #910D61;
}
.AnyTagClassName
{
color: #910D61;
}
</style>
background-color css
<style>
a { background-color: #910D61; }
a { background-color: rgb(145,13,97); }
div.DivClassName
{
background-color: #910D61;
}
.BgClassName
{
background-color: #910D61;
}
</style>
border-color css
<style>
span { border-color: #910D61; }
span { border-color: rgb(145,13,97); }
td.TdClassName
{
border-color: #910D61;
}
.TagClassName
{
border-color: #910D61;
}
</style>