Shades of Eggplant #911567
Tints of Eggplant #911567
RGB
CMYK
RGB Variations
Color information
#911567 (or 0x911567) is known color: Eggplant. HEX triplet: 91, 15 and 67. RGB value is (145,21,103). Sum of RGB (Red+Green+Blue) = 145+21+103=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #911567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911567 is #6EEA98. Grayscale: #434343. Windows color (decimal): -7269017 or 6755729. OLE color: 6755729.
HSL color Cylindrical-coordinate representation of color #911567: hue angle of 320.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911567 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 103 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.43 |
| HSL | 320.32º | 0.75% | 0.33% | - |
| HSV(B) | 320.32º | 0.86% | 0.57% | - |
| XYZ | 14.39 | 7.54 | 13.53 | - |
| YUV | 67.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 103 | 0 | 0.86 | 0.29 | 0.43 | 320.32 | 0.75 | 0.33 |
| Hex | 91 | 15 | 67 | 0 | 56 | 1D | 2B | 140 | 4B | 21 |
| Octal | 221 | 25 | 147 | 0 | 126 | 35 | 53 | 500 | 113 | 41 |
| Binary | 10010001 | 10101 | 1100111 | 0 | 1010110 | 11101 | 101011 | 101000000 | 1001011 | 100001 |
Color Harmonies of #911567
Complementary color
Monochromatic Colors of #911567
Black with #911567
Text Example
Text Example
White with #911567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911567; }
p { color: rgb(145,21,103); }
H1.HeaderClassName
{
color: #911567;
}
.AnyTagClassName
{
color: #911567;
}
</style>
background-color css
<style>
a { background-color: #911567; }
a { background-color: rgb(145,21,103); }
div.DivClassName
{
background-color: #911567;
}
.BgClassName
{
background-color: #911567;
}
</style>
border-color css
<style>
span { border-color: #911567; }
span { border-color: rgb(145,21,103); }
td.TdClassName
{
border-color: #911567;
}
.TagClassName
{
border-color: #911567;
}
</style>