Shades of Eggplant #830856
Tints of Eggplant #830856
RGB
CMYK
RGB Variations
Color information
#830856 (or 0x830856) is known color: Eggplant. HEX triplet: 83, 08 and 56. RGB value is (131,8,86). Sum of RGB (Red+Green+Blue) = 131+8+86=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #830856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830856 is #7CF7A9. Grayscale: #353535. Windows color (decimal): -8189866 or 5638275. OLE color: 5638275.
HSL color Cylindrical-coordinate representation of color #830856: hue angle of 321.95º 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 #830856 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 86 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.49 |
| HSL | 321.95º | 0.88% | 0.27% | - |
| HSV(B) | 321.95º | 0.94% | 0.51% | - |
| XYZ | 11.13 | 5.67 | 9.31 | - |
| YUV | 53.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 86 | 0 | 0.94 | 0.34 | 0.49 | 321.95 | 0.88 | 0.27 |
| Hex | 83 | 8 | 56 | 0 | 5E | 22 | 31 | 142 | 58 | 1B |
| Octal | 203 | 10 | 126 | 0 | 136 | 42 | 61 | 502 | 130 | 33 |
| Binary | 10000011 | 1000 | 1010110 | 0 | 1011110 | 100010 | 110001 | 101000010 | 1011000 | 11011 |
Color Harmonies of #830856
Complementary color
Monochromatic Colors of #830856
Black with #830856
Text Example
Text Example
White with #830856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830856; }
p { color: rgb(131,8,86); }
H1.HeaderClassName
{
color: #830856;
}
.AnyTagClassName
{
color: #830856;
}
</style>
background-color css
<style>
a { background-color: #830856; }
a { background-color: rgb(131,8,86); }
div.DivClassName
{
background-color: #830856;
}
.BgClassName
{
background-color: #830856;
}
</style>
border-color css
<style>
span { border-color: #830856; }
span { border-color: rgb(131,8,86); }
td.TdClassName
{
border-color: #830856;
}
.TagClassName
{
border-color: #830856;
}
</style>