Shades of Dark Magenta #9501AC
Tints of Dark Magenta #9501AC
RGB
CMYK
RGB Variations
Color information
#9501AC (or 0x9501AC) is known color: Dark Magenta. HEX triplet: 95, 01 and AC. RGB value is (149,1,172). Sum of RGB (Red+Green+Blue) = 149+1+172=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #9501AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9501AC is #6AFE53. Grayscale: #404040. Windows color (decimal): -7011924 or 11272597. OLE color: 11272597.
HSL color Cylindrical-coordinate representation of color #9501AC: hue angle of 291.93º degrees, saturation: 0.99, 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 #9501AC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 1 | 172 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.33 |
| HSL | 291.93º | 0.99% | 0.34% | - |
| HSV(B) | 291.93º | 0.99% | 0.67% | - |
| XYZ | 19.85 | 9.39 | 39.8 | - |
| YUV | 64.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 172 | 0.13 | 0.99 | 0 | 0.33 | 291.93 | 0.99 | 0.34 |
| Hex | 95 | 1 | AC | D | 63 | 0 | 21 | 124 | 63 | 22 |
| Octal | 225 | 1 | 254 | 15 | 143 | 0 | 41 | 444 | 143 | 42 |
| Binary | 10010101 | 1 | 10101100 | 1101 | 1100011 | 0 | 100001 | 100100100 | 1100011 | 100010 |
Color Harmonies of #9501AC
Complementary color
Monochromatic Colors of #9501AC
Black with #9501AC
Text Example
Text Example
White with #9501AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501AC; }
p { color: rgb(149,1,172); }
H1.HeaderClassName
{
color: #9501AC;
}
.AnyTagClassName
{
color: #9501AC;
}
</style>
background-color css
<style>
a { background-color: #9501AC; }
a { background-color: rgb(149,1,172); }
div.DivClassName
{
background-color: #9501AC;
}
.BgClassName
{
background-color: #9501AC;
}
</style>
border-color css
<style>
span { border-color: #9501AC; }
span { border-color: rgb(149,1,172); }
td.TdClassName
{
border-color: #9501AC;
}
.TagClassName
{
border-color: #9501AC;
}
</style>