Shades of Eggplant #83155B
Tints of Eggplant #83155B
RGB
CMYK
RGB Variations
Color information
#83155B (or 0x83155B) is known color: Eggplant. HEX triplet: 83, 15 and 5B. RGB value is (131,21,91). Sum of RGB (Red+Green+Blue) = 131+21+91=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155B is #7CEAA4. Grayscale: #3D3D3D. Windows color (decimal): -8186533 or 5969283. OLE color: 5969283.
HSL color Cylindrical-coordinate representation of color #83155B: hue angle of 321.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83155B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 21 | 91 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.49 |
| HSL | 321.82º | 0.72% | 0.3% | - |
| HSV(B) | 321.82º | 0.84% | 0.51% | - |
| XYZ | 11.52 | 6.12 | 10.47 | - |
| YUV | 61.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 91 | 0 | 0.84 | 0.31 | 0.49 | 321.82 | 0.72 | 0.3 |
| Hex | 83 | 15 | 5B | 0 | 54 | 1F | 31 | 142 | 48 | 1E |
| Octal | 203 | 25 | 133 | 0 | 124 | 37 | 61 | 502 | 110 | 36 |
| Binary | 10000011 | 10101 | 1011011 | 0 | 1010100 | 11111 | 110001 | 101000010 | 1001000 | 11110 |
Color Harmonies of #83155B
Complementary color
Monochromatic Colors of #83155B
Black with #83155B
Text Example
Text Example
White with #83155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83155B; }
p { color: rgb(131,21,91); }
H1.HeaderClassName
{
color: #83155B;
}
.AnyTagClassName
{
color: #83155B;
}
</style>
background-color css
<style>
a { background-color: #83155B; }
a { background-color: rgb(131,21,91); }
div.DivClassName
{
background-color: #83155B;
}
.BgClassName
{
background-color: #83155B;
}
</style>
border-color css
<style>
span { border-color: #83155B; }
span { border-color: rgb(131,21,91); }
td.TdClassName
{
border-color: #83155B;
}
.TagClassName
{
border-color: #83155B;
}
</style>