Shades of Eggplant #83075F
Tints of Eggplant #83075F
RGB
CMYK
RGB Variations
Color information
#83075F (or 0x83075F) is known color: Eggplant. HEX triplet: 83, 07 and 5F. RGB value is (131,7,95). Sum of RGB (Red+Green+Blue) = 131+7+95=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #83075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83075F is #7CF8A0. Grayscale: #353535. Windows color (decimal): -8190113 or 6227843. OLE color: 6227843.
HSL color Cylindrical-coordinate representation of color #83075F: hue angle of 317.42º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83075F is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 95 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.49 |
| HSL | 317.42º | 0.9% | 0.27% | - |
| HSV(B) | 317.42º | 0.95% | 0.51% | - |
| XYZ | 11.5 | 5.8 | 11.34 | - |
| YUV | 54.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 95 | 0 | 0.95 | 0.27 | 0.49 | 317.42 | 0.9 | 0.27 |
| Hex | 83 | 7 | 5F | 0 | 5F | 1B | 31 | 13D | 5A | 1B |
| Octal | 203 | 7 | 137 | 0 | 137 | 33 | 61 | 475 | 132 | 33 |
| Binary | 10000011 | 111 | 1011111 | 0 | 1011111 | 11011 | 110001 | 100111101 | 1011010 | 11011 |
Color Harmonies of #83075F
Complementary color
Monochromatic Colors of #83075F
Black with #83075F
Text Example
Text Example
White with #83075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83075F; }
p { color: rgb(131,7,95); }
H1.HeaderClassName
{
color: #83075F;
}
.AnyTagClassName
{
color: #83075F;
}
</style>
background-color css
<style>
a { background-color: #83075F; }
a { background-color: rgb(131,7,95); }
div.DivClassName
{
background-color: #83075F;
}
.BgClassName
{
background-color: #83075F;
}
</style>
border-color css
<style>
span { border-color: #83075F; }
span { border-color: rgb(131,7,95); }
td.TdClassName
{
border-color: #83075F;
}
.TagClassName
{
border-color: #83075F;
}
</style>