Shades of Eggplant #80095C
Tints of Eggplant #80095C
RGB
CMYK
RGB Variations
Color information
#80095C (or 0x80095C) is known color: Eggplant. HEX triplet: 80, 09 and 5C. RGB value is (128,9,92). Sum of RGB (Red+Green+Blue) = 128+9+92=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80095C is #7FF6A3. Grayscale: #353535. Windows color (decimal): -8386212 or 6031744. OLE color: 6031744.
HSL color Cylindrical-coordinate representation of color #80095C: hue angle of 318.15º 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 #80095C is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 92 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.50 |
| HSL | 318.15º | 0.87% | 0.27% | - |
| HSV(B) | 318.15º | 0.93% | 0.5% | - |
| XYZ | 10.93 | 5.56 | 10.62 | - |
| YUV | 54.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 92 | 0 | 0.93 | 0.28 | 0.50 | 318.15 | 0.87 | 0.27 |
| Hex | 80 | 9 | 5C | 0 | 5D | 1C | 32 | 13E | 57 | 1B |
| Octal | 200 | 11 | 134 | 0 | 135 | 34 | 62 | 476 | 127 | 33 |
| Binary | 10000000 | 1001 | 1011100 | 0 | 1011101 | 11100 | 110010 | 100111110 | 1010111 | 11011 |
Color Harmonies of #80095C
Complementary color
Monochromatic Colors of #80095C
Black with #80095C
Text Example
Text Example
White with #80095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80095C; }
p { color: rgb(128,9,92); }
H1.HeaderClassName
{
color: #80095C;
}
.AnyTagClassName
{
color: #80095C;
}
</style>
background-color css
<style>
a { background-color: #80095C; }
a { background-color: rgb(128,9,92); }
div.DivClassName
{
background-color: #80095C;
}
.BgClassName
{
background-color: #80095C;
}
</style>
border-color css
<style>
span { border-color: #80095C; }
span { border-color: rgb(128,9,92); }
td.TdClassName
{
border-color: #80095C;
}
.TagClassName
{
border-color: #80095C;
}
</style>