Shades of Dark Magenta #86028A
Tints of Dark Magenta #86028A
RGB
CMYK
RGB Variations
Color information
#86028A (or 0x86028A) is known color: Dark Magenta. HEX triplet: 86, 02 and 8A. RGB value is (134,2,138). Sum of RGB (Red+Green+Blue) = 134+2+138=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #86028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86028A is #79FD75. Grayscale: #383838. Windows color (decimal): -7994742 or 9044614. OLE color: 9044614.
HSL color Cylindrical-coordinate representation of color #86028A: hue angle of 298.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86028A is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 2 | 138 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.46 |
| HSL | 298.24º | 0.97% | 0.27% | - |
| HSV(B) | 298.24º | 0.99% | 0.54% | - |
| XYZ | 14.44 | 6.95 | 24.62 | - |
| YUV | 56.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 138 | 0.03 | 0.99 | 0 | 0.46 | 298.24 | 0.97 | 0.27 |
| Hex | 86 | 2 | 8A | 3 | 63 | 0 | 2E | 12A | 61 | 1B |
| Octal | 206 | 2 | 212 | 3 | 143 | 0 | 56 | 452 | 141 | 33 |
| Binary | 10000110 | 10 | 10001010 | 11 | 1100011 | 0 | 101110 | 100101010 | 1100001 | 11011 |
Color Harmonies of #86028A
Complementary color
Monochromatic Colors of #86028A
Black with #86028A
Text Example
Text Example
White with #86028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86028A; }
p { color: rgb(134,2,138); }
H1.HeaderClassName
{
color: #86028A;
}
.AnyTagClassName
{
color: #86028A;
}
</style>
background-color css
<style>
a { background-color: #86028A; }
a { background-color: rgb(134,2,138); }
div.DivClassName
{
background-color: #86028A;
}
.BgClassName
{
background-color: #86028A;
}
</style>
border-color css
<style>
span { border-color: #86028A; }
span { border-color: rgb(134,2,138); }
td.TdClassName
{
border-color: #86028A;
}
.TagClassName
{
border-color: #86028A;
}
</style>