Shades of Eggplant #830051
Tints of Eggplant #830051
RGB
CMYK
RGB Variations
Color information
#830051 (or 0x830051) is known color: Eggplant. HEX triplet: 83, 00 and 51. RGB value is (131,0,81). Sum of RGB (Red+Green+Blue) = 131+0+81=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #830051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830051 is #7CFFAE. Grayscale: #303030. Windows color (decimal): -8191919 or 5308547. OLE color: 5308547.
HSL color Cylindrical-coordinate representation of color #830051: hue angle of 322.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830051 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.38 | 0.49 |
| HSL | 322.9º | 1% | 0.26% | - |
| HSV(B) | 322.9º | 1% | 0.51% | - |
| XYZ | 10.85 | 5.42 | 8.26 | - |
| YUV | 48.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 81 | 0 | 1 | 0.38 | 0.49 | 322.9 | 1 | 0.26 |
| Hex | 83 | 0 | 51 | 0 | 64 | 26 | 31 | 143 | 64 | 1A |
| Octal | 203 | 0 | 121 | 0 | 144 | 46 | 61 | 503 | 144 | 32 |
| Binary | 10000011 | 0 | 1010001 | 0 | 1100100 | 100110 | 110001 | 101000011 | 1100100 | 11010 |
Color Harmonies of #830051
Complementary color
Monochromatic Colors of #830051
Black with #830051
Text Example
Text Example
White with #830051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830051; }
p { color: rgb(131,0,81); }
H1.HeaderClassName
{
color: #830051;
}
.AnyTagClassName
{
color: #830051;
}
</style>
background-color css
<style>
a { background-color: #830051; }
a { background-color: rgb(131,0,81); }
div.DivClassName
{
background-color: #830051;
}
.BgClassName
{
background-color: #830051;
}
</style>
border-color css
<style>
span { border-color: #830051; }
span { border-color: rgb(131,0,81); }
td.TdClassName
{
border-color: #830051;
}
.TagClassName
{
border-color: #830051;
}
</style>