Shades of Eggplant #800151
Tints of Eggplant #800151
RGB
CMYK
RGB Variations
Color information
#800151 (or 0x800151) is known color: Eggplant. HEX triplet: 80, 01 and 51. RGB value is (128,1,81). Sum of RGB (Red+Green+Blue) = 128+1+81=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #800151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800151 is #7FFEAE. Grayscale: #2F2F2F. Windows color (decimal): -8388271 or 5308800. OLE color: 5308800.
HSL color Cylindrical-coordinate representation of color #800151: hue angle of 322.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800151 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.50 |
| HSL | 322.2º | 0.98% | 0.25% | - |
| HSV(B) | 322.2º | 0.99% | 0.5% | - |
| XYZ | 10.4 | 5.2 | 8.24 | - |
| YUV | 48.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 81 | 0 | 0.99 | 0.37 | 0.50 | 322.2 | 0.98 | 0.25 |
| Hex | 80 | 1 | 51 | 0 | 63 | 25 | 32 | 142 | 62 | 19 |
| Octal | 200 | 1 | 121 | 0 | 143 | 45 | 62 | 502 | 142 | 31 |
| Binary | 10000000 | 1 | 1010001 | 0 | 1100011 | 100101 | 110010 | 101000010 | 1100010 | 11001 |
Color Harmonies of #800151
Complementary color
Monochromatic Colors of #800151
Black with #800151
Text Example
Text Example
White with #800151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800151; }
p { color: rgb(128,1,81); }
H1.HeaderClassName
{
color: #800151;
}
.AnyTagClassName
{
color: #800151;
}
</style>
background-color css
<style>
a { background-color: #800151; }
a { background-color: rgb(128,1,81); }
div.DivClassName
{
background-color: #800151;
}
.BgClassName
{
background-color: #800151;
}
</style>
border-color css
<style>
span { border-color: #800151; }
span { border-color: rgb(128,1,81); }
td.TdClassName
{
border-color: #800151;
}
.TagClassName
{
border-color: #800151;
}
</style>