Shades of Eggplant #810356
Tints of Eggplant #810356
RGB
CMYK
RGB Variations
Color information
#810356 (or 0x810356) is known color: Eggplant. HEX triplet: 81, 03 and 56. RGB value is (129,3,86). Sum of RGB (Red+Green+Blue) = 129+3+86=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #810356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810356 is #7EFCA9. Grayscale: #313131. Windows color (decimal): -8322218 or 5636993. OLE color: 5636993.
HSL color Cylindrical-coordinate representation of color #810356: hue angle of 320.48º degrees, saturation: 0.95, 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 #810356 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.49 |
| HSL | 320.48º | 0.95% | 0.26% | - |
| HSV(B) | 320.48º | 0.98% | 0.51% | - |
| XYZ | 10.77 | 5.4 | 9.28 | - |
| YUV | 50.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 86 | 0 | 0.98 | 0.33 | 0.49 | 320.48 | 0.95 | 0.26 |
| Hex | 81 | 3 | 56 | 0 | 62 | 21 | 31 | 140 | 5F | 1A |
| Octal | 201 | 3 | 126 | 0 | 142 | 41 | 61 | 500 | 137 | 32 |
| Binary | 10000001 | 11 | 1010110 | 0 | 1100010 | 100001 | 110001 | 101000000 | 1011111 | 11010 |
Color Harmonies of #810356
Complementary color
Monochromatic Colors of #810356
Black with #810356
Text Example
Text Example
White with #810356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810356; }
p { color: rgb(129,3,86); }
H1.HeaderClassName
{
color: #810356;
}
.AnyTagClassName
{
color: #810356;
}
</style>
background-color css
<style>
a { background-color: #810356; }
a { background-color: rgb(129,3,86); }
div.DivClassName
{
background-color: #810356;
}
.BgClassName
{
background-color: #810356;
}
</style>
border-color css
<style>
span { border-color: #810356; }
span { border-color: rgb(129,3,86); }
td.TdClassName
{
border-color: #810356;
}
.TagClassName
{
border-color: #810356;
}
</style>