Shades of Eggplant #830657
Tints of Eggplant #830657
RGB
CMYK
RGB Variations
Color information
#830657 (or 0x830657) is known color: Eggplant. HEX triplet: 83, 06 and 57. RGB value is (131,6,87). Sum of RGB (Red+Green+Blue) = 131+6+87=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #830657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830657 is #7CF9A8. Grayscale: #343434. Windows color (decimal): -8190377 or 5703299. OLE color: 5703299.
HSL color Cylindrical-coordinate representation of color #830657: hue angle of 321.12º 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 #830657 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 87 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.49 |
| HSL | 321.12º | 0.91% | 0.27% | - |
| HSV(B) | 321.12º | 0.95% | 0.51% | - |
| XYZ | 11.15 | 5.64 | 9.52 | - |
| YUV | 52.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 87 | 0 | 0.95 | 0.34 | 0.49 | 321.12 | 0.91 | 0.27 |
| Hex | 83 | 6 | 57 | 0 | 5F | 22 | 31 | 141 | 5B | 1B |
| Octal | 203 | 6 | 127 | 0 | 137 | 42 | 61 | 501 | 133 | 33 |
| Binary | 10000011 | 110 | 1010111 | 0 | 1011111 | 100010 | 110001 | 101000001 | 1011011 | 11011 |
Color Harmonies of #830657
Complementary color
Monochromatic Colors of #830657
Black with #830657
Text Example
Text Example
White with #830657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830657; }
p { color: rgb(131,6,87); }
H1.HeaderClassName
{
color: #830657;
}
.AnyTagClassName
{
color: #830657;
}
</style>
background-color css
<style>
a { background-color: #830657; }
a { background-color: rgb(131,6,87); }
div.DivClassName
{
background-color: #830657;
}
.BgClassName
{
background-color: #830657;
}
</style>
border-color css
<style>
span { border-color: #830657; }
span { border-color: rgb(131,6,87); }
td.TdClassName
{
border-color: #830657;
}
.TagClassName
{
border-color: #830657;
}
</style>