Shades of Eggplant #83014E
Tints of Eggplant #83014E
RGB
CMYK
RGB Variations
Color information
#83014E (or 0x83014E) is known color: Eggplant. HEX triplet: 83, 01 and 4E. RGB value is (131,1,78). Sum of RGB (Red+Green+Blue) = 131+1+78=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83014E is #7CFEB1. Grayscale: #303030. Windows color (decimal): -8191666 or 5112195. OLE color: 5112195.
HSL color Cylindrical-coordinate representation of color #83014E: hue angle of 324.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 #83014E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.49 |
| HSL | 324.46º | 0.98% | 0.26% | - |
| HSV(B) | 324.46º | 0.99% | 0.51% | - |
| XYZ | 10.75 | 5.4 | 7.68 | - |
| YUV | 48.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 78 | 0 | 0.99 | 0.40 | 0.49 | 324.46 | 0.98 | 0.26 |
| Hex | 83 | 1 | 4E | 0 | 63 | 28 | 31 | 144 | 62 | 1A |
| Octal | 203 | 1 | 116 | 0 | 143 | 50 | 61 | 504 | 142 | 32 |
| Binary | 10000011 | 1 | 1001110 | 0 | 1100011 | 101000 | 110001 | 101000100 | 1100010 | 11010 |
Color Harmonies of #83014E
Complementary color
Monochromatic Colors of #83014E
Black with #83014E
Text Example
Text Example
White with #83014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83014E; }
p { color: rgb(131,1,78); }
H1.HeaderClassName
{
color: #83014E;
}
.AnyTagClassName
{
color: #83014E;
}
</style>
background-color css
<style>
a { background-color: #83014E; }
a { background-color: rgb(131,1,78); }
div.DivClassName
{
background-color: #83014E;
}
.BgClassName
{
background-color: #83014E;
}
</style>
border-color css
<style>
span { border-color: #83014E; }
span { border-color: rgb(131,1,78); }
td.TdClassName
{
border-color: #83014E;
}
.TagClassName
{
border-color: #83014E;
}
</style>