Shades of Eggplant #83035C
Tints of Eggplant #83035C
RGB
CMYK
RGB Variations
Color information
#83035C (or 0x83035C) is known color: Eggplant. HEX triplet: 83, 03 and 5C. RGB value is (131,3,92). Sum of RGB (Red+Green+Blue) = 131+3+92=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83035C is #7CFCA3. Grayscale: #333333. Windows color (decimal): -8191140 or 6030211. OLE color: 6030211.
HSL color Cylindrical-coordinate representation of color #83035C: hue angle of 318.28º 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 #83035C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.49 |
| HSL | 318.28º | 0.96% | 0.26% | - |
| HSV(B) | 318.28º | 0.98% | 0.51% | - |
| XYZ | 11.32 | 5.66 | 10.62 | - |
| YUV | 51.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 92 | 0 | 0.98 | 0.30 | 0.49 | 318.28 | 0.96 | 0.26 |
| Hex | 83 | 3 | 5C | 0 | 62 | 1E | 31 | 13E | 60 | 1A |
| Octal | 203 | 3 | 134 | 0 | 142 | 36 | 61 | 476 | 140 | 32 |
| Binary | 10000011 | 11 | 1011100 | 0 | 1100010 | 11110 | 110001 | 100111110 | 1100000 | 11010 |
Color Harmonies of #83035C
Complementary color
Monochromatic Colors of #83035C
Black with #83035C
Text Example
Text Example
White with #83035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83035C; }
p { color: rgb(131,3,92); }
H1.HeaderClassName
{
color: #83035C;
}
.AnyTagClassName
{
color: #83035C;
}
</style>
background-color css
<style>
a { background-color: #83035C; }
a { background-color: rgb(131,3,92); }
div.DivClassName
{
background-color: #83035C;
}
.BgClassName
{
background-color: #83035C;
}
</style>
border-color css
<style>
span { border-color: #83035C; }
span { border-color: rgb(131,3,92); }
td.TdClassName
{
border-color: #83035C;
}
.TagClassName
{
border-color: #83035C;
}
</style>