Shades of Eggplant #830954
Tints of Eggplant #830954
RGB
CMYK
RGB Variations
Color information
#830954 (or 0x830954) is known color: Eggplant. HEX triplet: 83, 09 and 54. RGB value is (131,9,84). Sum of RGB (Red+Green+Blue) = 131+9+84=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #830954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830954 is #7CF6AB. Grayscale: #353535. Windows color (decimal): -8189612 or 5507459. OLE color: 5507459.
HSL color Cylindrical-coordinate representation of color #830954: hue angle of 323.11º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830954 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 84 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.49 |
| HSL | 323.11º | 0.87% | 0.27% | - |
| HSV(B) | 323.11º | 0.93% | 0.51% | - |
| XYZ | 11.06 | 5.66 | 8.9 | - |
| YUV | 54.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 84 | 0 | 0.93 | 0.36 | 0.49 | 323.11 | 0.87 | 0.27 |
| Hex | 83 | 9 | 54 | 0 | 5D | 24 | 31 | 143 | 57 | 1B |
| Octal | 203 | 11 | 124 | 0 | 135 | 44 | 61 | 503 | 127 | 33 |
| Binary | 10000011 | 1001 | 1010100 | 0 | 1011101 | 100100 | 110001 | 101000011 | 1010111 | 11011 |
Color Harmonies of #830954
Complementary color
Monochromatic Colors of #830954
Black with #830954
Text Example
Text Example
White with #830954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830954; }
p { color: rgb(131,9,84); }
H1.HeaderClassName
{
color: #830954;
}
.AnyTagClassName
{
color: #830954;
}
</style>
background-color css
<style>
a { background-color: #830954; }
a { background-color: rgb(131,9,84); }
div.DivClassName
{
background-color: #830954;
}
.BgClassName
{
background-color: #830954;
}
</style>
border-color css
<style>
span { border-color: #830954; }
span { border-color: rgb(131,9,84); }
td.TdClassName
{
border-color: #830954;
}
.TagClassName
{
border-color: #830954;
}
</style>