Shades of Dark Magenta #9819A0
Tints of Dark Magenta #9819A0
RGB
CMYK
RGB Variations
Color information
#9819A0 (or 0x9819A0) is known color: Dark Magenta. HEX triplet: 98, 19 and A0. RGB value is (152,25,160). Sum of RGB (Red+Green+Blue) = 152+25+160=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #9819A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9819A0 is #67E65F. Grayscale: #4D4D4D. Windows color (decimal): -6809184 or 10492312. OLE color: 10492312.
HSL color Cylindrical-coordinate representation of color #9819A0: hue angle of 296.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9819A0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 25 | 160 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.37 |
| HSL | 296.44º | 0.73% | 0.36% | - |
| HSV(B) | 296.44º | 0.84% | 0.63% | - |
| XYZ | 19.64 | 9.91 | 34.14 | - |
| YUV | 78.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 160 | 0.05 | 0.84 | 0 | 0.37 | 296.44 | 0.73 | 0.36 |
| Hex | 98 | 19 | A0 | 5 | 54 | 0 | 25 | 128 | 49 | 24 |
| Octal | 230 | 31 | 240 | 5 | 124 | 0 | 45 | 450 | 111 | 44 |
| Binary | 10011000 | 11001 | 10100000 | 101 | 1010100 | 0 | 100101 | 100101000 | 1001001 | 100100 |
Color Harmonies of #9819A0
Complementary color
Monochromatic Colors of #9819A0
Black with #9819A0
Text Example
Text Example
White with #9819A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9819A0; }
p { color: rgb(152,25,160); }
H1.HeaderClassName
{
color: #9819A0;
}
.AnyTagClassName
{
color: #9819A0;
}
</style>
background-color css
<style>
a { background-color: #9819A0; }
a { background-color: rgb(152,25,160); }
div.DivClassName
{
background-color: #9819A0;
}
.BgClassName
{
background-color: #9819A0;
}
</style>
border-color css
<style>
span { border-color: #9819A0; }
span { border-color: rgb(152,25,160); }
td.TdClassName
{
border-color: #9819A0;
}
.TagClassName
{
border-color: #9819A0;
}
</style>