Shades of Eggplant #910067
Tints of Eggplant #910067
RGB
CMYK
RGB Variations
Color information
#910067 (or 0x910067) is known color: Eggplant. HEX triplet: 91, 00 and 67. RGB value is (145,0,103). Sum of RGB (Red+Green+Blue) = 145+0+103=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #910067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910067 is #6EFF98. Grayscale: #363636. Windows color (decimal): -7274393 or 6750353. OLE color: 6750353.
HSL color Cylindrical-coordinate representation of color #910067: hue angle of 317.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910067 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.29 | 0.43 |
| HSL | 317.38º | 1% | 0.28% | - |
| HSV(B) | 317.38º | 1% | 0.57% | - |
| XYZ | 14.13 | 7 | 13.44 | - |
| YUV | 55.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 103 | 0 | 1 | 0.29 | 0.43 | 317.38 | 1 | 0.28 |
| Hex | 91 | 0 | 67 | 0 | 64 | 1D | 2B | 13D | 64 | 1C |
| Octal | 221 | 0 | 147 | 0 | 144 | 35 | 53 | 475 | 144 | 34 |
| Binary | 10010001 | 0 | 1100111 | 0 | 1100100 | 11101 | 101011 | 100111101 | 1100100 | 11100 |
Color Harmonies of #910067
Complementary color
Monochromatic Colors of #910067
Black with #910067
Text Example
Text Example
White with #910067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910067; }
p { color: rgb(145,0,103); }
H1.HeaderClassName
{
color: #910067;
}
.AnyTagClassName
{
color: #910067;
}
</style>
background-color css
<style>
a { background-color: #910067; }
a { background-color: rgb(145,0,103); }
div.DivClassName
{
background-color: #910067;
}
.BgClassName
{
background-color: #910067;
}
</style>
border-color css
<style>
span { border-color: #910067; }
span { border-color: rgb(145,0,103); }
td.TdClassName
{
border-color: #910067;
}
.TagClassName
{
border-color: #910067;
}
</style>