Shades of Eggplant #830356
Tints of Eggplant #830356
RGB
CMYK
RGB Variations
Color information
#830356 (or 0x830356) is known color: Eggplant. HEX triplet: 83, 03 and 56. RGB value is (131,3,86). Sum of RGB (Red+Green+Blue) = 131+3+86=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830356 is #7CFCA9. Grayscale: #323232. Windows color (decimal): -8191146 or 5636995. OLE color: 5636995.
HSL color Cylindrical-coordinate representation of color #830356: hue angle of 321.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830356 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.49 |
| HSL | 321.09º | 0.96% | 0.26% | - |
| HSV(B) | 321.09º | 0.98% | 0.51% | - |
| XYZ | 11.07 | 5.56 | 9.29 | - |
| YUV | 50.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 86 | 0 | 0.98 | 0.34 | 0.49 | 321.09 | 0.96 | 0.26 |
| Hex | 83 | 3 | 56 | 0 | 62 | 22 | 31 | 141 | 60 | 1A |
| Octal | 203 | 3 | 126 | 0 | 142 | 42 | 61 | 501 | 140 | 32 |
| Binary | 10000011 | 11 | 1010110 | 0 | 1100010 | 100010 | 110001 | 101000001 | 1100000 | 11010 |
Color Harmonies of #830356
Complementary color
Monochromatic Colors of #830356
Black with #830356
Text Example
Text Example
White with #830356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830356; }
p { color: rgb(131,3,86); }
H1.HeaderClassName
{
color: #830356;
}
.AnyTagClassName
{
color: #830356;
}
</style>
background-color css
<style>
a { background-color: #830356; }
a { background-color: rgb(131,3,86); }
div.DivClassName
{
background-color: #830356;
}
.BgClassName
{
background-color: #830356;
}
</style>
border-color css
<style>
span { border-color: #830356; }
span { border-color: rgb(131,3,86); }
td.TdClassName
{
border-color: #830356;
}
.TagClassName
{
border-color: #830356;
}
</style>