Shades of Dark Magenta #9817A8
Tints of Dark Magenta #9817A8
RGB
CMYK
RGB Variations
Color information
#9817A8 (or 0x9817A8) is known color: Dark Magenta. HEX triplet: 98, 17 and A8. RGB value is (152,23,168). Sum of RGB (Red+Green+Blue) = 152+23+168=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #9817A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9817A8 is #67E857. Grayscale: #4D4D4D. Windows color (decimal): -6809688 or 11016088. OLE color: 11016088.
HSL color Cylindrical-coordinate representation of color #9817A8: hue angle of 293.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9817A8 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 23 | 168 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.34 |
| HSL | 293.38º | 0.76% | 0.37% | - |
| HSV(B) | 293.38º | 0.86% | 0.66% | - |
| XYZ | 20.32 | 10.12 | 37.93 | - |
| YUV | 78.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 168 | 0.10 | 0.86 | 0 | 0.34 | 293.38 | 0.76 | 0.37 |
| Hex | 98 | 17 | A8 | A | 56 | 0 | 22 | 125 | 4C | 25 |
| Octal | 230 | 27 | 250 | 12 | 126 | 0 | 42 | 445 | 114 | 45 |
| Binary | 10011000 | 10111 | 10101000 | 1010 | 1010110 | 0 | 100010 | 100100101 | 1001100 | 100101 |
Color Harmonies of #9817A8
Complementary color
Monochromatic Colors of #9817A8
Black with #9817A8
Text Example
Text Example
White with #9817A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817A8; }
p { color: rgb(152,23,168); }
H1.HeaderClassName
{
color: #9817A8;
}
.AnyTagClassName
{
color: #9817A8;
}
</style>
background-color css
<style>
a { background-color: #9817A8; }
a { background-color: rgb(152,23,168); }
div.DivClassName
{
background-color: #9817A8;
}
.BgClassName
{
background-color: #9817A8;
}
</style>
border-color css
<style>
span { border-color: #9817A8; }
span { border-color: rgb(152,23,168); }
td.TdClassName
{
border-color: #9817A8;
}
.TagClassName
{
border-color: #9817A8;
}
</style>