Shades of Eggplant #81025A
Tints of Eggplant #81025A
RGB
CMYK
RGB Variations
Color information
#81025A (or 0x81025A) is known color: Eggplant. HEX triplet: 81, 02 and 5A. RGB value is (129,2,90). Sum of RGB (Red+Green+Blue) = 129+2+90=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #81025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81025A is #7EFDA5. Grayscale: #313131. Windows color (decimal): -8322470 or 5898881. OLE color: 5898881.
HSL color Cylindrical-coordinate representation of color #81025A: hue angle of 318.43º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81025A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 90 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.49 |
| HSL | 318.43º | 0.97% | 0.26% | - |
| HSV(B) | 318.43º | 0.98% | 0.51% | - |
| XYZ | 10.92 | 5.45 | 10.15 | - |
| YUV | 50.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 90 | 0 | 0.98 | 0.30 | 0.49 | 318.43 | 0.97 | 0.26 |
| Hex | 81 | 2 | 5A | 0 | 62 | 1E | 31 | 13E | 61 | 1A |
| Octal | 201 | 2 | 132 | 0 | 142 | 36 | 61 | 476 | 141 | 32 |
| Binary | 10000001 | 10 | 1011010 | 0 | 1100010 | 11110 | 110001 | 100111110 | 1100001 | 11010 |
Color Harmonies of #81025A
Complementary color
Monochromatic Colors of #81025A
Black with #81025A
Text Example
Text Example
White with #81025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81025A; }
p { color: rgb(129,2,90); }
H1.HeaderClassName
{
color: #81025A;
}
.AnyTagClassName
{
color: #81025A;
}
</style>
background-color css
<style>
a { background-color: #81025A; }
a { background-color: rgb(129,2,90); }
div.DivClassName
{
background-color: #81025A;
}
.BgClassName
{
background-color: #81025A;
}
</style>
border-color css
<style>
span { border-color: #81025A; }
span { border-color: rgb(129,2,90); }
td.TdClassName
{
border-color: #81025A;
}
.TagClassName
{
border-color: #81025A;
}
</style>