Shades of Eggplant #86045A
Tints of Eggplant #86045A
RGB
CMYK
RGB Variations
Color information
#86045A (or 0x86045A) is known color: Eggplant. HEX triplet: 86, 04 and 5A. RGB value is (134,4,90). Sum of RGB (Red+Green+Blue) = 134+4+90=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86045A is #79FBA5. Grayscale: #343434. Windows color (decimal): -7994278 or 5899398. OLE color: 5899398.
HSL color Cylindrical-coordinate representation of color #86045A: hue angle of 320.31º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86045A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.47 |
| HSL | 320.31º | 0.94% | 0.27% | - |
| HSV(B) | 320.31º | 0.97% | 0.53% | - |
| XYZ | 11.72 | 5.89 | 10.19 | - |
| YUV | 52.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 90 | 0 | 0.97 | 0.33 | 0.47 | 320.31 | 0.94 | 0.27 |
| Hex | 86 | 4 | 5A | 0 | 61 | 21 | 2F | 140 | 5E | 1B |
| Octal | 206 | 4 | 132 | 0 | 141 | 41 | 57 | 500 | 136 | 33 |
| Binary | 10000110 | 100 | 1011010 | 0 | 1100001 | 100001 | 101111 | 101000000 | 1011110 | 11011 |
Color Harmonies of #86045A
Complementary color
Monochromatic Colors of #86045A
Black with #86045A
Text Example
Text Example
White with #86045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86045A; }
p { color: rgb(134,4,90); }
H1.HeaderClassName
{
color: #86045A;
}
.AnyTagClassName
{
color: #86045A;
}
</style>
background-color css
<style>
a { background-color: #86045A; }
a { background-color: rgb(134,4,90); }
div.DivClassName
{
background-color: #86045A;
}
.BgClassName
{
background-color: #86045A;
}
</style>
border-color css
<style>
span { border-color: #86045A; }
span { border-color: rgb(134,4,90); }
td.TdClassName
{
border-color: #86045A;
}
.TagClassName
{
border-color: #86045A;
}
</style>