Shades of Eggplant #830061
Tints of Eggplant #830061
RGB
CMYK
RGB Variations
Color information
#830061 (or 0x830061) is known color: Eggplant. HEX triplet: 83, 00 and 61. RGB value is (131,0,97). Sum of RGB (Red+Green+Blue) = 131+0+97=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #830061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830061 is #7CFF9E. Grayscale: #313131. Windows color (decimal): -8191903 or 6357123. OLE color: 6357123.
HSL color Cylindrical-coordinate representation of color #830061: hue angle of 315.57º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830061 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.26 | 0.49 |
| HSL | 315.57º | 1% | 0.26% | - |
| HSV(B) | 315.57º | 1% | 0.51% | - |
| XYZ | 11.52 | 5.69 | 11.8 | - |
| YUV | 50.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 97 | 0 | 1 | 0.26 | 0.49 | 315.57 | 1 | 0.26 |
| Hex | 83 | 0 | 61 | 0 | 64 | 1A | 31 | 13C | 64 | 1A |
| Octal | 203 | 0 | 141 | 0 | 144 | 32 | 61 | 474 | 144 | 32 |
| Binary | 10000011 | 0 | 1100001 | 0 | 1100100 | 11010 | 110001 | 100111100 | 1100100 | 11010 |
Color Harmonies of #830061
Complementary color
Monochromatic Colors of #830061
Black with #830061
Text Example
Text Example
White with #830061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830061; }
p { color: rgb(131,0,97); }
H1.HeaderClassName
{
color: #830061;
}
.AnyTagClassName
{
color: #830061;
}
</style>
background-color css
<style>
a { background-color: #830061; }
a { background-color: rgb(131,0,97); }
div.DivClassName
{
background-color: #830061;
}
.BgClassName
{
background-color: #830061;
}
</style>
border-color css
<style>
span { border-color: #830061; }
span { border-color: rgb(131,0,97); }
td.TdClassName
{
border-color: #830061;
}
.TagClassName
{
border-color: #830061;
}
</style>