Shades of Dark Magenta #9817A2
Tints of Dark Magenta #9817A2
RGB
CMYK
RGB Variations
Color information
#9817A2 (or 0x9817A2) is known color: Dark Magenta. HEX triplet: 98, 17 and A2. RGB value is (152,23,162). Sum of RGB (Red+Green+Blue) = 152+23+162=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #9817A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9817A2 is #67E85D. Grayscale: #4C4C4C. Windows color (decimal): -6809694 or 10622872. OLE color: 10622872.
HSL color Cylindrical-coordinate representation of color #9817A2: hue angle of 295.68º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9817A2 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 23 | 162 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.36 |
| HSL | 295.68º | 0.75% | 0.36% | - |
| HSV(B) | 295.68º | 0.86% | 0.64% | - |
| XYZ | 19.78 | 9.9 | 35.05 | - |
| YUV | 77.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 162 | 0.06 | 0.86 | 0 | 0.36 | 295.68 | 0.75 | 0.36 |
| Hex | 98 | 17 | A2 | 6 | 56 | 0 | 24 | 128 | 4B | 24 |
| Octal | 230 | 27 | 242 | 6 | 126 | 0 | 44 | 450 | 113 | 44 |
| Binary | 10011000 | 10111 | 10100010 | 110 | 1010110 | 0 | 100100 | 100101000 | 1001011 | 100100 |
Color Harmonies of #9817A2
Complementary color
Monochromatic Colors of #9817A2
Black with #9817A2
Text Example
Text Example
White with #9817A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817A2; }
p { color: rgb(152,23,162); }
H1.HeaderClassName
{
color: #9817A2;
}
.AnyTagClassName
{
color: #9817A2;
}
</style>
background-color css
<style>
a { background-color: #9817A2; }
a { background-color: rgb(152,23,162); }
div.DivClassName
{
background-color: #9817A2;
}
.BgClassName
{
background-color: #9817A2;
}
</style>
border-color css
<style>
span { border-color: #9817A2; }
span { border-color: rgb(152,23,162); }
td.TdClassName
{
border-color: #9817A2;
}
.TagClassName
{
border-color: #9817A2;
}
</style>