Shades of Eggplant #810168
Tints of Eggplant #810168
RGB
CMYK
RGB Variations
Color information
#810168 (or 0x810168) is known color: Eggplant. HEX triplet: 81, 01 and 68. RGB value is (129,1,104). Sum of RGB (Red+Green+Blue) = 129+1+104=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #810168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810168 is #7EFE97. Grayscale: #323232. Windows color (decimal): -8322712 or 6816129. OLE color: 6816129.
HSL color Cylindrical-coordinate representation of color #810168: hue angle of 311.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810168 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.49 |
| HSL | 311.72º | 0.98% | 0.25% | - |
| HSV(B) | 311.72º | 0.99% | 0.51% | - |
| XYZ | 11.56 | 5.69 | 13.59 | - |
| YUV | 51.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 104 | 0 | 0.99 | 0.19 | 0.49 | 311.72 | 0.98 | 0.25 |
| Hex | 81 | 1 | 68 | 0 | 63 | 13 | 31 | 138 | 62 | 19 |
| Octal | 201 | 1 | 150 | 0 | 143 | 23 | 61 | 470 | 142 | 31 |
| Binary | 10000001 | 1 | 1101000 | 0 | 1100011 | 10011 | 110001 | 100111000 | 1100010 | 11001 |
Color Harmonies of #810168
Complementary color
Monochromatic Colors of #810168
Black with #810168
Text Example
Text Example
White with #810168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810168; }
p { color: rgb(129,1,104); }
H1.HeaderClassName
{
color: #810168;
}
.AnyTagClassName
{
color: #810168;
}
</style>
background-color css
<style>
a { background-color: #810168; }
a { background-color: rgb(129,1,104); }
div.DivClassName
{
background-color: #810168;
}
.BgClassName
{
background-color: #810168;
}
</style>
border-color css
<style>
span { border-color: #810168; }
span { border-color: rgb(129,1,104); }
td.TdClassName
{
border-color: #810168;
}
.TagClassName
{
border-color: #810168;
}
</style>