Shades of Dark Magenta #9218A5
Tints of Dark Magenta #9218A5
RGB
CMYK
RGB Variations
Color information
#9218A5 (or 0x9218A5) is known color: Dark Magenta. HEX triplet: 92, 18 and A5. RGB value is (146,24,165). Sum of RGB (Red+Green+Blue) = 146+24+165=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #9218A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9218A5 is #6DE75A. Grayscale: #4C4C4C. Windows color (decimal): -7202651 or 10819730. OLE color: 10819730.
HSL color Cylindrical-coordinate representation of color #9218A5: hue angle of 291.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9218A5 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 24 | 165 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.35 |
| HSL | 291.91º | 0.75% | 0.37% | - |
| HSV(B) | 291.91º | 0.85% | 0.65% | - |
| XYZ | 18.97 | 9.48 | 36.43 | - |
| YUV | 76.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 165 | 0.12 | 0.85 | 0 | 0.35 | 291.91 | 0.75 | 0.37 |
| Hex | 92 | 18 | A5 | C | 55 | 0 | 23 | 124 | 4B | 25 |
| Octal | 222 | 30 | 245 | 14 | 125 | 0 | 43 | 444 | 113 | 45 |
| Binary | 10010010 | 11000 | 10100101 | 1100 | 1010101 | 0 | 100011 | 100100100 | 1001011 | 100101 |
Color Harmonies of #9218A5
Complementary color
Monochromatic Colors of #9218A5
Black with #9218A5
Text Example
Text Example
White with #9218A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9218A5; }
p { color: rgb(146,24,165); }
H1.HeaderClassName
{
color: #9218A5;
}
.AnyTagClassName
{
color: #9218A5;
}
</style>
background-color css
<style>
a { background-color: #9218A5; }
a { background-color: rgb(146,24,165); }
div.DivClassName
{
background-color: #9218A5;
}
.BgClassName
{
background-color: #9218A5;
}
</style>
border-color css
<style>
span { border-color: #9218A5; }
span { border-color: rgb(146,24,165); }
td.TdClassName
{
border-color: #9218A5;
}
.TagClassName
{
border-color: #9218A5;
}
</style>