Shades of Eggplant #81075F
Tints of Eggplant #81075F
RGB
CMYK
RGB Variations
Color information
#81075F (or 0x81075F) is known color: Eggplant. HEX triplet: 81, 07 and 5F. RGB value is (129,7,95). Sum of RGB (Red+Green+Blue) = 129+7+95=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #81075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81075F is #7EF8A0. Grayscale: #353535. Windows color (decimal): -8321185 or 6227841. OLE color: 6227841.
HSL color Cylindrical-coordinate representation of color #81075F: hue angle of 316.72º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81075F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 95 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.49 |
| HSL | 316.72º | 0.9% | 0.27% | - |
| HSV(B) | 316.72º | 0.95% | 0.51% | - |
| XYZ | 11.19 | 5.65 | 11.33 | - |
| YUV | 53.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 95 | 0 | 0.95 | 0.26 | 0.49 | 316.72 | 0.9 | 0.27 |
| Hex | 81 | 7 | 5F | 0 | 5F | 1A | 31 | 13D | 5A | 1B |
| Octal | 201 | 7 | 137 | 0 | 137 | 32 | 61 | 475 | 132 | 33 |
| Binary | 10000001 | 111 | 1011111 | 0 | 1011111 | 11010 | 110001 | 100111101 | 1011010 | 11011 |
Color Harmonies of #81075F
Complementary color
Monochromatic Colors of #81075F
Black with #81075F
Text Example
Text Example
White with #81075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81075F; }
p { color: rgb(129,7,95); }
H1.HeaderClassName
{
color: #81075F;
}
.AnyTagClassName
{
color: #81075F;
}
</style>
background-color css
<style>
a { background-color: #81075F; }
a { background-color: rgb(129,7,95); }
div.DivClassName
{
background-color: #81075F;
}
.BgClassName
{
background-color: #81075F;
}
</style>
border-color css
<style>
span { border-color: #81075F; }
span { border-color: rgb(129,7,95); }
td.TdClassName
{
border-color: #81075F;
}
.TagClassName
{
border-color: #81075F;
}
</style>