Shades of Eggplant #830D61
Tints of Eggplant #830D61
RGB
CMYK
RGB Variations
Color information
#830D61 (or 0x830D61) is known color: Eggplant. HEX triplet: 83, 0D and 61. RGB value is (131,13,97). Sum of RGB (Red+Green+Blue) = 131+13+97=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #830D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830D61 is #7CF29E. Grayscale: #393939. Windows color (decimal): -8188575 or 6360451. OLE color: 6360451.
HSL color Cylindrical-coordinate representation of color #830D61: hue angle of 317.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D61 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 13 | 97 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.49 |
| HSL | 317.29º | 0.82% | 0.28% | - |
| HSV(B) | 317.29º | 0.9% | 0.51% | - |
| XYZ | 11.66 | 5.98 | 11.85 | - |
| YUV | 57.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 97 | 0 | 0.90 | 0.26 | 0.49 | 317.29 | 0.82 | 0.28 |
| Hex | 83 | D | 61 | 0 | 5A | 1A | 31 | 13D | 52 | 1C |
| Octal | 203 | 15 | 141 | 0 | 132 | 32 | 61 | 475 | 122 | 34 |
| Binary | 10000011 | 1101 | 1100001 | 0 | 1011010 | 11010 | 110001 | 100111101 | 1010010 | 11100 |
Color Harmonies of #830D61
Complementary color
Monochromatic Colors of #830D61
Black with #830D61
Text Example
Text Example
White with #830D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830D61; }
p { color: rgb(131,13,97); }
H1.HeaderClassName
{
color: #830D61;
}
.AnyTagClassName
{
color: #830D61;
}
</style>
background-color css
<style>
a { background-color: #830D61; }
a { background-color: rgb(131,13,97); }
div.DivClassName
{
background-color: #830D61;
}
.BgClassName
{
background-color: #830D61;
}
</style>
border-color css
<style>
span { border-color: #830D61; }
span { border-color: rgb(131,13,97); }
td.TdClassName
{
border-color: #830D61;
}
.TagClassName
{
border-color: #830D61;
}
</style>