Shades of Eggplant #800F5C
Tints of Eggplant #800F5C
RGB
CMYK
RGB Variations
Color information
#800F5C (or 0x800F5C) is known color: Eggplant. HEX triplet: 80, 0F and 5C. RGB value is (128,15,92). Sum of RGB (Red+Green+Blue) = 128+15+92=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #800F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F5C is #7FF0A3. Grayscale: #393939. Windows color (decimal): -8384676 or 6033280. OLE color: 6033280.
HSL color Cylindrical-coordinate representation of color #800F5C: hue angle of 319.12º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F5C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 92 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.50 |
| HSL | 319.12º | 0.79% | 0.28% | - |
| HSV(B) | 319.12º | 0.88% | 0.5% | - |
| XYZ | 11 | 5.7 | 10.65 | - |
| YUV | 57.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 92 | 0 | 0.88 | 0.28 | 0.50 | 319.12 | 0.79 | 0.28 |
| Hex | 80 | F | 5C | 0 | 58 | 1C | 32 | 13F | 4F | 1C |
| Octal | 200 | 17 | 134 | 0 | 130 | 34 | 62 | 477 | 117 | 34 |
| Binary | 10000000 | 1111 | 1011100 | 0 | 1011000 | 11100 | 110010 | 100111111 | 1001111 | 11100 |
Color Harmonies of #800F5C
Complementary color
Monochromatic Colors of #800F5C
Black with #800F5C
Text Example
Text Example
White with #800F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F5C; }
p { color: rgb(128,15,92); }
H1.HeaderClassName
{
color: #800F5C;
}
.AnyTagClassName
{
color: #800F5C;
}
</style>
background-color css
<style>
a { background-color: #800F5C; }
a { background-color: rgb(128,15,92); }
div.DivClassName
{
background-color: #800F5C;
}
.BgClassName
{
background-color: #800F5C;
}
</style>
border-color css
<style>
span { border-color: #800F5C; }
span { border-color: rgb(128,15,92); }
td.TdClassName
{
border-color: #800F5C;
}
.TagClassName
{
border-color: #800F5C;
}
</style>