Shades of Eggplant #830361
Tints of Eggplant #830361
RGB
CMYK
RGB Variations
Color information
#830361 (or 0x830361) is known color: Eggplant. HEX triplet: 83, 03 and 61. RGB value is (131,3,97). Sum of RGB (Red+Green+Blue) = 131+3+97=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #830361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830361 is #7CFC9E. Grayscale: #333333. Windows color (decimal): -8191135 or 6357891. OLE color: 6357891.
HSL color Cylindrical-coordinate representation of color #830361: hue angle of 315.94º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830361 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 97 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.49 |
| HSL | 315.94º | 0.96% | 0.26% | - |
| HSV(B) | 315.94º | 0.98% | 0.51% | - |
| XYZ | 11.55 | 5.75 | 11.81 | - |
| YUV | 51.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 97 | 0 | 0.98 | 0.26 | 0.49 | 315.94 | 0.96 | 0.26 |
| Hex | 83 | 3 | 61 | 0 | 62 | 1A | 31 | 13C | 60 | 1A |
| Octal | 203 | 3 | 141 | 0 | 142 | 32 | 61 | 474 | 140 | 32 |
| Binary | 10000011 | 11 | 1100001 | 0 | 1100010 | 11010 | 110001 | 100111100 | 1100000 | 11010 |
Color Harmonies of #830361
Complementary color
Monochromatic Colors of #830361
Black with #830361
Text Example
Text Example
White with #830361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830361; }
p { color: rgb(131,3,97); }
H1.HeaderClassName
{
color: #830361;
}
.AnyTagClassName
{
color: #830361;
}
</style>
background-color css
<style>
a { background-color: #830361; }
a { background-color: rgb(131,3,97); }
div.DivClassName
{
background-color: #830361;
}
.BgClassName
{
background-color: #830361;
}
</style>
border-color css
<style>
span { border-color: #830361; }
span { border-color: rgb(131,3,97); }
td.TdClassName
{
border-color: #830361;
}
.TagClassName
{
border-color: #830361;
}
</style>