Shades of Dark Magenta #851488
Tints of Dark Magenta #851488
RGB
CMYK
RGB Variations
Color information
#851488 (or 0x851488) is known color: Dark Magenta. HEX triplet: 85, 14 and 88. RGB value is (133,20,136). Sum of RGB (Red+Green+Blue) = 133+20+136=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #851488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851488 is #7AEB77. Grayscale: #424242. Windows color (decimal): -8055672 or 8918149. OLE color: 8918149.
HSL color Cylindrical-coordinate representation of color #851488: hue angle of 298.45º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851488 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 20 | 136 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.47 |
| HSL | 298.45º | 0.74% | 0.31% | - |
| HSV(B) | 298.45º | 0.85% | 0.53% | - |
| XYZ | 14.37 | 7.26 | 23.94 | - |
| YUV | 67.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 136 | 0.02 | 0.85 | 0 | 0.47 | 298.45 | 0.74 | 0.31 |
| Hex | 85 | 14 | 88 | 2 | 55 | 0 | 2F | 12A | 4A | 1F |
| Octal | 205 | 24 | 210 | 2 | 125 | 0 | 57 | 452 | 112 | 37 |
| Binary | 10000101 | 10100 | 10001000 | 10 | 1010101 | 0 | 101111 | 100101010 | 1001010 | 11111 |
Color Harmonies of #851488
Complementary color
Monochromatic Colors of #851488
Black with #851488
Text Example
Text Example
White with #851488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851488; }
p { color: rgb(133,20,136); }
H1.HeaderClassName
{
color: #851488;
}
.AnyTagClassName
{
color: #851488;
}
</style>
background-color css
<style>
a { background-color: #851488; }
a { background-color: rgb(133,20,136); }
div.DivClassName
{
background-color: #851488;
}
.BgClassName
{
background-color: #851488;
}
</style>
border-color css
<style>
span { border-color: #851488; }
span { border-color: rgb(133,20,136); }
td.TdClassName
{
border-color: #851488;
}
.TagClassName
{
border-color: #851488;
}
</style>