Shades of Eggplant #830064
Tints of Eggplant #830064
RGB
CMYK
RGB Variations
Color information
#830064 (or 0x830064) is known color: Eggplant. HEX triplet: 83, 00 and 64. RGB value is (131,0,100). Sum of RGB (Red+Green+Blue) = 131+0+100=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #830064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830064 is #7CFF9B. Grayscale: #323232. Windows color (decimal): -8191900 or 6553731. OLE color: 6553731.
HSL color Cylindrical-coordinate representation of color #830064: hue angle of 314.2º 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 #830064 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.24 | 0.49 |
| HSL | 314.2º | 1% | 0.26% | - |
| HSV(B) | 314.2º | 1% | 0.51% | - |
| XYZ | 11.66 | 5.75 | 12.55 | - |
| YUV | 50.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 100 | 0 | 1 | 0.24 | 0.49 | 314.2 | 1 | 0.26 |
| Hex | 83 | 0 | 64 | 0 | 64 | 18 | 31 | 13A | 64 | 1A |
| Octal | 203 | 0 | 144 | 0 | 144 | 30 | 61 | 472 | 144 | 32 |
| Binary | 10000011 | 0 | 1100100 | 0 | 1100100 | 11000 | 110001 | 100111010 | 1100100 | 11010 |
Color Harmonies of #830064
Complementary color
Monochromatic Colors of #830064
Black with #830064
Text Example
Text Example
White with #830064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830064; }
p { color: rgb(131,0,100); }
H1.HeaderClassName
{
color: #830064;
}
.AnyTagClassName
{
color: #830064;
}
</style>
background-color css
<style>
a { background-color: #830064; }
a { background-color: rgb(131,0,100); }
div.DivClassName
{
background-color: #830064;
}
.BgClassName
{
background-color: #830064;
}
</style>
border-color css
<style>
span { border-color: #830064; }
span { border-color: rgb(131,0,100); }
td.TdClassName
{
border-color: #830064;
}
.TagClassName
{
border-color: #830064;
}
</style>