Shades of Eggplant #83075C
Tints of Eggplant #83075C
RGB
CMYK
RGB Variations
Color information
#83075C (or 0x83075C) is known color: Eggplant. HEX triplet: 83, 07 and 5C. RGB value is (131,7,92). Sum of RGB (Red+Green+Blue) = 131+7+92=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83075C is #7CF8A3. Grayscale: #353535. Windows color (decimal): -8190116 or 6031235. OLE color: 6031235.
HSL color Cylindrical-coordinate representation of color #83075C: hue angle of 318.87º 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 #83075C is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 92 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.49 |
| HSL | 318.87º | 0.9% | 0.27% | - |
| HSV(B) | 318.87º | 0.95% | 0.51% | - |
| XYZ | 11.37 | 5.75 | 10.64 | - |
| YUV | 53.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 92 | 0 | 0.95 | 0.30 | 0.49 | 318.87 | 0.9 | 0.27 |
| Hex | 83 | 7 | 5C | 0 | 5F | 1E | 31 | 13F | 5A | 1B |
| Octal | 203 | 7 | 134 | 0 | 137 | 36 | 61 | 477 | 132 | 33 |
| Binary | 10000011 | 111 | 1011100 | 0 | 1011111 | 11110 | 110001 | 100111111 | 1011010 | 11011 |
Color Harmonies of #83075C
Complementary color
Monochromatic Colors of #83075C
Black with #83075C
Text Example
Text Example
White with #83075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83075C; }
p { color: rgb(131,7,92); }
H1.HeaderClassName
{
color: #83075C;
}
.AnyTagClassName
{
color: #83075C;
}
</style>
background-color css
<style>
a { background-color: #83075C; }
a { background-color: rgb(131,7,92); }
div.DivClassName
{
background-color: #83075C;
}
.BgClassName
{
background-color: #83075C;
}
</style>
border-color css
<style>
span { border-color: #83075C; }
span { border-color: rgb(131,7,92); }
td.TdClassName
{
border-color: #83075C;
}
.TagClassName
{
border-color: #83075C;
}
</style>