Shades of Eggplant #810255
Tints of Eggplant #810255
RGB
CMYK
RGB Variations
Color information
#810255 (or 0x810255) is known color: Eggplant. HEX triplet: 81, 02 and 55. RGB value is (129,2,85). Sum of RGB (Red+Green+Blue) = 129+2+85=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #810255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810255 is #7EFDAA. Grayscale: #313131. Windows color (decimal): -8322475 or 5571201. OLE color: 5571201.
HSL color Cylindrical-coordinate representation of color #810255: hue angle of 320.79º degrees, saturation: 0.97, 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 #810255 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.49 |
| HSL | 320.79º | 0.97% | 0.26% | - |
| HSV(B) | 320.79º | 0.98% | 0.51% | - |
| XYZ | 10.71 | 5.37 | 9.07 | - |
| YUV | 49.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 85 | 0 | 0.98 | 0.34 | 0.49 | 320.79 | 0.97 | 0.26 |
| Hex | 81 | 2 | 55 | 0 | 62 | 22 | 31 | 141 | 61 | 1A |
| Octal | 201 | 2 | 125 | 0 | 142 | 42 | 61 | 501 | 141 | 32 |
| Binary | 10000001 | 10 | 1010101 | 0 | 1100010 | 100010 | 110001 | 101000001 | 1100001 | 11010 |
Color Harmonies of #810255
Complementary color
Monochromatic Colors of #810255
Black with #810255
Text Example
Text Example
White with #810255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810255; }
p { color: rgb(129,2,85); }
H1.HeaderClassName
{
color: #810255;
}
.AnyTagClassName
{
color: #810255;
}
</style>
background-color css
<style>
a { background-color: #810255; }
a { background-color: rgb(129,2,85); }
div.DivClassName
{
background-color: #810255;
}
.BgClassName
{
background-color: #810255;
}
</style>
border-color css
<style>
span { border-color: #810255; }
span { border-color: rgb(129,2,85); }
td.TdClassName
{
border-color: #810255;
}
.TagClassName
{
border-color: #810255;
}
</style>