Shades of Eggplant #83015B
Tints of Eggplant #83015B
RGB
CMYK
RGB Variations
Color information
#83015B (or 0x83015B) is known color: Eggplant. HEX triplet: 83, 01 and 5B. RGB value is (131,1,91). Sum of RGB (Red+Green+Blue) = 131+1+91=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83015B is #7CFEA4. Grayscale: #313131. Windows color (decimal): -8191653 or 5964163. OLE color: 5964163.
HSL color Cylindrical-coordinate representation of color #83015B: hue angle of 318.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83015B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.49 |
| HSL | 318.46º | 0.98% | 0.26% | - |
| HSV(B) | 318.46º | 0.99% | 0.51% | - |
| XYZ | 11.26 | 5.6 | 10.39 | - |
| YUV | 50.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 91 | 0 | 0.99 | 0.31 | 0.49 | 318.46 | 0.98 | 0.26 |
| Hex | 83 | 1 | 5B | 0 | 63 | 1F | 31 | 13E | 62 | 1A |
| Octal | 203 | 1 | 133 | 0 | 143 | 37 | 61 | 476 | 142 | 32 |
| Binary | 10000011 | 1 | 1011011 | 0 | 1100011 | 11111 | 110001 | 100111110 | 1100010 | 11010 |
Color Harmonies of #83015B
Complementary color
Monochromatic Colors of #83015B
Black with #83015B
Text Example
Text Example
White with #83015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83015B; }
p { color: rgb(131,1,91); }
H1.HeaderClassName
{
color: #83015B;
}
.AnyTagClassName
{
color: #83015B;
}
</style>
background-color css
<style>
a { background-color: #83015B; }
a { background-color: rgb(131,1,91); }
div.DivClassName
{
background-color: #83015B;
}
.BgClassName
{
background-color: #83015B;
}
</style>
border-color css
<style>
span { border-color: #83015B; }
span { border-color: rgb(131,1,91); }
td.TdClassName
{
border-color: #83015B;
}
.TagClassName
{
border-color: #83015B;
}
</style>