Shades of Eggplant #81045C
Tints of Eggplant #81045C
RGB
CMYK
RGB Variations
Color information
#81045C (or 0x81045C) is known color: Eggplant. HEX triplet: 81, 04 and 5C. RGB value is (129,4,92). Sum of RGB (Red+Green+Blue) = 129+4+92=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81045C is #7EFBA3. Grayscale: #333333. Windows color (decimal): -8321956 or 6030465. OLE color: 6030465.
HSL color Cylindrical-coordinate representation of color #81045C: hue angle of 317.76º 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 #81045C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.49 |
| HSL | 317.76º | 0.94% | 0.26% | - |
| HSV(B) | 317.76º | 0.97% | 0.51% | - |
| XYZ | 11.03 | 5.53 | 10.61 | - |
| YUV | 51.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 92 | 0 | 0.97 | 0.29 | 0.49 | 317.76 | 0.94 | 0.26 |
| Hex | 81 | 4 | 5C | 0 | 61 | 1D | 31 | 13E | 5E | 1A |
| Octal | 201 | 4 | 134 | 0 | 141 | 35 | 61 | 476 | 136 | 32 |
| Binary | 10000001 | 100 | 1011100 | 0 | 1100001 | 11101 | 110001 | 100111110 | 1011110 | 11010 |
Color Harmonies of #81045C
Complementary color
Monochromatic Colors of #81045C
Black with #81045C
Text Example
Text Example
White with #81045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81045C; }
p { color: rgb(129,4,92); }
H1.HeaderClassName
{
color: #81045C;
}
.AnyTagClassName
{
color: #81045C;
}
</style>
background-color css
<style>
a { background-color: #81045C; }
a { background-color: rgb(129,4,92); }
div.DivClassName
{
background-color: #81045C;
}
.BgClassName
{
background-color: #81045C;
}
</style>
border-color css
<style>
span { border-color: #81045C; }
span { border-color: rgb(129,4,92); }
td.TdClassName
{
border-color: #81045C;
}
.TagClassName
{
border-color: #81045C;
}
</style>