Shades of Eggplant #83085F
Tints of Eggplant #83085F
RGB
CMYK
RGB Variations
Color information
#83085F (or 0x83085F) is known color: Eggplant. HEX triplet: 83, 08 and 5F. RGB value is (131,8,95). Sum of RGB (Red+Green+Blue) = 131+8+95=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83085F is #7CF7A0. Grayscale: #363636. Windows color (decimal): -8189857 or 6228099. OLE color: 6228099.
HSL color Cylindrical-coordinate representation of color #83085F: hue angle of 317.56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83085F is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 95 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.49 |
| HSL | 317.56º | 0.88% | 0.27% | - |
| HSV(B) | 317.56º | 0.94% | 0.51% | - |
| XYZ | 11.51 | 5.83 | 11.34 | - |
| YUV | 54.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 95 | 0 | 0.94 | 0.27 | 0.49 | 317.56 | 0.88 | 0.27 |
| Hex | 83 | 8 | 5F | 0 | 5E | 1B | 31 | 13E | 58 | 1B |
| Octal | 203 | 10 | 137 | 0 | 136 | 33 | 61 | 476 | 130 | 33 |
| Binary | 10000011 | 1000 | 1011111 | 0 | 1011110 | 11011 | 110001 | 100111110 | 1011000 | 11011 |
Color Harmonies of #83085F
Complementary color
Monochromatic Colors of #83085F
Black with #83085F
Text Example
Text Example
White with #83085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83085F; }
p { color: rgb(131,8,95); }
H1.HeaderClassName
{
color: #83085F;
}
.AnyTagClassName
{
color: #83085F;
}
</style>
background-color css
<style>
a { background-color: #83085F; }
a { background-color: rgb(131,8,95); }
div.DivClassName
{
background-color: #83085F;
}
.BgClassName
{
background-color: #83085F;
}
</style>
border-color css
<style>
span { border-color: #83085F; }
span { border-color: rgb(131,8,95); }
td.TdClassName
{
border-color: #83085F;
}
.TagClassName
{
border-color: #83085F;
}
</style>