Shades of Eggplant #830462
Tints of Eggplant #830462
RGB
CMYK
RGB Variations
Color information
#830462 (or 0x830462) is known color: Eggplant. HEX triplet: 83, 04 and 62. RGB value is (131,4,98). Sum of RGB (Red+Green+Blue) = 131+4+98=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #830462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830462 is #7CFB9D. Grayscale: #343434. Windows color (decimal): -8190878 or 6423683. OLE color: 6423683.
HSL color Cylindrical-coordinate representation of color #830462: hue angle of 315.59º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830462 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 98 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.49 |
| HSL | 315.59º | 0.94% | 0.26% | - |
| HSV(B) | 315.59º | 0.97% | 0.51% | - |
| XYZ | 11.61 | 5.79 | 12.06 | - |
| YUV | 52.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 98 | 0 | 0.97 | 0.25 | 0.49 | 315.59 | 0.94 | 0.26 |
| Hex | 83 | 4 | 62 | 0 | 61 | 19 | 31 | 13C | 5E | 1A |
| Octal | 203 | 4 | 142 | 0 | 141 | 31 | 61 | 474 | 136 | 32 |
| Binary | 10000011 | 100 | 1100010 | 0 | 1100001 | 11001 | 110001 | 100111100 | 1011110 | 11010 |
Color Harmonies of #830462
Complementary color
Monochromatic Colors of #830462
Black with #830462
Text Example
Text Example
White with #830462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830462; }
p { color: rgb(131,4,98); }
H1.HeaderClassName
{
color: #830462;
}
.AnyTagClassName
{
color: #830462;
}
</style>
background-color css
<style>
a { background-color: #830462; }
a { background-color: rgb(131,4,98); }
div.DivClassName
{
background-color: #830462;
}
.BgClassName
{
background-color: #830462;
}
</style>
border-color css
<style>
span { border-color: #830462; }
span { border-color: rgb(131,4,98); }
td.TdClassName
{
border-color: #830462;
}
.TagClassName
{
border-color: #830462;
}
</style>