Shades of Dark Magenta #9F0CA5
Tints of Dark Magenta #9F0CA5
RGB
CMYK
RGB Variations
Color information
#9F0CA5 (or 0x9F0CA5) is known color: Dark Magenta. HEX triplet: 9F, 0C and A5. RGB value is (159,12,165). Sum of RGB (Red+Green+Blue) = 159+12+165=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F0CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0CA5 is #60F35A. Grayscale: #484848. Windows color (decimal): -6353755 or 10816671. OLE color: 10816671.
HSL color Cylindrical-coordinate representation of color #9F0CA5: hue angle of 297.65º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0CA5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 12 | 165 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.35 |
| HSL | 297.65º | 0.86% | 0.35% | - |
| HSV(B) | 297.65º | 0.93% | 0.65% | - |
| XYZ | 21.22 | 10.35 | 36.48 | - |
| YUV | 73.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 165 | 0.04 | 0.93 | 0 | 0.35 | 297.65 | 0.86 | 0.35 |
| Hex | 9F | C | A5 | 4 | 5D | 0 | 23 | 12A | 56 | 23 |
| Octal | 237 | 14 | 245 | 4 | 135 | 0 | 43 | 452 | 126 | 43 |
| Binary | 10011111 | 1100 | 10100101 | 100 | 1011101 | 0 | 100011 | 100101010 | 1010110 | 100011 |
Color Harmonies of #9F0CA5
Complementary color
Monochromatic Colors of #9F0CA5
Black with #9F0CA5
Text Example
Text Example
White with #9F0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CA5; }
p { color: rgb(159,12,165); }
H1.HeaderClassName
{
color: #9F0CA5;
}
.AnyTagClassName
{
color: #9F0CA5;
}
</style>
background-color css
<style>
a { background-color: #9F0CA5; }
a { background-color: rgb(159,12,165); }
div.DivClassName
{
background-color: #9F0CA5;
}
.BgClassName
{
background-color: #9F0CA5;
}
</style>
border-color css
<style>
span { border-color: #9F0CA5; }
span { border-color: rgb(159,12,165); }
td.TdClassName
{
border-color: #9F0CA5;
}
.TagClassName
{
border-color: #9F0CA5;
}
</style>