Shades of Eggplant #830653
Tints of Eggplant #830653
RGB
CMYK
RGB Variations
Color information
#830653 (or 0x830653) is known color: Eggplant. HEX triplet: 83, 06 and 53. RGB value is (131,6,83). Sum of RGB (Red+Green+Blue) = 131+6+83=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830653 is #7CF9AC. Grayscale: #333333. Windows color (decimal): -8190381 or 5441155. OLE color: 5441155.
HSL color Cylindrical-coordinate representation of color #830653: hue angle of 323.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830653 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 83 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.49 |
| HSL | 323.04º | 0.91% | 0.27% | - |
| HSV(B) | 323.04º | 0.95% | 0.51% | - |
| XYZ | 10.99 | 5.58 | 8.68 | - |
| YUV | 52.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 83 | 0 | 0.95 | 0.37 | 0.49 | 323.04 | 0.91 | 0.27 |
| Hex | 83 | 6 | 53 | 0 | 5F | 25 | 31 | 143 | 5B | 1B |
| Octal | 203 | 6 | 123 | 0 | 137 | 45 | 61 | 503 | 133 | 33 |
| Binary | 10000011 | 110 | 1010011 | 0 | 1011111 | 100101 | 110001 | 101000011 | 1011011 | 11011 |
Color Harmonies of #830653
Complementary color
Monochromatic Colors of #830653
Black with #830653
Text Example
Text Example
White with #830653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830653; }
p { color: rgb(131,6,83); }
H1.HeaderClassName
{
color: #830653;
}
.AnyTagClassName
{
color: #830653;
}
</style>
background-color css
<style>
a { background-color: #830653; }
a { background-color: rgb(131,6,83); }
div.DivClassName
{
background-color: #830653;
}
.BgClassName
{
background-color: #830653;
}
</style>
border-color css
<style>
span { border-color: #830653; }
span { border-color: rgb(131,6,83); }
td.TdClassName
{
border-color: #830653;
}
.TagClassName
{
border-color: #830653;
}
</style>