Shades of Dark Magenta #851A90
Tints of Dark Magenta #851A90
RGB
CMYK
RGB Variations
Color information
#851A90 (or 0x851A90) is known color: Dark Magenta. HEX triplet: 85, 1A and 90. RGB value is (133,26,144). Sum of RGB (Red+Green+Blue) = 133+26+144=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #851A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A90 is #7AE56F. Grayscale: #474747. Windows color (decimal): -8054128 or 9443973. OLE color: 9443973.
HSL color Cylindrical-coordinate representation of color #851A90: hue angle of 294.41º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851A90 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 26 | 144 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.44 |
| HSL | 294.41º | 0.69% | 0.33% | - |
| HSV(B) | 294.41º | 0.82% | 0.56% | - |
| XYZ | 15.08 | 7.74 | 27.08 | - |
| YUV | 71.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 144 | 0.08 | 0.82 | 0 | 0.44 | 294.41 | 0.69 | 0.33 |
| Hex | 85 | 1A | 90 | 8 | 52 | 0 | 2C | 126 | 45 | 21 |
| Octal | 205 | 32 | 220 | 10 | 122 | 0 | 54 | 446 | 105 | 41 |
| Binary | 10000101 | 11010 | 10010000 | 1000 | 1010010 | 0 | 101100 | 100100110 | 1000101 | 100001 |
Color Harmonies of #851A90
Complementary color
Monochromatic Colors of #851A90
Black with #851A90
Text Example
Text Example
White with #851A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A90; }
p { color: rgb(133,26,144); }
H1.HeaderClassName
{
color: #851A90;
}
.AnyTagClassName
{
color: #851A90;
}
</style>
background-color css
<style>
a { background-color: #851A90; }
a { background-color: rgb(133,26,144); }
div.DivClassName
{
background-color: #851A90;
}
.BgClassName
{
background-color: #851A90;
}
</style>
border-color css
<style>
span { border-color: #851A90; }
span { border-color: rgb(133,26,144); }
td.TdClassName
{
border-color: #851A90;
}
.TagClassName
{
border-color: #851A90;
}
</style>