Shades of Eggplant #830956
Tints of Eggplant #830956
RGB
CMYK
RGB Variations
Color information
#830956 (or 0x830956) is known color: Eggplant. HEX triplet: 83, 09 and 56. RGB value is (131,9,86). Sum of RGB (Red+Green+Blue) = 131+9+86=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #830956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830956 is #7CF6A9. Grayscale: #363636. Windows color (decimal): -8189610 or 5638531. OLE color: 5638531.
HSL color Cylindrical-coordinate representation of color #830956: hue angle of 322.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830956 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 86 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.49 |
| HSL | 322.13º | 0.87% | 0.27% | - |
| HSV(B) | 322.13º | 0.93% | 0.51% | - |
| XYZ | 11.14 | 5.69 | 9.32 | - |
| YUV | 54.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 86 | 0 | 0.93 | 0.34 | 0.49 | 322.13 | 0.87 | 0.27 |
| Hex | 83 | 9 | 56 | 0 | 5D | 22 | 31 | 142 | 57 | 1B |
| Octal | 203 | 11 | 126 | 0 | 135 | 42 | 61 | 502 | 127 | 33 |
| Binary | 10000011 | 1001 | 1010110 | 0 | 1011101 | 100010 | 110001 | 101000010 | 1010111 | 11011 |
Color Harmonies of #830956
Complementary color
Monochromatic Colors of #830956
Black with #830956
Text Example
Text Example
White with #830956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830956; }
p { color: rgb(131,9,86); }
H1.HeaderClassName
{
color: #830956;
}
.AnyTagClassName
{
color: #830956;
}
</style>
background-color css
<style>
a { background-color: #830956; }
a { background-color: rgb(131,9,86); }
div.DivClassName
{
background-color: #830956;
}
.BgClassName
{
background-color: #830956;
}
</style>
border-color css
<style>
span { border-color: #830956; }
span { border-color: rgb(131,9,86); }
td.TdClassName
{
border-color: #830956;
}
.TagClassName
{
border-color: #830956;
}
</style>