Shades of Eggplant #830554
Tints of Eggplant #830554
RGB
CMYK
RGB Variations
Color information
#830554 (or 0x830554) is known color: Eggplant. HEX triplet: 83, 05 and 54. RGB value is (131,5,84). Sum of RGB (Red+Green+Blue) = 131+5+84=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830554 is #7CFAAB. Grayscale: #333333. Windows color (decimal): -8190636 or 5506435. OLE color: 5506435.
HSL color Cylindrical-coordinate representation of color #830554: hue angle of 322.38º 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 #830554 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 84 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.49 |
| HSL | 322.38º | 0.93% | 0.27% | - |
| HSV(B) | 322.38º | 0.96% | 0.51% | - |
| XYZ | 11.01 | 5.57 | 8.88 | - |
| YUV | 51.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 84 | 0 | 0.96 | 0.36 | 0.49 | 322.38 | 0.93 | 0.27 |
| Hex | 83 | 5 | 54 | 0 | 60 | 24 | 31 | 142 | 5D | 1B |
| Octal | 203 | 5 | 124 | 0 | 140 | 44 | 61 | 502 | 135 | 33 |
| Binary | 10000011 | 101 | 1010100 | 0 | 1100000 | 100100 | 110001 | 101000010 | 1011101 | 11011 |
Color Harmonies of #830554
Complementary color
Monochromatic Colors of #830554
Black with #830554
Text Example
Text Example
White with #830554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830554; }
p { color: rgb(131,5,84); }
H1.HeaderClassName
{
color: #830554;
}
.AnyTagClassName
{
color: #830554;
}
</style>
background-color css
<style>
a { background-color: #830554; }
a { background-color: rgb(131,5,84); }
div.DivClassName
{
background-color: #830554;
}
.BgClassName
{
background-color: #830554;
}
</style>
border-color css
<style>
span { border-color: #830554; }
span { border-color: rgb(131,5,84); }
td.TdClassName
{
border-color: #830554;
}
.TagClassName
{
border-color: #830554;
}
</style>