Shades of Dark Magenta #9914A7
Tints of Dark Magenta #9914A7
RGB
CMYK
RGB Variations
Color information
#9914A7 (or 0x9914A7) is known color: Dark Magenta. HEX triplet: 99, 14 and A7. RGB value is (153,20,167). Sum of RGB (Red+Green+Blue) = 153+20+167=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #9914A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9914A7 is #66EB58. Grayscale: #4C4C4C. Windows color (decimal): -6744921 or 10949785. OLE color: 10949785.
HSL color Cylindrical-coordinate representation of color #9914A7: hue angle of 294.29º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9914A7 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 20 | 167 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.35 |
| HSL | 294.29º | 0.79% | 0.37% | - |
| HSV(B) | 294.29º | 0.88% | 0.65% | - |
| XYZ | 20.36 | 10.06 | 37.43 | - |
| YUV | 76.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 167 | 0.08 | 0.88 | 0 | 0.35 | 294.29 | 0.79 | 0.37 |
| Hex | 99 | 14 | A7 | 8 | 58 | 0 | 23 | 126 | 4F | 25 |
| Octal | 231 | 24 | 247 | 10 | 130 | 0 | 43 | 446 | 117 | 45 |
| Binary | 10011001 | 10100 | 10100111 | 1000 | 1011000 | 0 | 100011 | 100100110 | 1001111 | 100101 |
Color Harmonies of #9914A7
Complementary color
Monochromatic Colors of #9914A7
Black with #9914A7
Text Example
Text Example
White with #9914A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914A7; }
p { color: rgb(153,20,167); }
H1.HeaderClassName
{
color: #9914A7;
}
.AnyTagClassName
{
color: #9914A7;
}
</style>
background-color css
<style>
a { background-color: #9914A7; }
a { background-color: rgb(153,20,167); }
div.DivClassName
{
background-color: #9914A7;
}
.BgClassName
{
background-color: #9914A7;
}
</style>
border-color css
<style>
span { border-color: #9914A7; }
span { border-color: rgb(153,20,167); }
td.TdClassName
{
border-color: #9914A7;
}
.TagClassName
{
border-color: #9914A7;
}
</style>