Shades of Dark Magenta #910EA2
Tints of Dark Magenta #910EA2
RGB
CMYK
RGB Variations
Color information
#910EA2 (or 0x910EA2) is known color: Dark Magenta. HEX triplet: 91, 0E and A2. RGB value is (145,14,162). Sum of RGB (Red+Green+Blue) = 145+14+162=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #910EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910EA2 is #6EF15D. Grayscale: #454545. Windows color (decimal): -7270750 or 10620561. OLE color: 10620561.
HSL color Cylindrical-coordinate representation of color #910EA2: hue angle of 293.11º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910EA2 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 14 | 162 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.36 |
| HSL | 293.11º | 0.84% | 0.35% | - |
| HSV(B) | 293.11º | 0.91% | 0.64% | - |
| XYZ | 18.36 | 8.94 | 34.94 | - |
| YUV | 70.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 162 | 0.10 | 0.91 | 0 | 0.36 | 293.11 | 0.84 | 0.35 |
| Hex | 91 | E | A2 | A | 5B | 0 | 24 | 125 | 54 | 23 |
| Octal | 221 | 16 | 242 | 12 | 133 | 0 | 44 | 445 | 124 | 43 |
| Binary | 10010001 | 1110 | 10100010 | 1010 | 1011011 | 0 | 100100 | 100100101 | 1010100 | 100011 |
Color Harmonies of #910EA2
Complementary color
Monochromatic Colors of #910EA2
Black with #910EA2
Text Example
Text Example
White with #910EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EA2; }
p { color: rgb(145,14,162); }
H1.HeaderClassName
{
color: #910EA2;
}
.AnyTagClassName
{
color: #910EA2;
}
</style>
background-color css
<style>
a { background-color: #910EA2; }
a { background-color: rgb(145,14,162); }
div.DivClassName
{
background-color: #910EA2;
}
.BgClassName
{
background-color: #910EA2;
}
</style>
border-color css
<style>
span { border-color: #910EA2; }
span { border-color: rgb(145,14,162); }
td.TdClassName
{
border-color: #910EA2;
}
.TagClassName
{
border-color: #910EA2;
}
</style>