Shades of Eggplant #830352
Tints of Eggplant #830352
RGB
CMYK
RGB Variations
Color information
#830352 (or 0x830352) is known color: Eggplant. HEX triplet: 83, 03 and 52. RGB value is (131,3,82). Sum of RGB (Red+Green+Blue) = 131+3+82=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #830352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830352 is #7CFCAD. Grayscale: #323232. Windows color (decimal): -8191150 or 5374851. OLE color: 5374851.
HSL color Cylindrical-coordinate representation of color #830352: hue angle of 322.97º 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 #830352 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.49 |
| HSL | 322.97º | 0.96% | 0.26% | - |
| HSV(B) | 322.97º | 0.98% | 0.51% | - |
| XYZ | 10.92 | 5.5 | 8.47 | - |
| YUV | 50.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 82 | 0 | 0.98 | 0.37 | 0.49 | 322.97 | 0.96 | 0.26 |
| Hex | 83 | 3 | 52 | 0 | 62 | 25 | 31 | 143 | 60 | 1A |
| Octal | 203 | 3 | 122 | 0 | 142 | 45 | 61 | 503 | 140 | 32 |
| Binary | 10000011 | 11 | 1010010 | 0 | 1100010 | 100101 | 110001 | 101000011 | 1100000 | 11010 |
Color Harmonies of #830352
Complementary color
Monochromatic Colors of #830352
Black with #830352
Text Example
Text Example
White with #830352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830352; }
p { color: rgb(131,3,82); }
H1.HeaderClassName
{
color: #830352;
}
.AnyTagClassName
{
color: #830352;
}
</style>
background-color css
<style>
a { background-color: #830352; }
a { background-color: rgb(131,3,82); }
div.DivClassName
{
background-color: #830352;
}
.BgClassName
{
background-color: #830352;
}
</style>
border-color css
<style>
span { border-color: #830352; }
span { border-color: rgb(131,3,82); }
td.TdClassName
{
border-color: #830352;
}
.TagClassName
{
border-color: #830352;
}
</style>