Shades of Dark Magenta #86089C
Tints of Dark Magenta #86089C
RGB
CMYK
RGB Variations
Color information
#86089C (or 0x86089C) is known color: Dark Magenta. HEX triplet: 86, 08 and 9C. RGB value is (134,8,156). Sum of RGB (Red+Green+Blue) = 134+8+156=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #86089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86089C is #79F763. Grayscale: #3E3E3E. Windows color (decimal): -7993188 or 10225798. OLE color: 10225798.
HSL color Cylindrical-coordinate representation of color #86089C: hue angle of 291.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86089C is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 8 | 156 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.39 |
| HSL | 291.08º | 0.9% | 0.32% | - |
| HSV(B) | 291.08º | 0.95% | 0.61% | - |
| XYZ | 15.92 | 7.64 | 32.09 | - |
| YUV | 62.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 156 | 0.14 | 0.95 | 0 | 0.39 | 291.08 | 0.9 | 0.32 |
| Hex | 86 | 8 | 9C | E | 5F | 0 | 27 | 123 | 5A | 20 |
| Octal | 206 | 10 | 234 | 16 | 137 | 0 | 47 | 443 | 132 | 40 |
| Binary | 10000110 | 1000 | 10011100 | 1110 | 1011111 | 0 | 100111 | 100100011 | 1011010 | 100000 |
Color Harmonies of #86089C
Complementary color
Monochromatic Colors of #86089C
Black with #86089C
Text Example
Text Example
White with #86089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86089C; }
p { color: rgb(134,8,156); }
H1.HeaderClassName
{
color: #86089C;
}
.AnyTagClassName
{
color: #86089C;
}
</style>
background-color css
<style>
a { background-color: #86089C; }
a { background-color: rgb(134,8,156); }
div.DivClassName
{
background-color: #86089C;
}
.BgClassName
{
background-color: #86089C;
}
</style>
border-color css
<style>
span { border-color: #86089C; }
span { border-color: rgb(134,8,156); }
td.TdClassName
{
border-color: #86089C;
}
.TagClassName
{
border-color: #86089C;
}
</style>