Shades of Eggplant #830465
Tints of Eggplant #830465
RGB
CMYK
RGB Variations
Color information
#830465 (or 0x830465) is known color: Eggplant. HEX triplet: 83, 04 and 65. RGB value is (131,4,101). Sum of RGB (Red+Green+Blue) = 131+4+101=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830465 is #7CFB9A. Grayscale: #343434. Windows color (decimal): -8190875 or 6620291. OLE color: 6620291.
HSL color Cylindrical-coordinate representation of color #830465: hue angle of 314.17º 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 #830465 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.49 |
| HSL | 314.17º | 0.94% | 0.26% | - |
| HSV(B) | 314.17º | 0.97% | 0.51% | - |
| XYZ | 11.75 | 5.85 | 12.82 | - |
| YUV | 53.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 101 | 0 | 0.97 | 0.23 | 0.49 | 314.17 | 0.94 | 0.26 |
| Hex | 83 | 4 | 65 | 0 | 61 | 17 | 31 | 13A | 5E | 1A |
| Octal | 203 | 4 | 145 | 0 | 141 | 27 | 61 | 472 | 136 | 32 |
| Binary | 10000011 | 100 | 1100101 | 0 | 1100001 | 10111 | 110001 | 100111010 | 1011110 | 11010 |
Color Harmonies of #830465
Complementary color
Monochromatic Colors of #830465
Black with #830465
Text Example
Text Example
White with #830465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830465; }
p { color: rgb(131,4,101); }
H1.HeaderClassName
{
color: #830465;
}
.AnyTagClassName
{
color: #830465;
}
</style>
background-color css
<style>
a { background-color: #830465; }
a { background-color: rgb(131,4,101); }
div.DivClassName
{
background-color: #830465;
}
.BgClassName
{
background-color: #830465;
}
</style>
border-color css
<style>
span { border-color: #830465; }
span { border-color: rgb(131,4,101); }
td.TdClassName
{
border-color: #830465;
}
.TagClassName
{
border-color: #830465;
}
</style>