Shades of Eggplant #830551
Tints of Eggplant #830551
RGB
CMYK
RGB Variations
Color information
#830551 (or 0x830551) is known color: Eggplant. HEX triplet: 83, 05 and 51. RGB value is (131,5,81). Sum of RGB (Red+Green+Blue) = 131+5+81=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #830551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830551 is #7CFAAE. Grayscale: #333333. Windows color (decimal): -8190639 or 5309827. OLE color: 5309827.
HSL color Cylindrical-coordinate representation of color #830551: hue angle of 323.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830551 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 81 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.49 |
| HSL | 323.81º | 0.93% | 0.27% | - |
| HSV(B) | 323.81º | 0.96% | 0.51% | - |
| XYZ | 10.9 | 5.53 | 8.28 | - |
| YUV | 51.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 81 | 0 | 0.96 | 0.38 | 0.49 | 323.81 | 0.93 | 0.27 |
| Hex | 83 | 5 | 51 | 0 | 60 | 26 | 31 | 144 | 5D | 1B |
| Octal | 203 | 5 | 121 | 0 | 140 | 46 | 61 | 504 | 135 | 33 |
| Binary | 10000011 | 101 | 1010001 | 0 | 1100000 | 100110 | 110001 | 101000100 | 1011101 | 11011 |
Color Harmonies of #830551
Complementary color
Monochromatic Colors of #830551
Black with #830551
Text Example
Text Example
White with #830551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830551; }
p { color: rgb(131,5,81); }
H1.HeaderClassName
{
color: #830551;
}
.AnyTagClassName
{
color: #830551;
}
</style>
background-color css
<style>
a { background-color: #830551; }
a { background-color: rgb(131,5,81); }
div.DivClassName
{
background-color: #830551;
}
.BgClassName
{
background-color: #830551;
}
</style>
border-color css
<style>
span { border-color: #830551; }
span { border-color: rgb(131,5,81); }
td.TdClassName
{
border-color: #830551;
}
.TagClassName
{
border-color: #830551;
}
</style>