Shades of Eggplant #81045F
Tints of Eggplant #81045F
RGB
CMYK
RGB Variations
Color information
#81045F (or 0x81045F) is known color: Eggplant. HEX triplet: 81, 04 and 5F. RGB value is (129,4,95). Sum of RGB (Red+Green+Blue) = 129+4+95=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81045F is #7EFBA0. Grayscale: #333333. Windows color (decimal): -8321953 or 6227073. OLE color: 6227073.
HSL color Cylindrical-coordinate representation of color #81045F: hue angle of 316.32º 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 #81045F is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 95 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.49 |
| HSL | 316.32º | 0.94% | 0.26% | - |
| HSV(B) | 316.32º | 0.97% | 0.51% | - |
| XYZ | 11.16 | 5.58 | 11.32 | - |
| YUV | 51.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 95 | 0 | 0.97 | 0.26 | 0.49 | 316.32 | 0.94 | 0.26 |
| Hex | 81 | 4 | 5F | 0 | 61 | 1A | 31 | 13C | 5E | 1A |
| Octal | 201 | 4 | 137 | 0 | 141 | 32 | 61 | 474 | 136 | 32 |
| Binary | 10000001 | 100 | 1011111 | 0 | 1100001 | 11010 | 110001 | 100111100 | 1011110 | 11010 |
Color Harmonies of #81045F
Complementary color
Monochromatic Colors of #81045F
Black with #81045F
Text Example
Text Example
White with #81045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81045F; }
p { color: rgb(129,4,95); }
H1.HeaderClassName
{
color: #81045F;
}
.AnyTagClassName
{
color: #81045F;
}
</style>
background-color css
<style>
a { background-color: #81045F; }
a { background-color: rgb(129,4,95); }
div.DivClassName
{
background-color: #81045F;
}
.BgClassName
{
background-color: #81045F;
}
</style>
border-color css
<style>
span { border-color: #81045F; }
span { border-color: rgb(129,4,95); }
td.TdClassName
{
border-color: #81045F;
}
.TagClassName
{
border-color: #81045F;
}
</style>