Shades of Dark Magenta #9918A4
Tints of Dark Magenta #9918A4
RGB
CMYK
RGB Variations
Color information
#9918A4 (or 0x9918A4) is known color: Dark Magenta. HEX triplet: 99, 18 and A4. RGB value is (153,24,164). Sum of RGB (Red+Green+Blue) = 153+24+164=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #9918A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9918A4 is #66E75B. Grayscale: #4E4E4E. Windows color (decimal): -6743900 or 10754201. OLE color: 10754201.
HSL color Cylindrical-coordinate representation of color #9918A4: hue angle of 295.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9918A4 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 24 | 164 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.36 |
| HSL | 295.29º | 0.74% | 0.37% | - |
| HSV(B) | 295.29º | 0.85% | 0.64% | - |
| XYZ | 20.16 | 10.11 | 36.01 | - |
| YUV | 78.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 164 | 0.07 | 0.85 | 0 | 0.36 | 295.29 | 0.74 | 0.37 |
| Hex | 99 | 18 | A4 | 7 | 55 | 0 | 24 | 127 | 4A | 25 |
| Octal | 231 | 30 | 244 | 7 | 125 | 0 | 44 | 447 | 112 | 45 |
| Binary | 10011001 | 11000 | 10100100 | 111 | 1010101 | 0 | 100100 | 100100111 | 1001010 | 100101 |
Color Harmonies of #9918A4
Complementary color
Monochromatic Colors of #9918A4
Black with #9918A4
Text Example
Text Example
White with #9918A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918A4; }
p { color: rgb(153,24,164); }
H1.HeaderClassName
{
color: #9918A4;
}
.AnyTagClassName
{
color: #9918A4;
}
</style>
background-color css
<style>
a { background-color: #9918A4; }
a { background-color: rgb(153,24,164); }
div.DivClassName
{
background-color: #9918A4;
}
.BgClassName
{
background-color: #9918A4;
}
</style>
border-color css
<style>
span { border-color: #9918A4; }
span { border-color: rgb(153,24,164); }
td.TdClassName
{
border-color: #9918A4;
}
.TagClassName
{
border-color: #9918A4;
}
</style>