Shades of Eggplant #810850
Tints of Eggplant #810850
RGB
CMYK
RGB Variations
Color information
#810850 (or 0x810850) is known color: Eggplant. HEX triplet: 81, 08 and 50. RGB value is (129,8,80). Sum of RGB (Red+Green+Blue) = 129+8+80=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #810850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810850 is #7EF7AF. Grayscale: #343434. Windows color (decimal): -8320944 or 5245057. OLE color: 5245057.
HSL color Cylindrical-coordinate representation of color #810850: hue angle of 324.3º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810850 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 80 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.49 |
| HSL | 324.3º | 0.88% | 0.27% | - |
| HSV(B) | 324.3º | 0.94% | 0.51% | - |
| XYZ | 10.59 | 5.42 | 8.08 | - |
| YUV | 52.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 80 | 0 | 0.94 | 0.38 | 0.49 | 324.3 | 0.88 | 0.27 |
| Hex | 81 | 8 | 50 | 0 | 5E | 26 | 31 | 144 | 58 | 1B |
| Octal | 201 | 10 | 120 | 0 | 136 | 46 | 61 | 504 | 130 | 33 |
| Binary | 10000001 | 1000 | 1010000 | 0 | 1011110 | 100110 | 110001 | 101000100 | 1011000 | 11011 |
Color Harmonies of #810850
Complementary color
Monochromatic Colors of #810850
Black with #810850
Text Example
Text Example
White with #810850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810850; }
p { color: rgb(129,8,80); }
H1.HeaderClassName
{
color: #810850;
}
.AnyTagClassName
{
color: #810850;
}
</style>
background-color css
<style>
a { background-color: #810850; }
a { background-color: rgb(129,8,80); }
div.DivClassName
{
background-color: #810850;
}
.BgClassName
{
background-color: #810850;
}
</style>
border-color css
<style>
span { border-color: #810850; }
span { border-color: rgb(129,8,80); }
td.TdClassName
{
border-color: #810850;
}
.TagClassName
{
border-color: #810850;
}
</style>