Shades of Eggplant #830955
Tints of Eggplant #830955
RGB
CMYK
RGB Variations
Color information
#830955 (or 0x830955) is known color: Eggplant. HEX triplet: 83, 09 and 55. RGB value is (131,9,85). Sum of RGB (Red+Green+Blue) = 131+9+85=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #830955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830955 is #7CF6AA. Grayscale: #353535. Windows color (decimal): -8189611 or 5572995. OLE color: 5572995.
HSL color Cylindrical-coordinate representation of color #830955: hue angle of 322.62º 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 #830955 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 85 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.49 |
| HSL | 322.62º | 0.87% | 0.27% | - |
| HSV(B) | 322.62º | 0.93% | 0.51% | - |
| XYZ | 11.1 | 5.68 | 9.11 | - |
| YUV | 54.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 85 | 0 | 0.93 | 0.35 | 0.49 | 322.62 | 0.87 | 0.27 |
| Hex | 83 | 9 | 55 | 0 | 5D | 23 | 31 | 143 | 57 | 1B |
| Octal | 203 | 11 | 125 | 0 | 135 | 43 | 61 | 503 | 127 | 33 |
| Binary | 10000011 | 1001 | 1010101 | 0 | 1011101 | 100011 | 110001 | 101000011 | 1010111 | 11011 |
Color Harmonies of #830955
Complementary color
Monochromatic Colors of #830955
Black with #830955
Text Example
Text Example
White with #830955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830955; }
p { color: rgb(131,9,85); }
H1.HeaderClassName
{
color: #830955;
}
.AnyTagClassName
{
color: #830955;
}
</style>
background-color css
<style>
a { background-color: #830955; }
a { background-color: rgb(131,9,85); }
div.DivClassName
{
background-color: #830955;
}
.BgClassName
{
background-color: #830955;
}
</style>
border-color css
<style>
span { border-color: #830955; }
span { border-color: rgb(131,9,85); }
td.TdClassName
{
border-color: #830955;
}
.TagClassName
{
border-color: #830955;
}
</style>