Shades of Eggplant #830055
Tints of Eggplant #830055
RGB
CMYK
RGB Variations
Color information
#830055 (or 0x830055) is known color: Eggplant. HEX triplet: 83, 00 and 55. RGB value is (131,0,85). Sum of RGB (Red+Green+Blue) = 131+0+85=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #830055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830055 is #7CFFAA. Grayscale: #303030. Windows color (decimal): -8191915 or 5570691. OLE color: 5570691.
HSL color Cylindrical-coordinate representation of color #830055: hue angle of 321.07º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830055 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.35 | 0.49 |
| HSL | 321.07º | 1% | 0.26% | - |
| HSV(B) | 321.07º | 1% | 0.51% | - |
| XYZ | 11 | 5.48 | 9.07 | - |
| YUV | 48.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 85 | 0 | 1 | 0.35 | 0.49 | 321.07 | 1 | 0.26 |
| Hex | 83 | 0 | 55 | 0 | 64 | 23 | 31 | 141 | 64 | 1A |
| Octal | 203 | 0 | 125 | 0 | 144 | 43 | 61 | 501 | 144 | 32 |
| Binary | 10000011 | 0 | 1010101 | 0 | 1100100 | 100011 | 110001 | 101000001 | 1100100 | 11010 |
Color Harmonies of #830055
Complementary color
Monochromatic Colors of #830055
Black with #830055
Text Example
Text Example
White with #830055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830055; }
p { color: rgb(131,0,85); }
H1.HeaderClassName
{
color: #830055;
}
.AnyTagClassName
{
color: #830055;
}
</style>
background-color css
<style>
a { background-color: #830055; }
a { background-color: rgb(131,0,85); }
div.DivClassName
{
background-color: #830055;
}
.BgClassName
{
background-color: #830055;
}
</style>
border-color css
<style>
span { border-color: #830055; }
span { border-color: rgb(131,0,85); }
td.TdClassName
{
border-color: #830055;
}
.TagClassName
{
border-color: #830055;
}
</style>