Shades of Eggplant #83095C
Tints of Eggplant #83095C
RGB
CMYK
RGB Variations
Color information
#83095C (or 0x83095C) is known color: Eggplant. HEX triplet: 83, 09 and 5C. RGB value is (131,9,92). Sum of RGB (Red+Green+Blue) = 131+9+92=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83095C is #7CF6A3. Grayscale: #363636. Windows color (decimal): -8189604 or 6031747. OLE color: 6031747.
HSL color Cylindrical-coordinate representation of color #83095C: hue angle of 319.18º 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 #83095C is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 92 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.49 |
| HSL | 319.18º | 0.87% | 0.27% | - |
| HSV(B) | 319.18º | 0.93% | 0.51% | - |
| XYZ | 11.39 | 5.79 | 10.64 | - |
| YUV | 54.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 92 | 0 | 0.93 | 0.30 | 0.49 | 319.18 | 0.87 | 0.27 |
| Hex | 83 | 9 | 5C | 0 | 5D | 1E | 31 | 13F | 57 | 1B |
| Octal | 203 | 11 | 134 | 0 | 135 | 36 | 61 | 477 | 127 | 33 |
| Binary | 10000011 | 1001 | 1011100 | 0 | 1011101 | 11110 | 110001 | 100111111 | 1010111 | 11011 |
Color Harmonies of #83095C
Complementary color
Monochromatic Colors of #83095C
Black with #83095C
Text Example
Text Example
White with #83095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83095C; }
p { color: rgb(131,9,92); }
H1.HeaderClassName
{
color: #83095C;
}
.AnyTagClassName
{
color: #83095C;
}
</style>
background-color css
<style>
a { background-color: #83095C; }
a { background-color: rgb(131,9,92); }
div.DivClassName
{
background-color: #83095C;
}
.BgClassName
{
background-color: #83095C;
}
</style>
border-color css
<style>
span { border-color: #83095C; }
span { border-color: rgb(131,9,92); }
td.TdClassName
{
border-color: #83095C;
}
.TagClassName
{
border-color: #83095C;
}
</style>