Shades of Eggplant #830962
Tints of Eggplant #830962
RGB
CMYK
RGB Variations
Color information
#830962 (or 0x830962) is known color: Eggplant. HEX triplet: 83, 09 and 62. RGB value is (131,9,98). Sum of RGB (Red+Green+Blue) = 131+9+98=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #830962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830962 is #7CF69D. Grayscale: #373737. Windows color (decimal): -8189598 or 6424963. OLE color: 6424963.
HSL color Cylindrical-coordinate representation of color #830962: hue angle of 316.23º 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 #830962 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 98 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.49 |
| HSL | 316.23º | 0.87% | 0.27% | - |
| HSV(B) | 316.23º | 0.93% | 0.51% | - |
| XYZ | 11.66 | 5.9 | 12.08 | - |
| YUV | 55.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 98 | 0 | 0.93 | 0.25 | 0.49 | 316.23 | 0.87 | 0.27 |
| Hex | 83 | 9 | 62 | 0 | 5D | 19 | 31 | 13C | 57 | 1B |
| Octal | 203 | 11 | 142 | 0 | 135 | 31 | 61 | 474 | 127 | 33 |
| Binary | 10000011 | 1001 | 1100010 | 0 | 1011101 | 11001 | 110001 | 100111100 | 1010111 | 11011 |
Color Harmonies of #830962
Complementary color
Monochromatic Colors of #830962
Black with #830962
Text Example
Text Example
White with #830962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830962; }
p { color: rgb(131,9,98); }
H1.HeaderClassName
{
color: #830962;
}
.AnyTagClassName
{
color: #830962;
}
</style>
background-color css
<style>
a { background-color: #830962; }
a { background-color: rgb(131,9,98); }
div.DivClassName
{
background-color: #830962;
}
.BgClassName
{
background-color: #830962;
}
</style>
border-color css
<style>
span { border-color: #830962; }
span { border-color: rgb(131,9,98); }
td.TdClassName
{
border-color: #830962;
}
.TagClassName
{
border-color: #830962;
}
</style>