Shades of Dark Magenta #9F0883
Tints of Dark Magenta #9F0883
RGB
CMYK
RGB Variations
Color information
#9F0883 (or 0x9F0883) is known color: Dark Magenta. HEX triplet: 9F, 08 and 83. RGB value is (159,8,131). Sum of RGB (Red+Green+Blue) = 159+8+131=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0883 is #60F77C. Grayscale: #424242. Windows color (decimal): -6354813 or 8587423. OLE color: 8587423.
HSL color Cylindrical-coordinate representation of color #9F0883: hue angle of 311.13º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0883 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 131 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.38 |
| HSL | 311.13º | 0.9% | 0.33% | - |
| HSV(B) | 311.13º | 0.95% | 0.62% | - |
| XYZ | 18.48 | 9.18 | 22.27 | - |
| YUV | 67.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 131 | 0 | 0.95 | 0.18 | 0.38 | 311.13 | 0.9 | 0.33 |
| Hex | 9F | 8 | 83 | 0 | 5F | 12 | 26 | 137 | 5A | 21 |
| Octal | 237 | 10 | 203 | 0 | 137 | 22 | 46 | 467 | 132 | 41 |
| Binary | 10011111 | 1000 | 10000011 | 0 | 1011111 | 10010 | 100110 | 100110111 | 1011010 | 100001 |
Color Harmonies of #9F0883
Complementary color
Monochromatic Colors of #9F0883
Black with #9F0883
Text Example
Text Example
White with #9F0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0883; }
p { color: rgb(159,8,131); }
H1.HeaderClassName
{
color: #9F0883;
}
.AnyTagClassName
{
color: #9F0883;
}
</style>
background-color css
<style>
a { background-color: #9F0883; }
a { background-color: rgb(159,8,131); }
div.DivClassName
{
background-color: #9F0883;
}
.BgClassName
{
background-color: #9F0883;
}
</style>
border-color css
<style>
span { border-color: #9F0883; }
span { border-color: rgb(159,8,131); }
td.TdClassName
{
border-color: #9F0883;
}
.TagClassName
{
border-color: #9F0883;
}
</style>