Shades of Eggplant #830161
Tints of Eggplant #830161
RGB
CMYK
RGB Variations
Color information
#830161 (or 0x830161) is known color: Eggplant. HEX triplet: 83, 01 and 61. RGB value is (131,1,97). Sum of RGB (Red+Green+Blue) = 131+1+97=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #830161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830161 is #7CFE9E. Grayscale: #323232. Windows color (decimal): -8191647 or 6357379. OLE color: 6357379.
HSL color Cylindrical-coordinate representation of color #830161: hue angle of 315.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830161 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.49 |
| HSL | 315.69º | 0.98% | 0.26% | - |
| HSV(B) | 315.69º | 0.99% | 0.51% | - |
| XYZ | 11.53 | 5.71 | 11.8 | - |
| YUV | 50.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 97 | 0 | 0.99 | 0.26 | 0.49 | 315.69 | 0.98 | 0.26 |
| Hex | 83 | 1 | 61 | 0 | 63 | 1A | 31 | 13C | 62 | 1A |
| Octal | 203 | 1 | 141 | 0 | 143 | 32 | 61 | 474 | 142 | 32 |
| Binary | 10000011 | 1 | 1100001 | 0 | 1100011 | 11010 | 110001 | 100111100 | 1100010 | 11010 |
Color Harmonies of #830161
Complementary color
Monochromatic Colors of #830161
Black with #830161
Text Example
Text Example
White with #830161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830161; }
p { color: rgb(131,1,97); }
H1.HeaderClassName
{
color: #830161;
}
.AnyTagClassName
{
color: #830161;
}
</style>
background-color css
<style>
a { background-color: #830161; }
a { background-color: rgb(131,1,97); }
div.DivClassName
{
background-color: #830161;
}
.BgClassName
{
background-color: #830161;
}
</style>
border-color css
<style>
span { border-color: #830161; }
span { border-color: rgb(131,1,97); }
td.TdClassName
{
border-color: #830161;
}
.TagClassName
{
border-color: #830161;
}
</style>