Shades of Eggplant #81005A
Tints of Eggplant #81005A
RGB
CMYK
RGB Variations
Color information
#81005A (or 0x81005A) is known color: Eggplant. HEX triplet: 81, 00 and 5A. RGB value is (129,0,90). Sum of RGB (Red+Green+Blue) = 129+0+90=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #81005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81005A is #7EFFA5. Grayscale: #303030. Windows color (decimal): -8322982 or 5898369. OLE color: 5898369.
HSL color Cylindrical-coordinate representation of color #81005A: hue angle of 318.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81005A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.30 | 0.49 |
| HSL | 318.14º | 1% | 0.25% | - |
| HSV(B) | 318.14º | 1% | 0.51% | - |
| XYZ | 10.9 | 5.41 | 10.14 | - |
| YUV | 48.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 90 | 0 | 1 | 0.30 | 0.49 | 318.14 | 1 | 0.25 |
| Hex | 81 | 0 | 5A | 0 | 64 | 1E | 31 | 13E | 64 | 19 |
| Octal | 201 | 0 | 132 | 0 | 144 | 36 | 61 | 476 | 144 | 31 |
| Binary | 10000001 | 0 | 1011010 | 0 | 1100100 | 11110 | 110001 | 100111110 | 1100100 | 11001 |
Color Harmonies of #81005A
Complementary color
Monochromatic Colors of #81005A
Black with #81005A
Text Example
Text Example
White with #81005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81005A; }
p { color: rgb(129,0,90); }
H1.HeaderClassName
{
color: #81005A;
}
.AnyTagClassName
{
color: #81005A;
}
</style>
background-color css
<style>
a { background-color: #81005A; }
a { background-color: rgb(129,0,90); }
div.DivClassName
{
background-color: #81005A;
}
.BgClassName
{
background-color: #81005A;
}
</style>
border-color css
<style>
span { border-color: #81005A; }
span { border-color: rgb(129,0,90); }
td.TdClassName
{
border-color: #81005A;
}
.TagClassName
{
border-color: #81005A;
}
</style>