Shades of Eggplant #910D67
Tints of Eggplant #910D67
RGB
CMYK
RGB Variations
Color information
#910D67 (or 0x910D67) is known color: Eggplant. HEX triplet: 91, 0D and 67. RGB value is (145,13,103). Sum of RGB (Red+Green+Blue) = 145+13+103=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D67 is #6EF298. Grayscale: #3E3E3E. Windows color (decimal): -7271065 or 6753681. OLE color: 6753681.
HSL color Cylindrical-coordinate representation of color #910D67: hue angle of 319.09º 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 #910D67 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 103 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.43 |
| HSL | 319.09º | 0.84% | 0.31% | - |
| HSV(B) | 319.09º | 0.91% | 0.57% | - |
| XYZ | 14.27 | 7.29 | 13.49 | - |
| YUV | 62.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 103 | 0 | 0.91 | 0.29 | 0.43 | 319.09 | 0.84 | 0.31 |
| Hex | 91 | D | 67 | 0 | 5B | 1D | 2B | 13F | 54 | 1F |
| Octal | 221 | 15 | 147 | 0 | 133 | 35 | 53 | 477 | 124 | 37 |
| Binary | 10010001 | 1101 | 1100111 | 0 | 1011011 | 11101 | 101011 | 100111111 | 1010100 | 11111 |
Color Harmonies of #910D67
Complementary color
Monochromatic Colors of #910D67
Black with #910D67
Text Example
Text Example
White with #910D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D67; }
p { color: rgb(145,13,103); }
H1.HeaderClassName
{
color: #910D67;
}
.AnyTagClassName
{
color: #910D67;
}
</style>
background-color css
<style>
a { background-color: #910D67; }
a { background-color: rgb(145,13,103); }
div.DivClassName
{
background-color: #910D67;
}
.BgClassName
{
background-color: #910D67;
}
</style>
border-color css
<style>
span { border-color: #910D67; }
span { border-color: rgb(145,13,103); }
td.TdClassName
{
border-color: #910D67;
}
.TagClassName
{
border-color: #910D67;
}
</style>