Shades of Eggplant #83095D
Tints of Eggplant #83095D
RGB
CMYK
RGB Variations
Color information
#83095D (or 0x83095D) is known color: Eggplant. HEX triplet: 83, 09 and 5D. RGB value is (131,9,93). Sum of RGB (Red+Green+Blue) = 131+9+93=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #83095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83095D is #7CF6A2. Grayscale: #363636. Windows color (decimal): -8189603 or 6097283. OLE color: 6097283.
HSL color Cylindrical-coordinate representation of color #83095D: hue angle of 318.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83095D is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 93 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.49 |
| HSL | 318.69º | 0.87% | 0.27% | - |
| HSV(B) | 318.69º | 0.93% | 0.51% | - |
| XYZ | 11.43 | 5.81 | 10.87 | - |
| YUV | 55.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 93 | 0 | 0.93 | 0.29 | 0.49 | 318.69 | 0.87 | 0.27 |
| Hex | 83 | 9 | 5D | 0 | 5D | 1D | 31 | 13F | 57 | 1B |
| Octal | 203 | 11 | 135 | 0 | 135 | 35 | 61 | 477 | 127 | 33 |
| Binary | 10000011 | 1001 | 1011101 | 0 | 1011101 | 11101 | 110001 | 100111111 | 1010111 | 11011 |
Color Harmonies of #83095D
Complementary color
Monochromatic Colors of #83095D
Black with #83095D
Text Example
Text Example
White with #83095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83095D; }
p { color: rgb(131,9,93); }
H1.HeaderClassName
{
color: #83095D;
}
.AnyTagClassName
{
color: #83095D;
}
</style>
background-color css
<style>
a { background-color: #83095D; }
a { background-color: rgb(131,9,93); }
div.DivClassName
{
background-color: #83095D;
}
.BgClassName
{
background-color: #83095D;
}
</style>
border-color css
<style>
span { border-color: #83095D; }
span { border-color: rgb(131,9,93); }
td.TdClassName
{
border-color: #83095D;
}
.TagClassName
{
border-color: #83095D;
}
</style>