Shades of Dark Magenta #9F0CAE
Tints of Dark Magenta #9F0CAE
RGB
CMYK
RGB Variations
Color information
#9F0CAE (or 0x9F0CAE) is known color: Dark Magenta. HEX triplet: 9F, 0C and AE. RGB value is (159,12,174). Sum of RGB (Red+Green+Blue) = 159+12+174=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0CAE is #60F351. Grayscale: #494949. Windows color (decimal): -6353746 or 11406495. OLE color: 11406495.
HSL color Cylindrical-coordinate representation of color #9F0CAE: hue angle of 294.44º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0CAE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 12 | 174 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.32 |
| HSL | 294.44º | 0.87% | 0.36% | - |
| HSV(B) | 294.44º | 0.93% | 0.68% | - |
| XYZ | 22.07 | 10.69 | 40.94 | - |
| YUV | 74.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 174 | 0.09 | 0.93 | 0 | 0.32 | 294.44 | 0.87 | 0.36 |
| Hex | 9F | C | AE | 9 | 5D | 0 | 20 | 126 | 57 | 24 |
| Octal | 237 | 14 | 256 | 11 | 135 | 0 | 40 | 446 | 127 | 44 |
| Binary | 10011111 | 1100 | 10101110 | 1001 | 1011101 | 0 | 100000 | 100100110 | 1010111 | 100100 |
Color Harmonies of #9F0CAE
Complementary color
Monochromatic Colors of #9F0CAE
Black with #9F0CAE
Text Example
Text Example
White with #9F0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CAE; }
p { color: rgb(159,12,174); }
H1.HeaderClassName
{
color: #9F0CAE;
}
.AnyTagClassName
{
color: #9F0CAE;
}
</style>
background-color css
<style>
a { background-color: #9F0CAE; }
a { background-color: rgb(159,12,174); }
div.DivClassName
{
background-color: #9F0CAE;
}
.BgClassName
{
background-color: #9F0CAE;
}
</style>
border-color css
<style>
span { border-color: #9F0CAE; }
span { border-color: rgb(159,12,174); }
td.TdClassName
{
border-color: #9F0CAE;
}
.TagClassName
{
border-color: #9F0CAE;
}
</style>