Shades of Eggplant #83005B
Tints of Eggplant #83005B
RGB
CMYK
RGB Variations
Color information
#83005B (or 0x83005B) is known color: Eggplant. HEX triplet: 83, 00 and 5B. RGB value is (131,0,91). Sum of RGB (Red+Green+Blue) = 131+0+91=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #83005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83005B is #7CFFA4. Grayscale: #313131. Windows color (decimal): -8191909 or 5963907. OLE color: 5963907.
HSL color Cylindrical-coordinate representation of color #83005B: hue angle of 318.32º 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 #83005B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.31 | 0.49 |
| HSL | 318.32º | 1% | 0.26% | - |
| HSV(B) | 318.32º | 1% | 0.51% | - |
| XYZ | 11.25 | 5.58 | 10.38 | - |
| YUV | 49.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 91 | 0 | 1 | 0.31 | 0.49 | 318.32 | 1 | 0.26 |
| Hex | 83 | 0 | 5B | 0 | 64 | 1F | 31 | 13E | 64 | 1A |
| Octal | 203 | 0 | 133 | 0 | 144 | 37 | 61 | 476 | 144 | 32 |
| Binary | 10000011 | 0 | 1011011 | 0 | 1100100 | 11111 | 110001 | 100111110 | 1100100 | 11010 |
Color Harmonies of #83005B
Complementary color
Monochromatic Colors of #83005B
Black with #83005B
Text Example
Text Example
White with #83005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83005B; }
p { color: rgb(131,0,91); }
H1.HeaderClassName
{
color: #83005B;
}
.AnyTagClassName
{
color: #83005B;
}
</style>
background-color css
<style>
a { background-color: #83005B; }
a { background-color: rgb(131,0,91); }
div.DivClassName
{
background-color: #83005B;
}
.BgClassName
{
background-color: #83005B;
}
</style>
border-color css
<style>
span { border-color: #83005B; }
span { border-color: rgb(131,0,91); }
td.TdClassName
{
border-color: #83005B;
}
.TagClassName
{
border-color: #83005B;
}
</style>