Shades of Eggplant #830158
Tints of Eggplant #830158
RGB
CMYK
RGB Variations
Color information
#830158 (or 0x830158) is known color: Eggplant. HEX triplet: 83, 01 and 58. RGB value is (131,1,88). Sum of RGB (Red+Green+Blue) = 131+1+88=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830158 is #7CFEA7. Grayscale: #313131. Windows color (decimal): -8191656 or 5767555. OLE color: 5767555.
HSL color Cylindrical-coordinate representation of color #830158: hue angle of 319.85º 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 #830158 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.49 |
| HSL | 319.85º | 0.98% | 0.26% | - |
| HSV(B) | 319.85º | 0.99% | 0.51% | - |
| XYZ | 11.13 | 5.55 | 9.72 | - |
| YUV | 49.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 88 | 0 | 0.99 | 0.33 | 0.49 | 319.85 | 0.98 | 0.26 |
| Hex | 83 | 1 | 58 | 0 | 63 | 21 | 31 | 140 | 62 | 1A |
| Octal | 203 | 1 | 130 | 0 | 143 | 41 | 61 | 500 | 142 | 32 |
| Binary | 10000011 | 1 | 1011000 | 0 | 1100011 | 100001 | 110001 | 101000000 | 1100010 | 11010 |
Color Harmonies of #830158
Complementary color
Monochromatic Colors of #830158
Black with #830158
Text Example
Text Example
White with #830158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830158; }
p { color: rgb(131,1,88); }
H1.HeaderClassName
{
color: #830158;
}
.AnyTagClassName
{
color: #830158;
}
</style>
background-color css
<style>
a { background-color: #830158; }
a { background-color: rgb(131,1,88); }
div.DivClassName
{
background-color: #830158;
}
.BgClassName
{
background-color: #830158;
}
</style>
border-color css
<style>
span { border-color: #830158; }
span { border-color: rgb(131,1,88); }
td.TdClassName
{
border-color: #830158;
}
.TagClassName
{
border-color: #830158;
}
</style>