Shades of Dark Magenta #9718AA
Tints of Dark Magenta #9718AA
RGB
CMYK
RGB Variations
Color information
#9718AA (or 0x9718AA) is known color: Dark Magenta. HEX triplet: 97, 18 and AA. RGB value is (151,24,170). Sum of RGB (Red+Green+Blue) = 151+24+170=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #9718AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9718AA is #68E755. Grayscale: #4E4E4E. Windows color (decimal): -6874966 or 11147415. OLE color: 11147415.
HSL color Cylindrical-coordinate representation of color #9718AA: hue angle of 292.19º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9718AA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 24 | 170 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.33 |
| HSL | 292.19º | 0.75% | 0.38% | - |
| HSV(B) | 292.19º | 0.86% | 0.67% | - |
| XYZ | 20.34 | 10.13 | 38.91 | - |
| YUV | 78.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 170 | 0.11 | 0.86 | 0 | 0.33 | 292.19 | 0.75 | 0.38 |
| Hex | 97 | 18 | AA | B | 56 | 0 | 21 | 124 | 4B | 26 |
| Octal | 227 | 30 | 252 | 13 | 126 | 0 | 41 | 444 | 113 | 46 |
| Binary | 10010111 | 11000 | 10101010 | 1011 | 1010110 | 0 | 100001 | 100100100 | 1001011 | 100110 |
Color Harmonies of #9718AA
Complementary color
Monochromatic Colors of #9718AA
Black with #9718AA
Text Example
Text Example
White with #9718AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9718AA; }
p { color: rgb(151,24,170); }
H1.HeaderClassName
{
color: #9718AA;
}
.AnyTagClassName
{
color: #9718AA;
}
</style>
background-color css
<style>
a { background-color: #9718AA; }
a { background-color: rgb(151,24,170); }
div.DivClassName
{
background-color: #9718AA;
}
.BgClassName
{
background-color: #9718AA;
}
</style>
border-color css
<style>
span { border-color: #9718AA; }
span { border-color: rgb(151,24,170); }
td.TdClassName
{
border-color: #9718AA;
}
.TagClassName
{
border-color: #9718AA;
}
</style>