Shades of Dark Magenta #920EA3
Tints of Dark Magenta #920EA3
RGB
CMYK
RGB Variations
Color information
#920EA3 (or 0x920EA3) is known color: Dark Magenta. HEX triplet: 92, 0E and A3. RGB value is (146,14,163). Sum of RGB (Red+Green+Blue) = 146+14+163=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #920EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920EA3 is #6DF15C. Grayscale: #454545. Windows color (decimal): -7205213 or 10686098. OLE color: 10686098.
HSL color Cylindrical-coordinate representation of color #920EA3: hue angle of 293.15º 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 #920EA3 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 14 | 163 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.36 |
| HSL | 293.15º | 0.84% | 0.35% | - |
| HSV(B) | 293.15º | 0.91% | 0.64% | - |
| XYZ | 18.62 | 9.07 | 35.42 | - |
| YUV | 70.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 163 | 0.10 | 0.91 | 0 | 0.36 | 293.15 | 0.84 | 0.35 |
| Hex | 92 | E | A3 | A | 5B | 0 | 24 | 125 | 54 | 23 |
| Octal | 222 | 16 | 243 | 12 | 133 | 0 | 44 | 445 | 124 | 43 |
| Binary | 10010010 | 1110 | 10100011 | 1010 | 1011011 | 0 | 100100 | 100100101 | 1010100 | 100011 |
Color Harmonies of #920EA3
Complementary color
Monochromatic Colors of #920EA3
Black with #920EA3
Text Example
Text Example
White with #920EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EA3; }
p { color: rgb(146,14,163); }
H1.HeaderClassName
{
color: #920EA3;
}
.AnyTagClassName
{
color: #920EA3;
}
</style>
background-color css
<style>
a { background-color: #920EA3; }
a { background-color: rgb(146,14,163); }
div.DivClassName
{
background-color: #920EA3;
}
.BgClassName
{
background-color: #920EA3;
}
</style>
border-color css
<style>
span { border-color: #920EA3; }
span { border-color: rgb(146,14,163); }
td.TdClassName
{
border-color: #920EA3;
}
.TagClassName
{
border-color: #920EA3;
}
</style>