Shades of Eggplant #81015E
Tints of Eggplant #81015E
RGB
CMYK
RGB Variations
Color information
#81015E (or 0x81015E) is known color: Eggplant. HEX triplet: 81, 01 and 5E. RGB value is (129,1,94). Sum of RGB (Red+Green+Blue) = 129+1+94=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81015E is #7EFEA1. Grayscale: #313131. Windows color (decimal): -8322722 or 6160769. OLE color: 6160769.
HSL color Cylindrical-coordinate representation of color #81015E: hue angle of 316.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81015E is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.49 |
| HSL | 316.41º | 0.98% | 0.25% | - |
| HSV(B) | 316.41º | 0.99% | 0.51% | - |
| XYZ | 11.08 | 5.5 | 11.07 | - |
| YUV | 49.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 94 | 0 | 0.99 | 0.27 | 0.49 | 316.41 | 0.98 | 0.25 |
| Hex | 81 | 1 | 5E | 0 | 63 | 1B | 31 | 13C | 62 | 19 |
| Octal | 201 | 1 | 136 | 0 | 143 | 33 | 61 | 474 | 142 | 31 |
| Binary | 10000001 | 1 | 1011110 | 0 | 1100011 | 11011 | 110001 | 100111100 | 1100010 | 11001 |
Color Harmonies of #81015E
Complementary color
Monochromatic Colors of #81015E
Black with #81015E
Text Example
Text Example
White with #81015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81015E; }
p { color: rgb(129,1,94); }
H1.HeaderClassName
{
color: #81015E;
}
.AnyTagClassName
{
color: #81015E;
}
</style>
background-color css
<style>
a { background-color: #81015E; }
a { background-color: rgb(129,1,94); }
div.DivClassName
{
background-color: #81015E;
}
.BgClassName
{
background-color: #81015E;
}
</style>
border-color css
<style>
span { border-color: #81015E; }
span { border-color: rgb(129,1,94); }
td.TdClassName
{
border-color: #81015E;
}
.TagClassName
{
border-color: #81015E;
}
</style>