Shades of Eggplant #830964
Tints of Eggplant #830964
RGB
CMYK
RGB Variations
Color information
#830964 (or 0x830964) is known color: Eggplant. HEX triplet: 83, 09 and 64. RGB value is (131,9,100). Sum of RGB (Red+Green+Blue) = 131+9+100=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #830964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830964 is #7CF69B. Grayscale: #373737. Windows color (decimal): -8189596 or 6556035. OLE color: 6556035.
HSL color Cylindrical-coordinate representation of color #830964: hue angle of 315.25º 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 #830964 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 100 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.49 |
| HSL | 315.25º | 0.87% | 0.27% | - |
| HSV(B) | 315.25º | 0.93% | 0.51% | - |
| XYZ | 11.76 | 5.94 | 12.58 | - |
| YUV | 55.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 100 | 0 | 0.93 | 0.24 | 0.49 | 315.25 | 0.87 | 0.27 |
| Hex | 83 | 9 | 64 | 0 | 5D | 18 | 31 | 13B | 57 | 1B |
| Octal | 203 | 11 | 144 | 0 | 135 | 30 | 61 | 473 | 127 | 33 |
| Binary | 10000011 | 1001 | 1100100 | 0 | 1011101 | 11000 | 110001 | 100111011 | 1010111 | 11011 |
Color Harmonies of #830964
Complementary color
Monochromatic Colors of #830964
Black with #830964
Text Example
Text Example
White with #830964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830964; }
p { color: rgb(131,9,100); }
H1.HeaderClassName
{
color: #830964;
}
.AnyTagClassName
{
color: #830964;
}
</style>
background-color css
<style>
a { background-color: #830964; }
a { background-color: rgb(131,9,100); }
div.DivClassName
{
background-color: #830964;
}
.BgClassName
{
background-color: #830964;
}
</style>
border-color css
<style>
span { border-color: #830964; }
span { border-color: rgb(131,9,100); }
td.TdClassName
{
border-color: #830964;
}
.TagClassName
{
border-color: #830964;
}
</style>