Shades of Dark Purple #9F207A
Tints of Dark Purple #9F207A
RGB
CMYK
RGB Variations
Color information
#9F207A (or 0x9F207A) is known color: Dark Purple. HEX triplet: 9F, 20 and 7A. RGB value is (159,32,122). Sum of RGB (Red+Green+Blue) = 159+32+122=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F207A is #60DF85. Grayscale: #505050. Windows color (decimal): -6348678 or 8003743. OLE color: 8003743.
HSL color Cylindrical-coordinate representation of color #9F207A: hue angle of 317.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F207A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 122 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.38 |
| HSL | 317.48º | 0.66% | 0.37% | - |
| HSV(B) | 317.48º | 0.8% | 0.62% | - |
| XYZ | 18.33 | 9.81 | 19.34 | - |
| YUV | 80.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 122 | 0 | 0.80 | 0.23 | 0.38 | 317.48 | 0.66 | 0.37 |
| Hex | 9F | 20 | 7A | 0 | 50 | 17 | 26 | 13D | 42 | 25 |
| Octal | 237 | 40 | 172 | 0 | 120 | 27 | 46 | 475 | 102 | 45 |
| Binary | 10011111 | 100000 | 1111010 | 0 | 1010000 | 10111 | 100110 | 100111101 | 1000010 | 100101 |
Color Harmonies of #9F207A
Complementary color
Monochromatic Colors of #9F207A
Black with #9F207A
Text Example
Text Example
White with #9F207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F207A; }
p { color: rgb(159,32,122); }
H1.HeaderClassName
{
color: #9F207A;
}
.AnyTagClassName
{
color: #9F207A;
}
</style>
background-color css
<style>
a { background-color: #9F207A; }
a { background-color: rgb(159,32,122); }
div.DivClassName
{
background-color: #9F207A;
}
.BgClassName
{
background-color: #9F207A;
}
</style>
border-color css
<style>
span { border-color: #9F207A; }
span { border-color: rgb(159,32,122); }
td.TdClassName
{
border-color: #9F207A;
}
.TagClassName
{
border-color: #9F207A;
}
</style>