Shades of Eggplant #830850
Tints of Eggplant #830850
RGB
CMYK
RGB Variations
Color information
#830850 (or 0x830850) is known color: Eggplant. HEX triplet: 83, 08 and 50. RGB value is (131,8,80). Sum of RGB (Red+Green+Blue) = 131+8+80=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #830850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830850 is #7CF7AF. Grayscale: #343434. Windows color (decimal): -8189872 or 5245059. OLE color: 5245059.
HSL color Cylindrical-coordinate representation of color #830850: hue angle of 324.88º 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 #830850 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 80 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.49 |
| HSL | 324.88º | 0.88% | 0.27% | - |
| HSV(B) | 324.88º | 0.94% | 0.51% | - |
| XYZ | 10.89 | 5.58 | 8.09 | - |
| YUV | 52.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 80 | 0 | 0.94 | 0.39 | 0.49 | 324.88 | 0.88 | 0.27 |
| Hex | 83 | 8 | 50 | 0 | 5E | 27 | 31 | 145 | 58 | 1B |
| Octal | 203 | 10 | 120 | 0 | 136 | 47 | 61 | 505 | 130 | 33 |
| Binary | 10000011 | 1000 | 1010000 | 0 | 1011110 | 100111 | 110001 | 101000101 | 1011000 | 11011 |
Color Harmonies of #830850
Complementary color
Monochromatic Colors of #830850
Black with #830850
Text Example
Text Example
White with #830850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830850; }
p { color: rgb(131,8,80); }
H1.HeaderClassName
{
color: #830850;
}
.AnyTagClassName
{
color: #830850;
}
</style>
background-color css
<style>
a { background-color: #830850; }
a { background-color: rgb(131,8,80); }
div.DivClassName
{
background-color: #830850;
}
.BgClassName
{
background-color: #830850;
}
</style>
border-color css
<style>
span { border-color: #830850; }
span { border-color: rgb(131,8,80); }
td.TdClassName
{
border-color: #830850;
}
.TagClassName
{
border-color: #830850;
}
</style>