Shades of Eggplant #81075E
Tints of Eggplant #81075E
RGB
CMYK
RGB Variations
Color information
#81075E (or 0x81075E) is known color: Eggplant. HEX triplet: 81, 07 and 5E. RGB value is (129,7,94). Sum of RGB (Red+Green+Blue) = 129+7+94=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81075E is #7EF8A1. Grayscale: #353535. Windows color (decimal): -8321186 or 6162305. OLE color: 6162305.
HSL color Cylindrical-coordinate representation of color #81075E: hue angle of 317.21º 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 #81075E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.49 |
| HSL | 317.21º | 0.9% | 0.27% | - |
| HSV(B) | 317.21º | 0.95% | 0.51% | - |
| XYZ | 11.15 | 5.63 | 11.09 | - |
| YUV | 53.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 94 | 0 | 0.95 | 0.27 | 0.49 | 317.21 | 0.9 | 0.27 |
| Hex | 81 | 7 | 5E | 0 | 5F | 1B | 31 | 13D | 5A | 1B |
| Octal | 201 | 7 | 136 | 0 | 137 | 33 | 61 | 475 | 132 | 33 |
| Binary | 10000001 | 111 | 1011110 | 0 | 1011111 | 11011 | 110001 | 100111101 | 1011010 | 11011 |
Color Harmonies of #81075E
Complementary color
Monochromatic Colors of #81075E
Black with #81075E
Text Example
Text Example
White with #81075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81075E; }
p { color: rgb(129,7,94); }
H1.HeaderClassName
{
color: #81075E;
}
.AnyTagClassName
{
color: #81075E;
}
</style>
background-color css
<style>
a { background-color: #81075E; }
a { background-color: rgb(129,7,94); }
div.DivClassName
{
background-color: #81075E;
}
.BgClassName
{
background-color: #81075E;
}
</style>
border-color css
<style>
span { border-color: #81075E; }
span { border-color: rgb(129,7,94); }
td.TdClassName
{
border-color: #81075E;
}
.TagClassName
{
border-color: #81075E;
}
</style>