Shades of Dark Purple #9F1F74
Tints of Dark Purple #9F1F74
RGB
CMYK
RGB Variations
Color information
#9F1F74 (or 0x9F1F74) is known color: Dark Purple. HEX triplet: 9F, 1F and 74. RGB value is (159,31,116). Sum of RGB (Red+Green+Blue) = 159+31+116=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F74 is #60E08B. Grayscale: #4E4E4E. Windows color (decimal): -6348940 or 7610271. OLE color: 7610271.
HSL color Cylindrical-coordinate representation of color #9F1F74: hue angle of 320.16º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F74 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 116 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.38 |
| HSL | 320.16º | 0.67% | 0.37% | - |
| HSV(B) | 320.16º | 0.81% | 0.62% | - |
| XYZ | 17.94 | 9.61 | 17.43 | - |
| YUV | 78.96 | 148.91 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 116 | 0 | 0.81 | 0.27 | 0.38 | 320.16 | 0.67 | 0.37 |
| Hex | 9F | 1F | 74 | 0 | 51 | 1B | 26 | 140 | 43 | 25 |
| Octal | 237 | 37 | 164 | 0 | 121 | 33 | 46 | 500 | 103 | 45 |
| Binary | 10011111 | 11111 | 1110100 | 0 | 1010001 | 11011 | 100110 | 101000000 | 1000011 | 100101 |
Color Harmonies of #9F1F74
Complementary color
Monochromatic Colors of #9F1F74
Black with #9F1F74
Text Example
Text Example
White with #9F1F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F74; }
p { color: rgb(159,31,116); }
H1.HeaderClassName
{
color: #9F1F74;
}
.AnyTagClassName
{
color: #9F1F74;
}
</style>
background-color css
<style>
a { background-color: #9F1F74; }
a { background-color: rgb(159,31,116); }
div.DivClassName
{
background-color: #9F1F74;
}
.BgClassName
{
background-color: #9F1F74;
}
</style>
border-color css
<style>
span { border-color: #9F1F74; }
span { border-color: rgb(159,31,116); }
td.TdClassName
{
border-color: #9F1F74;
}
.TagClassName
{
border-color: #9F1F74;
}
</style>