Shades of Eggplant #830651
Tints of Eggplant #830651
RGB
CMYK
RGB Variations
Color information
#830651 (or 0x830651) is known color: Eggplant. HEX triplet: 83, 06 and 51. RGB value is (131,6,81). Sum of RGB (Red+Green+Blue) = 131+6+81=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830651 is #7CF9AE. Grayscale: #333333. Windows color (decimal): -8190383 or 5310083. OLE color: 5310083.
HSL color Cylindrical-coordinate representation of color #830651: hue angle of 324º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830651 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 81 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.49 |
| HSL | 324º | 0.91% | 0.27% | - |
| HSV(B) | 324º | 0.95% | 0.51% | - |
| XYZ | 10.91 | 5.55 | 8.28 | - |
| YUV | 51.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 81 | 0 | 0.95 | 0.38 | 0.49 | 324 | 0.91 | 0.27 |
| Hex | 83 | 6 | 51 | 0 | 5F | 26 | 31 | 144 | 5B | 1B |
| Octal | 203 | 6 | 121 | 0 | 137 | 46 | 61 | 504 | 133 | 33 |
| Binary | 10000011 | 110 | 1010001 | 0 | 1011111 | 100110 | 110001 | 101000100 | 1011011 | 11011 |
Color Harmonies of #830651
Complementary color
Monochromatic Colors of #830651
Black with #830651
Text Example
Text Example
White with #830651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830651; }
p { color: rgb(131,6,81); }
H1.HeaderClassName
{
color: #830651;
}
.AnyTagClassName
{
color: #830651;
}
</style>
background-color css
<style>
a { background-color: #830651; }
a { background-color: rgb(131,6,81); }
div.DivClassName
{
background-color: #830651;
}
.BgClassName
{
background-color: #830651;
}
</style>
border-color css
<style>
span { border-color: #830651; }
span { border-color: rgb(131,6,81); }
td.TdClassName
{
border-color: #830651;
}
.TagClassName
{
border-color: #830651;
}
</style>