Shades of Eggplant #830F5A
Tints of Eggplant #830F5A
RGB
CMYK
RGB Variations
Color information
#830F5A (or 0x830F5A) is known color: Eggplant. HEX triplet: 83, 0F and 5A. RGB value is (131,15,90). Sum of RGB (Red+Green+Blue) = 131+15+90=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F5A is #7CF0A5. Grayscale: #3A3A3A. Windows color (decimal): -8188070 or 5902211. OLE color: 5902211.
HSL color Cylindrical-coordinate representation of color #830F5A: hue angle of 321.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F5A is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 15 | 90 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.49 |
| HSL | 321.21º | 0.79% | 0.29% | - |
| HSV(B) | 321.21º | 0.89% | 0.51% | - |
| XYZ | 11.38 | 5.91 | 10.21 | - |
| YUV | 58.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 90 | 0 | 0.89 | 0.31 | 0.49 | 321.21 | 0.79 | 0.29 |
| Hex | 83 | F | 5A | 0 | 59 | 1F | 31 | 141 | 4F | 1D |
| Octal | 203 | 17 | 132 | 0 | 131 | 37 | 61 | 501 | 117 | 35 |
| Binary | 10000011 | 1111 | 1011010 | 0 | 1011001 | 11111 | 110001 | 101000001 | 1001111 | 11101 |
Color Harmonies of #830F5A
Complementary color
Monochromatic Colors of #830F5A
Black with #830F5A
Text Example
Text Example
White with #830F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830F5A; }
p { color: rgb(131,15,90); }
H1.HeaderClassName
{
color: #830F5A;
}
.AnyTagClassName
{
color: #830F5A;
}
</style>
background-color css
<style>
a { background-color: #830F5A; }
a { background-color: rgb(131,15,90); }
div.DivClassName
{
background-color: #830F5A;
}
.BgClassName
{
background-color: #830F5A;
}
</style>
border-color css
<style>
span { border-color: #830F5A; }
span { border-color: rgb(131,15,90); }
td.TdClassName
{
border-color: #830F5A;
}
.TagClassName
{
border-color: #830F5A;
}
</style>