Shades of Eggplant #800967
Tints of Eggplant #800967
RGB
CMYK
RGB Variations
Color information
#800967 (or 0x800967) is known color: Eggplant. HEX triplet: 80, 09 and 67. RGB value is (128,9,103). Sum of RGB (Red+Green+Blue) = 128+9+103=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #800967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800967 is #7FF698. Grayscale: #373737. Windows color (decimal): -8386201 or 6752640. OLE color: 6752640.
HSL color Cylindrical-coordinate representation of color #800967: hue angle of 312.61º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800967 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 103 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.50 |
| HSL | 312.61º | 0.87% | 0.27% | - |
| HSV(B) | 312.61º | 0.93% | 0.5% | - |
| XYZ | 11.45 | 5.76 | 13.34 | - |
| YUV | 55.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 103 | 0 | 0.93 | 0.20 | 0.50 | 312.61 | 0.87 | 0.27 |
| Hex | 80 | 9 | 67 | 0 | 5D | 14 | 32 | 139 | 57 | 1B |
| Octal | 200 | 11 | 147 | 0 | 135 | 24 | 62 | 471 | 127 | 33 |
| Binary | 10000000 | 1001 | 1100111 | 0 | 1011101 | 10100 | 110010 | 100111001 | 1010111 | 11011 |
Color Harmonies of #800967
Complementary color
Monochromatic Colors of #800967
Black with #800967
Text Example
Text Example
White with #800967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800967; }
p { color: rgb(128,9,103); }
H1.HeaderClassName
{
color: #800967;
}
.AnyTagClassName
{
color: #800967;
}
</style>
background-color css
<style>
a { background-color: #800967; }
a { background-color: rgb(128,9,103); }
div.DivClassName
{
background-color: #800967;
}
.BgClassName
{
background-color: #800967;
}
</style>
border-color css
<style>
span { border-color: #800967; }
span { border-color: rgb(128,9,103); }
td.TdClassName
{
border-color: #800967;
}
.TagClassName
{
border-color: #800967;
}
</style>