Shades of Eggplant #83075A
Tints of Eggplant #83075A
RGB
CMYK
RGB Variations
Color information
#83075A (or 0x83075A) is known color: Eggplant. HEX triplet: 83, 07 and 5A. RGB value is (131,7,90). Sum of RGB (Red+Green+Blue) = 131+7+90=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83075A is #7CF8A5. Grayscale: #353535. Windows color (decimal): -8190118 or 5900163. OLE color: 5900163.
HSL color Cylindrical-coordinate representation of color #83075A: hue angle of 319.84º 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 #83075A is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 90 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.49 |
| HSL | 319.84º | 0.9% | 0.27% | - |
| HSV(B) | 319.84º | 0.95% | 0.51% | - |
| XYZ | 11.28 | 5.72 | 10.18 | - |
| YUV | 53.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 90 | 0 | 0.95 | 0.31 | 0.49 | 319.84 | 0.9 | 0.27 |
| Hex | 83 | 7 | 5A | 0 | 5F | 1F | 31 | 140 | 5A | 1B |
| Octal | 203 | 7 | 132 | 0 | 137 | 37 | 61 | 500 | 132 | 33 |
| Binary | 10000011 | 111 | 1011010 | 0 | 1011111 | 11111 | 110001 | 101000000 | 1011010 | 11011 |
Color Harmonies of #83075A
Complementary color
Monochromatic Colors of #83075A
Black with #83075A
Text Example
Text Example
White with #83075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83075A; }
p { color: rgb(131,7,90); }
H1.HeaderClassName
{
color: #83075A;
}
.AnyTagClassName
{
color: #83075A;
}
</style>
background-color css
<style>
a { background-color: #83075A; }
a { background-color: rgb(131,7,90); }
div.DivClassName
{
background-color: #83075A;
}
.BgClassName
{
background-color: #83075A;
}
</style>
border-color css
<style>
span { border-color: #83075A; }
span { border-color: rgb(131,7,90); }
td.TdClassName
{
border-color: #83075A;
}
.TagClassName
{
border-color: #83075A;
}
</style>