Shades of Eggplant #83006B
Tints of Eggplant #83006B
RGB
CMYK
RGB Variations
Color information
#83006B (or 0x83006B) is known color: Eggplant. HEX triplet: 83, 00 and 6B. RGB value is (131,0,107). Sum of RGB (Red+Green+Blue) = 131+0+107=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #83006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83006B is #7CFF94. Grayscale: #333333. Windows color (decimal): -8191893 or 7012483. OLE color: 7012483.
HSL color Cylindrical-coordinate representation of color #83006B: hue angle of 310.99º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83006B is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.18 | 0.49 |
| HSL | 310.99º | 1% | 0.26% | - |
| HSV(B) | 310.99º | 1% | 0.51% | - |
| XYZ | 12.01 | 5.89 | 14.41 | - |
| YUV | 51.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 107 | 0 | 1 | 0.18 | 0.49 | 310.99 | 1 | 0.26 |
| Hex | 83 | 0 | 6B | 0 | 64 | 12 | 31 | 137 | 64 | 1A |
| Octal | 203 | 0 | 153 | 0 | 144 | 22 | 61 | 467 | 144 | 32 |
| Binary | 10000011 | 0 | 1101011 | 0 | 1100100 | 10010 | 110001 | 100110111 | 1100100 | 11010 |
Color Harmonies of #83006B
Complementary color
Monochromatic Colors of #83006B
Black with #83006B
Text Example
Text Example
White with #83006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83006B; }
p { color: rgb(131,0,107); }
H1.HeaderClassName
{
color: #83006B;
}
.AnyTagClassName
{
color: #83006B;
}
</style>
background-color css
<style>
a { background-color: #83006B; }
a { background-color: rgb(131,0,107); }
div.DivClassName
{
background-color: #83006B;
}
.BgClassName
{
background-color: #83006B;
}
</style>
border-color css
<style>
span { border-color: #83006B; }
span { border-color: rgb(131,0,107); }
td.TdClassName
{
border-color: #83006B;
}
.TagClassName
{
border-color: #83006B;
}
</style>