Shades of Eggplant #81045A
Tints of Eggplant #81045A
RGB
CMYK
RGB Variations
Color information
#81045A (or 0x81045A) is known color: Eggplant. HEX triplet: 81, 04 and 5A. RGB value is (129,4,90). Sum of RGB (Red+Green+Blue) = 129+4+90=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81045A is #7EFBA5. Grayscale: #323232. Windows color (decimal): -8321958 or 5899393. OLE color: 5899393.
HSL color Cylindrical-coordinate representation of color #81045A: hue angle of 318.72º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81045A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.49 |
| HSL | 318.72º | 0.94% | 0.26% | - |
| HSV(B) | 318.72º | 0.97% | 0.51% | - |
| XYZ | 10.94 | 5.49 | 10.16 | - |
| YUV | 51.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 90 | 0 | 0.97 | 0.30 | 0.49 | 318.72 | 0.94 | 0.26 |
| Hex | 81 | 4 | 5A | 0 | 61 | 1E | 31 | 13F | 5E | 1A |
| Octal | 201 | 4 | 132 | 0 | 141 | 36 | 61 | 477 | 136 | 32 |
| Binary | 10000001 | 100 | 1011010 | 0 | 1100001 | 11110 | 110001 | 100111111 | 1011110 | 11010 |
Color Harmonies of #81045A
Complementary color
Monochromatic Colors of #81045A
Black with #81045A
Text Example
Text Example
White with #81045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81045A; }
p { color: rgb(129,4,90); }
H1.HeaderClassName
{
color: #81045A;
}
.AnyTagClassName
{
color: #81045A;
}
</style>
background-color css
<style>
a { background-color: #81045A; }
a { background-color: rgb(129,4,90); }
div.DivClassName
{
background-color: #81045A;
}
.BgClassName
{
background-color: #81045A;
}
</style>
border-color css
<style>
span { border-color: #81045A; }
span { border-color: rgb(129,4,90); }
td.TdClassName
{
border-color: #81045A;
}
.TagClassName
{
border-color: #81045A;
}
</style>