Shades of Eggplant #83025C
Tints of Eggplant #83025C
RGB
CMYK
RGB Variations
Color information
#83025C (or 0x83025C) is known color: Eggplant. HEX triplet: 83, 02 and 5C. RGB value is (131,2,92). Sum of RGB (Red+Green+Blue) = 131+2+92=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83025C is #7CFDA3. Grayscale: #323232. Windows color (decimal): -8191396 or 6029955. OLE color: 6029955.
HSL color Cylindrical-coordinate representation of color #83025C: hue angle of 318.14º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83025C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 92 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.49 |
| HSL | 318.14º | 0.97% | 0.26% | - |
| HSV(B) | 318.14º | 0.98% | 0.51% | - |
| XYZ | 11.31 | 5.64 | 10.62 | - |
| YUV | 50.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 92 | 0 | 0.98 | 0.30 | 0.49 | 318.14 | 0.97 | 0.26 |
| Hex | 83 | 2 | 5C | 0 | 62 | 1E | 31 | 13E | 61 | 1A |
| Octal | 203 | 2 | 134 | 0 | 142 | 36 | 61 | 476 | 141 | 32 |
| Binary | 10000011 | 10 | 1011100 | 0 | 1100010 | 11110 | 110001 | 100111110 | 1100001 | 11010 |
Color Harmonies of #83025C
Complementary color
Monochromatic Colors of #83025C
Black with #83025C
Text Example
Text Example
White with #83025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83025C; }
p { color: rgb(131,2,92); }
H1.HeaderClassName
{
color: #83025C;
}
.AnyTagClassName
{
color: #83025C;
}
</style>
background-color css
<style>
a { background-color: #83025C; }
a { background-color: rgb(131,2,92); }
div.DivClassName
{
background-color: #83025C;
}
.BgClassName
{
background-color: #83025C;
}
</style>
border-color css
<style>
span { border-color: #83025C; }
span { border-color: rgb(131,2,92); }
td.TdClassName
{
border-color: #83025C;
}
.TagClassName
{
border-color: #83025C;
}
</style>