Shades of Dark Magenta #9F0BA5
Tints of Dark Magenta #9F0BA5
RGB
CMYK
RGB Variations
Color information
#9F0BA5 (or 0x9F0BA5) is known color: Dark Magenta. HEX triplet: 9F, 0B and A5. RGB value is (159,11,165). Sum of RGB (Red+Green+Blue) = 159+11+165=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F0BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0BA5 is #60F45A. Grayscale: #484848. Windows color (decimal): -6354011 or 10816415. OLE color: 10816415.
HSL color Cylindrical-coordinate representation of color #9F0BA5: hue angle of 297.66º degrees, saturation: 0.88, 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 #9F0BA5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
RGB | 159 | 11 | 165 | - |
CMYK | 0.04 | 0.93 | 0 | 0.35 |
HSL | 297.66º | 0.88% | 0.35% | - |
HSV(B) | 297.66º | 0.93% | 0.65% | - |
XYZ | 21.21 | 10.33 | 36.47 | - |
YUV | 72.81 | 180.03 | 189.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 11 | 165 | 0.04 | 0.93 | 0 | 0.35 | 297.66 | 0.88 | 0.35 |
Hex | 9F | B | A5 | 4 | 5D | 0 | 23 | 12A | 58 | 23 |
Octal | 237 | 13 | 245 | 4 | 135 | 0 | 43 | 452 | 130 | 43 |
Binary | 10011111 | 1011 | 10100101 | 100 | 1011101 | 0 | 100011 | 100101010 | 1011000 | 100011 |
Color Harmonies of #9F0BA5
Complementary color
Monochromatic Colors of #9F0BA5
Black with #9F0BA5
Text Example
Text Example
White with #9F0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BA5; }
p { color: rgb(159,11,165); }
H1.HeaderClassName
{
color: #9F0BA5;
}
.AnyTagClassName
{
color: #9F0BA5;
}
</style>
background-color css
<style>
a { background-color: #9F0BA5; }
a { background-color: rgb(159,11,165); }
div.DivClassName
{
background-color: #9F0BA5;
}
.BgClassName
{
background-color: #9F0BA5;
}
</style>
border-color css
<style>
span { border-color: #9F0BA5; }
span { border-color: rgb(159,11,165); }
td.TdClassName
{
border-color: #9F0BA5;
}
.TagClassName
{
border-color: #9F0BA5;
}
</style>