Shades of Dark Magenta #9502A4
Tints of Dark Magenta #9502A4
RGB
CMYK
RGB Variations
Color information
#9502A4 (or 0x9502A4) is known color: Dark Magenta. HEX triplet: 95, 02 and A4. RGB value is (149,2,164). Sum of RGB (Red+Green+Blue) = 149+2+164=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #9502A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9502A4 is #6AFD5B. Grayscale: #3F3F3F. Windows color (decimal): -7011676 or 10748565. OLE color: 10748565.
HSL color Cylindrical-coordinate representation of color #9502A4: hue angle of 294.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502A4 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 2 | 164 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.36 |
| HSL | 294.44º | 0.98% | 0.33% | - |
| HSV(B) | 294.44º | 0.99% | 0.64% | - |
| XYZ | 19.12 | 9.11 | 35.87 | - |
| YUV | 64.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 164 | 0.09 | 0.99 | 0 | 0.36 | 294.44 | 0.98 | 0.33 |
| Hex | 95 | 2 | A4 | 9 | 63 | 0 | 24 | 126 | 62 | 21 |
| Octal | 225 | 2 | 244 | 11 | 143 | 0 | 44 | 446 | 142 | 41 |
| Binary | 10010101 | 10 | 10100100 | 1001 | 1100011 | 0 | 100100 | 100100110 | 1100010 | 100001 |
Color Harmonies of #9502A4
Complementary color
Monochromatic Colors of #9502A4
Black with #9502A4
Text Example
Text Example
White with #9502A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502A4; }
p { color: rgb(149,2,164); }
H1.HeaderClassName
{
color: #9502A4;
}
.AnyTagClassName
{
color: #9502A4;
}
</style>
background-color css
<style>
a { background-color: #9502A4; }
a { background-color: rgb(149,2,164); }
div.DivClassName
{
background-color: #9502A4;
}
.BgClassName
{
background-color: #9502A4;
}
</style>
border-color css
<style>
span { border-color: #9502A4; }
span { border-color: rgb(149,2,164); }
td.TdClassName
{
border-color: #9502A4;
}
.TagClassName
{
border-color: #9502A4;
}
</style>