Shades of Dark Magenta #9F0383
Tints of Dark Magenta #9F0383
RGB
CMYK
RGB Variations
Color information
#9F0383 (or 0x9F0383) is known color: Dark Magenta. HEX triplet: 9F, 03 and 83. RGB value is (159,3,131). Sum of RGB (Red+Green+Blue) = 159+3+131=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0383 is #60FC7C. Grayscale: #3F3F3F. Windows color (decimal): -6356093 or 8586143. OLE color: 8586143.
HSL color Cylindrical-coordinate representation of color #9F0383: hue angle of 310.77º 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 #9F0383 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 131 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.38 |
| HSL | 310.77º | 0.96% | 0.32% | - |
| HSV(B) | 310.77º | 0.98% | 0.62% | - |
| XYZ | 18.43 | 9.07 | 22.25 | - |
| YUV | 64.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 131 | 0 | 0.98 | 0.18 | 0.38 | 310.77 | 0.96 | 0.32 |
| Hex | 9F | 3 | 83 | 0 | 62 | 12 | 26 | 137 | 60 | 20 |
| Octal | 237 | 3 | 203 | 0 | 142 | 22 | 46 | 467 | 140 | 40 |
| Binary | 10011111 | 11 | 10000011 | 0 | 1100010 | 10010 | 100110 | 100110111 | 1100000 | 100000 |
Color Harmonies of #9F0383
Complementary color
Monochromatic Colors of #9F0383
Black with #9F0383
Text Example
Text Example
White with #9F0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0383; }
p { color: rgb(159,3,131); }
H1.HeaderClassName
{
color: #9F0383;
}
.AnyTagClassName
{
color: #9F0383;
}
</style>
background-color css
<style>
a { background-color: #9F0383; }
a { background-color: rgb(159,3,131); }
div.DivClassName
{
background-color: #9F0383;
}
.BgClassName
{
background-color: #9F0383;
}
</style>
border-color css
<style>
span { border-color: #9F0383; }
span { border-color: rgb(159,3,131); }
td.TdClassName
{
border-color: #9F0383;
}
.TagClassName
{
border-color: #9F0383;
}
</style>