Shades of Dark Magenta #9D02AC
Tints of Dark Magenta #9D02AC
RGB
CMYK
RGB Variations
Color information
#9D02AC (or 0x9D02AC) is known color: Dark Magenta. HEX triplet: 9D, 02 and AC. RGB value is (157,2,172). Sum of RGB (Red+Green+Blue) = 157+2+172=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D02AC is #62FD53. Grayscale: #434343. Windows color (decimal): -6487380 or 11272861. OLE color: 11272861.
HSL color Cylindrical-coordinate representation of color #9D02AC: hue angle of 294.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D02AC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 2 | 172 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.33 |
| HSL | 294.71º | 0.98% | 0.34% | - |
| HSV(B) | 294.71º | 0.99% | 0.67% | - |
| XYZ | 21.37 | 10.19 | 39.87 | - |
| YUV | 67.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 172 | 0.09 | 0.99 | 0 | 0.33 | 294.71 | 0.98 | 0.34 |
| Hex | 9D | 2 | AC | 9 | 63 | 0 | 21 | 127 | 62 | 22 |
| Octal | 235 | 2 | 254 | 11 | 143 | 0 | 41 | 447 | 142 | 42 |
| Binary | 10011101 | 10 | 10101100 | 1001 | 1100011 | 0 | 100001 | 100100111 | 1100010 | 100010 |
Color Harmonies of #9D02AC
Complementary color
Monochromatic Colors of #9D02AC
Black with #9D02AC
Text Example
Text Example
White with #9D02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02AC; }
p { color: rgb(157,2,172); }
H1.HeaderClassName
{
color: #9D02AC;
}
.AnyTagClassName
{
color: #9D02AC;
}
</style>
background-color css
<style>
a { background-color: #9D02AC; }
a { background-color: rgb(157,2,172); }
div.DivClassName
{
background-color: #9D02AC;
}
.BgClassName
{
background-color: #9D02AC;
}
</style>
border-color css
<style>
span { border-color: #9D02AC; }
span { border-color: rgb(157,2,172); }
td.TdClassName
{
border-color: #9D02AC;
}
.TagClassName
{
border-color: #9D02AC;
}
</style>