Shades of Dark Magenta #860188
Tints of Dark Magenta #860188
RGB
CMYK
RGB Variations
Color information
#860188 (or 0x860188) is known color: Dark Magenta. HEX triplet: 86, 01 and 88. RGB value is (134,1,136). Sum of RGB (Red+Green+Blue) = 134+1+136=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #860188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860188 is #79FE77. Grayscale: #373737. Windows color (decimal): -7995000 or 8913286. OLE color: 8913286.
HSL color Cylindrical-coordinate representation of color #860188: hue angle of 299.11º degrees, saturation: 0.99, 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 #860188 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 136 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.11º | 0.99% | 0.27% | - |
| HSV(B) | 299.11º | 0.99% | 0.53% | - |
| XYZ | 14.29 | 6.87 | 23.87 | - |
| YUV | 56.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 136 | 0.01 | 0.99 | 0 | 0.47 | 299.11 | 0.99 | 0.27 |
| Hex | 86 | 1 | 88 | 1 | 63 | 0 | 2F | 12B | 63 | 1B |
| Octal | 206 | 1 | 210 | 1 | 143 | 0 | 57 | 453 | 143 | 33 |
| Binary | 10000110 | 1 | 10001000 | 1 | 1100011 | 0 | 101111 | 100101011 | 1100011 | 11011 |
Color Harmonies of #860188
Complementary color
Monochromatic Colors of #860188
Black with #860188
Text Example
Text Example
White with #860188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860188; }
p { color: rgb(134,1,136); }
H1.HeaderClassName
{
color: #860188;
}
.AnyTagClassName
{
color: #860188;
}
</style>
background-color css
<style>
a { background-color: #860188; }
a { background-color: rgb(134,1,136); }
div.DivClassName
{
background-color: #860188;
}
.BgClassName
{
background-color: #860188;
}
</style>
border-color css
<style>
span { border-color: #860188; }
span { border-color: rgb(134,1,136); }
td.TdClassName
{
border-color: #860188;
}
.TagClassName
{
border-color: #860188;
}
</style>