Shades of Eggplant #810355
Tints of Eggplant #810355
RGB
CMYK
RGB Variations
Color information
#810355 (or 0x810355) is known color: Eggplant. HEX triplet: 81, 03 and 55. RGB value is (129,3,85). Sum of RGB (Red+Green+Blue) = 129+3+85=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #810355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810355 is #7EFCAA. Grayscale: #313131. Windows color (decimal): -8322219 or 5571457. OLE color: 5571457.
HSL color Cylindrical-coordinate representation of color #810355: hue angle of 320.95º 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 #810355 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.49 |
| HSL | 320.95º | 0.95% | 0.26% | - |
| HSV(B) | 320.95º | 0.98% | 0.51% | - |
| XYZ | 10.73 | 5.39 | 9.07 | - |
| YUV | 50.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 85 | 0 | 0.98 | 0.34 | 0.49 | 320.95 | 0.95 | 0.26 |
| Hex | 81 | 3 | 55 | 0 | 62 | 22 | 31 | 141 | 5F | 1A |
| Octal | 201 | 3 | 125 | 0 | 142 | 42 | 61 | 501 | 137 | 32 |
| Binary | 10000001 | 11 | 1010101 | 0 | 1100010 | 100010 | 110001 | 101000001 | 1011111 | 11010 |
Color Harmonies of #810355
Complementary color
Monochromatic Colors of #810355
Black with #810355
Text Example
Text Example
White with #810355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810355; }
p { color: rgb(129,3,85); }
H1.HeaderClassName
{
color: #810355;
}
.AnyTagClassName
{
color: #810355;
}
</style>
background-color css
<style>
a { background-color: #810355; }
a { background-color: rgb(129,3,85); }
div.DivClassName
{
background-color: #810355;
}
.BgClassName
{
background-color: #810355;
}
</style>
border-color css
<style>
span { border-color: #810355; }
span { border-color: rgb(129,3,85); }
td.TdClassName
{
border-color: #810355;
}
.TagClassName
{
border-color: #810355;
}
</style>