Shades of Eggplant #800952
Tints of Eggplant #800952
RGB
CMYK
RGB Variations
Color information
#800952 (or 0x800952) is known color: Eggplant. HEX triplet: 80, 09 and 52. RGB value is (128,9,82). Sum of RGB (Red+Green+Blue) = 128+9+82=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #800952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800952 is #7FF6AD. Grayscale: #343434. Windows color (decimal): -8386222 or 5376384. OLE color: 5376384.
HSL color Cylindrical-coordinate representation of color #800952: hue angle of 323.19º 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 #800952 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 82 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.50 |
| HSL | 323.19º | 0.87% | 0.27% | - |
| HSV(B) | 323.19º | 0.93% | 0.5% | - |
| XYZ | 10.52 | 5.39 | 8.47 | - |
| YUV | 52.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 82 | 0 | 0.93 | 0.36 | 0.50 | 323.19 | 0.87 | 0.27 |
| Hex | 80 | 9 | 52 | 0 | 5D | 24 | 32 | 143 | 57 | 1B |
| Octal | 200 | 11 | 122 | 0 | 135 | 44 | 62 | 503 | 127 | 33 |
| Binary | 10000000 | 1001 | 1010010 | 0 | 1011101 | 100100 | 110010 | 101000011 | 1010111 | 11011 |
Color Harmonies of #800952
Complementary color
Monochromatic Colors of #800952
Black with #800952
Text Example
Text Example
White with #800952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800952; }
p { color: rgb(128,9,82); }
H1.HeaderClassName
{
color: #800952;
}
.AnyTagClassName
{
color: #800952;
}
</style>
background-color css
<style>
a { background-color: #800952; }
a { background-color: rgb(128,9,82); }
div.DivClassName
{
background-color: #800952;
}
.BgClassName
{
background-color: #800952;
}
</style>
border-color css
<style>
span { border-color: #800952; }
span { border-color: rgb(128,9,82); }
td.TdClassName
{
border-color: #800952;
}
.TagClassName
{
border-color: #800952;
}
</style>