Shades of Eggplant #830968
Tints of Eggplant #830968
RGB
CMYK
RGB Variations
Color information
#830968 (or 0x830968) is known color: Eggplant. HEX triplet: 83, 09 and 68. RGB value is (131,9,104). Sum of RGB (Red+Green+Blue) = 131+9+104=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #830968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830968 is #7CF697. Grayscale: #383838. Windows color (decimal): -8189592 or 6818179. OLE color: 6818179.
HSL color Cylindrical-coordinate representation of color #830968: hue angle of 313.28º 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 #830968 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 104 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.49 |
| HSL | 313.28º | 0.87% | 0.27% | - |
| HSV(B) | 313.28º | 0.93% | 0.51% | - |
| XYZ | 11.96 | 6.02 | 13.63 | - |
| YUV | 56.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 104 | 0 | 0.93 | 0.21 | 0.49 | 313.28 | 0.87 | 0.27 |
| Hex | 83 | 9 | 68 | 0 | 5D | 15 | 31 | 139 | 57 | 1B |
| Octal | 203 | 11 | 150 | 0 | 135 | 25 | 61 | 471 | 127 | 33 |
| Binary | 10000011 | 1001 | 1101000 | 0 | 1011101 | 10101 | 110001 | 100111001 | 1010111 | 11011 |
Color Harmonies of #830968
Complementary color
Monochromatic Colors of #830968
Black with #830968
Text Example
Text Example
White with #830968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830968; }
p { color: rgb(131,9,104); }
H1.HeaderClassName
{
color: #830968;
}
.AnyTagClassName
{
color: #830968;
}
</style>
background-color css
<style>
a { background-color: #830968; }
a { background-color: rgb(131,9,104); }
div.DivClassName
{
background-color: #830968;
}
.BgClassName
{
background-color: #830968;
}
</style>
border-color css
<style>
span { border-color: #830968; }
span { border-color: rgb(131,9,104); }
td.TdClassName
{
border-color: #830968;
}
.TagClassName
{
border-color: #830968;
}
</style>