Shades of Dark Magenta #860288
Tints of Dark Magenta #860288
RGB
CMYK
RGB Variations
Color information
#860288 (or 0x860288) is known color: Dark Magenta. HEX triplet: 86, 02 and 88. RGB value is (134,2,136). Sum of RGB (Red+Green+Blue) = 134+2+136=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #860288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860288 is #79FD77. Grayscale: #383838. Windows color (decimal): -7994744 or 8913542. OLE color: 8913542.
HSL color Cylindrical-coordinate representation of color #860288: hue angle of 299.1º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860288 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 136 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.1º | 0.97% | 0.27% | - |
| HSV(B) | 299.1º | 0.99% | 0.53% | - |
| XYZ | 14.3 | 6.89 | 23.87 | - |
| YUV | 56.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 136 | 0.01 | 0.99 | 0 | 0.47 | 299.1 | 0.97 | 0.27 |
| Hex | 86 | 2 | 88 | 1 | 63 | 0 | 2F | 12B | 61 | 1B |
| Octal | 206 | 2 | 210 | 1 | 143 | 0 | 57 | 453 | 141 | 33 |
| Binary | 10000110 | 10 | 10001000 | 1 | 1100011 | 0 | 101111 | 100101011 | 1100001 | 11011 |
Color Harmonies of #860288
Complementary color
Monochromatic Colors of #860288
Black with #860288
Text Example
Text Example
White with #860288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860288; }
p { color: rgb(134,2,136); }
H1.HeaderClassName
{
color: #860288;
}
.AnyTagClassName
{
color: #860288;
}
</style>
background-color css
<style>
a { background-color: #860288; }
a { background-color: rgb(134,2,136); }
div.DivClassName
{
background-color: #860288;
}
.BgClassName
{
background-color: #860288;
}
</style>
border-color css
<style>
span { border-color: #860288; }
span { border-color: rgb(134,2,136); }
td.TdClassName
{
border-color: #860288;
}
.TagClassName
{
border-color: #860288;
}
</style>