Shades of Eggplant #830661
Tints of Eggplant #830661
RGB
CMYK
RGB Variations
Color information
#830661 (or 0x830661) is known color: Eggplant. HEX triplet: 83, 06 and 61. RGB value is (131,6,97). Sum of RGB (Red+Green+Blue) = 131+6+97=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #830661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830661 is #7CF99E. Grayscale: #353535. Windows color (decimal): -8190367 or 6358659. OLE color: 6358659.
HSL color Cylindrical-coordinate representation of color #830661: hue angle of 316.32º 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 #830661 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 97 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.49 |
| HSL | 316.32º | 0.91% | 0.27% | - |
| HSV(B) | 316.32º | 0.95% | 0.51% | - |
| XYZ | 11.58 | 5.82 | 11.82 | - |
| YUV | 53.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 97 | 0 | 0.95 | 0.26 | 0.49 | 316.32 | 0.91 | 0.27 |
| Hex | 83 | 6 | 61 | 0 | 5F | 1A | 31 | 13C | 5B | 1B |
| Octal | 203 | 6 | 141 | 0 | 137 | 32 | 61 | 474 | 133 | 33 |
| Binary | 10000011 | 110 | 1100001 | 0 | 1011111 | 11010 | 110001 | 100111100 | 1011011 | 11011 |
Color Harmonies of #830661
Complementary color
Monochromatic Colors of #830661
Black with #830661
Text Example
Text Example
White with #830661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830661; }
p { color: rgb(131,6,97); }
H1.HeaderClassName
{
color: #830661;
}
.AnyTagClassName
{
color: #830661;
}
</style>
background-color css
<style>
a { background-color: #830661; }
a { background-color: rgb(131,6,97); }
div.DivClassName
{
background-color: #830661;
}
.BgClassName
{
background-color: #830661;
}
</style>
border-color css
<style>
span { border-color: #830661; }
span { border-color: rgb(131,6,97); }
td.TdClassName
{
border-color: #830661;
}
.TagClassName
{
border-color: #830661;
}
</style>