Shades of Eggplant #830658
Tints of Eggplant #830658
RGB
CMYK
RGB Variations
Color information
#830658 (or 0x830658) is known color: Eggplant. HEX triplet: 83, 06 and 58. RGB value is (131,6,88). Sum of RGB (Red+Green+Blue) = 131+6+88=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #830658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830658 is #7CF9A7. Grayscale: #343434. Windows color (decimal): -8190376 or 5768835. OLE color: 5768835.
HSL color Cylindrical-coordinate representation of color #830658: hue angle of 320.64º 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 #830658 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 88 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.49 |
| HSL | 320.64º | 0.91% | 0.27% | - |
| HSV(B) | 320.64º | 0.95% | 0.51% | - |
| XYZ | 11.19 | 5.66 | 9.74 | - |
| YUV | 52.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 88 | 0 | 0.95 | 0.33 | 0.49 | 320.64 | 0.91 | 0.27 |
| Hex | 83 | 6 | 58 | 0 | 5F | 21 | 31 | 141 | 5B | 1B |
| Octal | 203 | 6 | 130 | 0 | 137 | 41 | 61 | 501 | 133 | 33 |
| Binary | 10000011 | 110 | 1011000 | 0 | 1011111 | 100001 | 110001 | 101000001 | 1011011 | 11011 |
Color Harmonies of #830658
Complementary color
Monochromatic Colors of #830658
Black with #830658
Text Example
Text Example
White with #830658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830658; }
p { color: rgb(131,6,88); }
H1.HeaderClassName
{
color: #830658;
}
.AnyTagClassName
{
color: #830658;
}
</style>
background-color css
<style>
a { background-color: #830658; }
a { background-color: rgb(131,6,88); }
div.DivClassName
{
background-color: #830658;
}
.BgClassName
{
background-color: #830658;
}
</style>
border-color css
<style>
span { border-color: #830658; }
span { border-color: rgb(131,6,88); }
td.TdClassName
{
border-color: #830658;
}
.TagClassName
{
border-color: #830658;
}
</style>