Shades of Eggplant #830965
Tints of Eggplant #830965
RGB
CMYK
RGB Variations
Color information
#830965 (or 0x830965) is known color: Eggplant. HEX triplet: 83, 09 and 65. RGB value is (131,9,101). Sum of RGB (Red+Green+Blue) = 131+9+101=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #830965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830965 is #7CF69A. Grayscale: #373737. Windows color (decimal): -8189595 or 6621571. OLE color: 6621571.
HSL color Cylindrical-coordinate representation of color #830965: hue angle of 314.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830965 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 101 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.49 |
| HSL | 314.75º | 0.87% | 0.27% | - |
| HSV(B) | 314.75º | 0.93% | 0.51% | - |
| XYZ | 11.81 | 5.96 | 12.84 | - |
| YUV | 55.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 101 | 0 | 0.93 | 0.23 | 0.49 | 314.75 | 0.87 | 0.27 |
| Hex | 83 | 9 | 65 | 0 | 5D | 17 | 31 | 13B | 57 | 1B |
| Octal | 203 | 11 | 145 | 0 | 135 | 27 | 61 | 473 | 127 | 33 |
| Binary | 10000011 | 1001 | 1100101 | 0 | 1011101 | 10111 | 110001 | 100111011 | 1010111 | 11011 |
Color Harmonies of #830965
Complementary color
Monochromatic Colors of #830965
Black with #830965
Text Example
Text Example
White with #830965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830965; }
p { color: rgb(131,9,101); }
H1.HeaderClassName
{
color: #830965;
}
.AnyTagClassName
{
color: #830965;
}
</style>
background-color css
<style>
a { background-color: #830965; }
a { background-color: rgb(131,9,101); }
div.DivClassName
{
background-color: #830965;
}
.BgClassName
{
background-color: #830965;
}
</style>
border-color css
<style>
span { border-color: #830965; }
span { border-color: rgb(131,9,101); }
td.TdClassName
{
border-color: #830965;
}
.TagClassName
{
border-color: #830965;
}
</style>