Shades of Eggplant #830950
Tints of Eggplant #830950
RGB
CMYK
RGB Variations
Color information
#830950 (or 0x830950) is known color: Eggplant. HEX triplet: 83, 09 and 50. RGB value is (131,9,80). Sum of RGB (Red+Green+Blue) = 131+9+80=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830950 is #7CF6AF. Grayscale: #353535. Windows color (decimal): -8189616 or 5245315. OLE color: 5245315.
HSL color Cylindrical-coordinate representation of color #830950: hue angle of 325.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830950 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 80 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.49 |
| HSL | 325.08º | 0.87% | 0.27% | - |
| HSV(B) | 325.08º | 0.93% | 0.51% | - |
| XYZ | 10.91 | 5.6 | 8.1 | - |
| YUV | 53.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 80 | 0 | 0.93 | 0.39 | 0.49 | 325.08 | 0.87 | 0.27 |
| Hex | 83 | 9 | 50 | 0 | 5D | 27 | 31 | 145 | 57 | 1B |
| Octal | 203 | 11 | 120 | 0 | 135 | 47 | 61 | 505 | 127 | 33 |
| Binary | 10000011 | 1001 | 1010000 | 0 | 1011101 | 100111 | 110001 | 101000101 | 1010111 | 11011 |
Color Harmonies of #830950
Complementary color
Monochromatic Colors of #830950
Black with #830950
Text Example
Text Example
White with #830950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830950; }
p { color: rgb(131,9,80); }
H1.HeaderClassName
{
color: #830950;
}
.AnyTagClassName
{
color: #830950;
}
</style>
background-color css
<style>
a { background-color: #830950; }
a { background-color: rgb(131,9,80); }
div.DivClassName
{
background-color: #830950;
}
.BgClassName
{
background-color: #830950;
}
</style>
border-color css
<style>
span { border-color: #830950; }
span { border-color: rgb(131,9,80); }
td.TdClassName
{
border-color: #830950;
}
.TagClassName
{
border-color: #830950;
}
</style>