Shades of Eggplant #830455
Tints of Eggplant #830455
RGB
CMYK
RGB Variations
Color information
#830455 (or 0x830455) is known color: Eggplant. HEX triplet: 83, 04 and 55. RGB value is (131,4,85). Sum of RGB (Red+Green+Blue) = 131+4+85=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830455 is #7CFBAA. Grayscale: #333333. Windows color (decimal): -8190891 or 5571715. OLE color: 5571715.
HSL color Cylindrical-coordinate representation of color #830455: hue angle of 321.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830455 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 85 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.49 |
| HSL | 321.73º | 0.94% | 0.26% | - |
| HSV(B) | 321.73º | 0.97% | 0.51% | - |
| XYZ | 11.04 | 5.57 | 9.09 | - |
| YUV | 51.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 85 | 0 | 0.97 | 0.35 | 0.49 | 321.73 | 0.94 | 0.26 |
| Hex | 83 | 4 | 55 | 0 | 61 | 23 | 31 | 142 | 5E | 1A |
| Octal | 203 | 4 | 125 | 0 | 141 | 43 | 61 | 502 | 136 | 32 |
| Binary | 10000011 | 100 | 1010101 | 0 | 1100001 | 100011 | 110001 | 101000010 | 1011110 | 11010 |
Color Harmonies of #830455
Complementary color
Monochromatic Colors of #830455
Black with #830455
Text Example
Text Example
White with #830455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830455; }
p { color: rgb(131,4,85); }
H1.HeaderClassName
{
color: #830455;
}
.AnyTagClassName
{
color: #830455;
}
</style>
background-color css
<style>
a { background-color: #830455; }
a { background-color: rgb(131,4,85); }
div.DivClassName
{
background-color: #830455;
}
.BgClassName
{
background-color: #830455;
}
</style>
border-color css
<style>
span { border-color: #830455; }
span { border-color: rgb(131,4,85); }
td.TdClassName
{
border-color: #830455;
}
.TagClassName
{
border-color: #830455;
}
</style>