Shades of Eggplant #83036B
Tints of Eggplant #83036B
RGB
CMYK
RGB Variations
Color information
#83036B (or 0x83036B) is known color: Eggplant. HEX triplet: 83, 03 and 6B. RGB value is (131,3,107). Sum of RGB (Red+Green+Blue) = 131+3+107=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83036B is #7CFC94. Grayscale: #343434. Windows color (decimal): -8191125 or 7013251. OLE color: 7013251.
HSL color Cylindrical-coordinate representation of color #83036B: hue angle of 311.25º 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 #83036B is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.49 |
| HSL | 311.25º | 0.96% | 0.26% | - |
| HSV(B) | 311.25º | 0.98% | 0.51% | - |
| XYZ | 12.05 | 5.95 | 14.42 | - |
| YUV | 53.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 107 | 0 | 0.98 | 0.18 | 0.49 | 311.25 | 0.96 | 0.26 |
| Hex | 83 | 3 | 6B | 0 | 62 | 12 | 31 | 137 | 60 | 1A |
| Octal | 203 | 3 | 153 | 0 | 142 | 22 | 61 | 467 | 140 | 32 |
| Binary | 10000011 | 11 | 1101011 | 0 | 1100010 | 10010 | 110001 | 100110111 | 1100000 | 11010 |
Color Harmonies of #83036B
Complementary color
Monochromatic Colors of #83036B
Black with #83036B
Text Example
Text Example
White with #83036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83036B; }
p { color: rgb(131,3,107); }
H1.HeaderClassName
{
color: #83036B;
}
.AnyTagClassName
{
color: #83036B;
}
</style>
background-color css
<style>
a { background-color: #83036B; }
a { background-color: rgb(131,3,107); }
div.DivClassName
{
background-color: #83036B;
}
.BgClassName
{
background-color: #83036B;
}
</style>
border-color css
<style>
span { border-color: #83036B; }
span { border-color: rgb(131,3,107); }
td.TdClassName
{
border-color: #83036B;
}
.TagClassName
{
border-color: #83036B;
}
</style>