Shades of Eggplant #830065
Tints of Eggplant #830065
RGB
CMYK
RGB Variations
Color information
#830065 (or 0x830065) is known color: Eggplant. HEX triplet: 83, 00 and 65. RGB value is (131,0,101). Sum of RGB (Red+Green+Blue) = 131+0+101=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #830065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830065 is #7CFF9A. Grayscale: #323232. Windows color (decimal): -8191899 or 6619267. OLE color: 6619267.
HSL color Cylindrical-coordinate representation of color #830065: hue angle of 313.74º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830065 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.23 | 0.49 |
| HSL | 313.74º | 1% | 0.26% | - |
| HSV(B) | 313.74º | 1% | 0.51% | - |
| XYZ | 11.71 | 5.76 | 12.81 | - |
| YUV | 50.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 101 | 0 | 1 | 0.23 | 0.49 | 313.74 | 1 | 0.26 |
| Hex | 83 | 0 | 65 | 0 | 64 | 17 | 31 | 13A | 64 | 1A |
| Octal | 203 | 0 | 145 | 0 | 144 | 27 | 61 | 472 | 144 | 32 |
| Binary | 10000011 | 0 | 1100101 | 0 | 1100100 | 10111 | 110001 | 100111010 | 1100100 | 11010 |
Color Harmonies of #830065
Complementary color
Monochromatic Colors of #830065
Black with #830065
Text Example
Text Example
White with #830065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830065; }
p { color: rgb(131,0,101); }
H1.HeaderClassName
{
color: #830065;
}
.AnyTagClassName
{
color: #830065;
}
</style>
background-color css
<style>
a { background-color: #830065; }
a { background-color: rgb(131,0,101); }
div.DivClassName
{
background-color: #830065;
}
.BgClassName
{
background-color: #830065;
}
</style>
border-color css
<style>
span { border-color: #830065; }
span { border-color: rgb(131,0,101); }
td.TdClassName
{
border-color: #830065;
}
.TagClassName
{
border-color: #830065;
}
</style>