Shades of Eggplant #810364
Tints of Eggplant #810364
RGB
CMYK
RGB Variations
Color information
#810364 (or 0x810364) is known color: Eggplant. HEX triplet: 81, 03 and 64. RGB value is (129,3,100). Sum of RGB (Red+Green+Blue) = 129+3+100=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #810364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810364 is #7EFC9B. Grayscale: #333333. Windows color (decimal): -8322204 or 6554497. OLE color: 6554497.
HSL color Cylindrical-coordinate representation of color #810364: hue angle of 313.81º 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 #810364 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 100 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.49 |
| HSL | 313.81º | 0.95% | 0.26% | - |
| HSV(B) | 313.81º | 0.98% | 0.51% | - |
| XYZ | 11.39 | 5.65 | 12.55 | - |
| YUV | 51.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 100 | 0 | 0.98 | 0.22 | 0.49 | 313.81 | 0.95 | 0.26 |
| Hex | 81 | 3 | 64 | 0 | 62 | 16 | 31 | 13A | 5F | 1A |
| Octal | 201 | 3 | 144 | 0 | 142 | 26 | 61 | 472 | 137 | 32 |
| Binary | 10000001 | 11 | 1100100 | 0 | 1100010 | 10110 | 110001 | 100111010 | 1011111 | 11010 |
Color Harmonies of #810364
Complementary color
Monochromatic Colors of #810364
Black with #810364
Text Example
Text Example
White with #810364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810364; }
p { color: rgb(129,3,100); }
H1.HeaderClassName
{
color: #810364;
}
.AnyTagClassName
{
color: #810364;
}
</style>
background-color css
<style>
a { background-color: #810364; }
a { background-color: rgb(129,3,100); }
div.DivClassName
{
background-color: #810364;
}
.BgClassName
{
background-color: #810364;
}
</style>
border-color css
<style>
span { border-color: #810364; }
span { border-color: rgb(129,3,100); }
td.TdClassName
{
border-color: #810364;
}
.TagClassName
{
border-color: #810364;
}
</style>