Shades of Dark Magenta #9F039B
Tints of Dark Magenta #9F039B
RGB
CMYK
RGB Variations
Color information
#9F039B (or 0x9F039B) is known color: Dark Magenta. HEX triplet: 9F, 03 and 9B. RGB value is (159,3,155). Sum of RGB (Red+Green+Blue) = 159+3+155=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F039B is #60FC64. Grayscale: #424242. Windows color (decimal): -6356069 or 10159007. OLE color: 10159007.
HSL color Cylindrical-coordinate representation of color #9F039B: hue angle of 301.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F039B is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.38 |
| HSL | 301.54º | 0.96% | 0.32% | - |
| HSV(B) | 301.54º | 0.98% | 0.62% | - |
| XYZ | 20.25 | 9.8 | 31.84 | - |
| YUV | 66.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 155 | 0 | 0.98 | 0.03 | 0.38 | 301.54 | 0.96 | 0.32 |
| Hex | 9F | 3 | 9B | 0 | 62 | 3 | 26 | 12E | 60 | 20 |
| Octal | 237 | 3 | 233 | 0 | 142 | 3 | 46 | 456 | 140 | 40 |
| Binary | 10011111 | 11 | 10011011 | 0 | 1100010 | 11 | 100110 | 100101110 | 1100000 | 100000 |
Color Harmonies of #9F039B
Complementary color
Monochromatic Colors of #9F039B
Black with #9F039B
Text Example
Text Example
White with #9F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F039B; }
p { color: rgb(159,3,155); }
H1.HeaderClassName
{
color: #9F039B;
}
.AnyTagClassName
{
color: #9F039B;
}
</style>
background-color css
<style>
a { background-color: #9F039B; }
a { background-color: rgb(159,3,155); }
div.DivClassName
{
background-color: #9F039B;
}
.BgClassName
{
background-color: #9F039B;
}
</style>
border-color css
<style>
span { border-color: #9F039B; }
span { border-color: rgb(159,3,155); }
td.TdClassName
{
border-color: #9F039B;
}
.TagClassName
{
border-color: #9F039B;
}
</style>