Shades of Eggplant #830765
Tints of Eggplant #830765
RGB
CMYK
RGB Variations
Color information
#830765 (or 0x830765) is known color: Eggplant. HEX triplet: 83, 07 and 65. RGB value is (131,7,101). Sum of RGB (Red+Green+Blue) = 131+7+101=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #830765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830765 is #7CF89A. Grayscale: #363636. Windows color (decimal): -8190107 or 6621059. OLE color: 6621059.
HSL color Cylindrical-coordinate representation of color #830765: hue angle of 314.52º degrees, saturation: 0.9, 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 #830765 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 101 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.49 |
| HSL | 314.52º | 0.9% | 0.27% | - |
| HSV(B) | 314.52º | 0.95% | 0.51% | - |
| XYZ | 11.79 | 5.92 | 12.83 | - |
| YUV | 54.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 101 | 0 | 0.95 | 0.23 | 0.49 | 314.52 | 0.9 | 0.27 |
| Hex | 83 | 7 | 65 | 0 | 5F | 17 | 31 | 13B | 5A | 1B |
| Octal | 203 | 7 | 145 | 0 | 137 | 27 | 61 | 473 | 132 | 33 |
| Binary | 10000011 | 111 | 1100101 | 0 | 1011111 | 10111 | 110001 | 100111011 | 1011010 | 11011 |
Color Harmonies of #830765
Complementary color
Monochromatic Colors of #830765
Black with #830765
Text Example
Text Example
White with #830765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830765; }
p { color: rgb(131,7,101); }
H1.HeaderClassName
{
color: #830765;
}
.AnyTagClassName
{
color: #830765;
}
</style>
background-color css
<style>
a { background-color: #830765; }
a { background-color: rgb(131,7,101); }
div.DivClassName
{
background-color: #830765;
}
.BgClassName
{
background-color: #830765;
}
</style>
border-color css
<style>
span { border-color: #830765; }
span { border-color: rgb(131,7,101); }
td.TdClassName
{
border-color: #830765;
}
.TagClassName
{
border-color: #830765;
}
</style>