Shades of Eggplant #860953
Tints of Eggplant #860953
RGB
CMYK
RGB Variations
Color information
#860953 (or 0x860953) is known color: Eggplant. HEX triplet: 86, 09 and 53. RGB value is (134,9,83). Sum of RGB (Red+Green+Blue) = 134+9+83=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #860953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860953 is #79F6AC. Grayscale: #363636. Windows color (decimal): -7993005 or 5441926. OLE color: 5441926.
HSL color Cylindrical-coordinate representation of color #860953: hue angle of 324.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860953 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 83 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.47 |
| HSL | 324.48º | 0.87% | 0.28% | - |
| HSV(B) | 324.48º | 0.93% | 0.53% | - |
| XYZ | 11.49 | 5.89 | 8.71 | - |
| YUV | 54.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 83 | 0 | 0.93 | 0.38 | 0.47 | 324.48 | 0.87 | 0.28 |
| Hex | 86 | 9 | 53 | 0 | 5D | 26 | 2F | 144 | 57 | 1C |
| Octal | 206 | 11 | 123 | 0 | 135 | 46 | 57 | 504 | 127 | 34 |
| Binary | 10000110 | 1001 | 1010011 | 0 | 1011101 | 100110 | 101111 | 101000100 | 1010111 | 11100 |
Color Harmonies of #860953
Complementary color
Monochromatic Colors of #860953
Black with #860953
Text Example
Text Example
White with #860953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860953; }
p { color: rgb(134,9,83); }
H1.HeaderClassName
{
color: #860953;
}
.AnyTagClassName
{
color: #860953;
}
</style>
background-color css
<style>
a { background-color: #860953; }
a { background-color: rgb(134,9,83); }
div.DivClassName
{
background-color: #860953;
}
.BgClassName
{
background-color: #860953;
}
</style>
border-color css
<style>
span { border-color: #860953; }
span { border-color: rgb(134,9,83); }
td.TdClassName
{
border-color: #860953;
}
.TagClassName
{
border-color: #860953;
}
</style>