Shades of Eggplant #830952
Tints of Eggplant #830952
RGB
CMYK
RGB Variations
Color information
#830952 (or 0x830952) is known color: Eggplant. HEX triplet: 83, 09 and 52. RGB value is (131,9,82). Sum of RGB (Red+Green+Blue) = 131+9+82=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #830952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830952 is #7CF6AD. Grayscale: #353535. Windows color (decimal): -8189614 or 5376387. OLE color: 5376387.
HSL color Cylindrical-coordinate representation of color #830952: hue angle of 324.1º 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 #830952 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 82 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.49 |
| HSL | 324.1º | 0.87% | 0.27% | - |
| HSV(B) | 324.1º | 0.93% | 0.51% | - |
| XYZ | 10.98 | 5.63 | 8.49 | - |
| YUV | 53.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 82 | 0 | 0.93 | 0.37 | 0.49 | 324.1 | 0.87 | 0.27 |
| Hex | 83 | 9 | 52 | 0 | 5D | 25 | 31 | 144 | 57 | 1B |
| Octal | 203 | 11 | 122 | 0 | 135 | 45 | 61 | 504 | 127 | 33 |
| Binary | 10000011 | 1001 | 1010010 | 0 | 1011101 | 100101 | 110001 | 101000100 | 1010111 | 11011 |
Color Harmonies of #830952
Complementary color
Monochromatic Colors of #830952
Black with #830952
Text Example
Text Example
White with #830952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830952; }
p { color: rgb(131,9,82); }
H1.HeaderClassName
{
color: #830952;
}
.AnyTagClassName
{
color: #830952;
}
</style>
background-color css
<style>
a { background-color: #830952; }
a { background-color: rgb(131,9,82); }
div.DivClassName
{
background-color: #830952;
}
.BgClassName
{
background-color: #830952;
}
</style>
border-color css
<style>
span { border-color: #830952; }
span { border-color: rgb(131,9,82); }
td.TdClassName
{
border-color: #830952;
}
.TagClassName
{
border-color: #830952;
}
</style>