Shades of Eggplant #830852
Tints of Eggplant #830852
RGB
CMYK
RGB Variations
Color information
#830852 (or 0x830852) is known color: Eggplant. HEX triplet: 83, 08 and 52. RGB value is (131,8,82). Sum of RGB (Red+Green+Blue) = 131+8+82=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #830852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830852 is #7CF7AD. Grayscale: #353535. Windows color (decimal): -8189870 or 5376131. OLE color: 5376131.
HSL color Cylindrical-coordinate representation of color #830852: hue angle of 323.9º 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 #830852 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 82 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.49 |
| HSL | 323.9º | 0.88% | 0.27% | - |
| HSV(B) | 323.9º | 0.94% | 0.51% | - |
| XYZ | 10.97 | 5.61 | 8.49 | - |
| YUV | 53.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 82 | 0 | 0.94 | 0.37 | 0.49 | 323.9 | 0.88 | 0.27 |
| Hex | 83 | 8 | 52 | 0 | 5E | 25 | 31 | 144 | 58 | 1B |
| Octal | 203 | 10 | 122 | 0 | 136 | 45 | 61 | 504 | 130 | 33 |
| Binary | 10000011 | 1000 | 1010010 | 0 | 1011110 | 100101 | 110001 | 101000100 | 1011000 | 11011 |
Color Harmonies of #830852
Complementary color
Monochromatic Colors of #830852
Black with #830852
Text Example
Text Example
White with #830852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830852; }
p { color: rgb(131,8,82); }
H1.HeaderClassName
{
color: #830852;
}
.AnyTagClassName
{
color: #830852;
}
</style>
background-color css
<style>
a { background-color: #830852; }
a { background-color: rgb(131,8,82); }
div.DivClassName
{
background-color: #830852;
}
.BgClassName
{
background-color: #830852;
}
</style>
border-color css
<style>
span { border-color: #830852; }
span { border-color: rgb(131,8,82); }
td.TdClassName
{
border-color: #830852;
}
.TagClassName
{
border-color: #830852;
}
</style>