Shades of Dark Purple #9F157A
Tints of Dark Purple #9F157A
RGB
CMYK
RGB Variations
Color information
#9F157A (or 0x9F157A) is known color: Dark Purple. HEX triplet: 9F, 15 and 7A. RGB value is (159,21,122). Sum of RGB (Red+Green+Blue) = 159+21+122=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F157A is #60EA85. Grayscale: #494949. Windows color (decimal): -6351494 or 8000927. OLE color: 8000927.
HSL color Cylindrical-coordinate representation of color #9F157A: hue angle of 316.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F157A is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 122 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.38 |
| HSL | 316.09º | 0.77% | 0.35% | - |
| HSV(B) | 316.09º | 0.87% | 0.62% | - |
| XYZ | 18.08 | 9.31 | 19.26 | - |
| YUV | 73.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 122 | 0 | 0.87 | 0.23 | 0.38 | 316.09 | 0.77 | 0.35 |
| Hex | 9F | 15 | 7A | 0 | 57 | 17 | 26 | 13C | 4D | 23 |
| Octal | 237 | 25 | 172 | 0 | 127 | 27 | 46 | 474 | 115 | 43 |
| Binary | 10011111 | 10101 | 1111010 | 0 | 1010111 | 10111 | 100110 | 100111100 | 1001101 | 100011 |
Color Harmonies of #9F157A
Complementary color
Monochromatic Colors of #9F157A
Black with #9F157A
Text Example
Text Example
White with #9F157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F157A; }
p { color: rgb(159,21,122); }
H1.HeaderClassName
{
color: #9F157A;
}
.AnyTagClassName
{
color: #9F157A;
}
</style>
background-color css
<style>
a { background-color: #9F157A; }
a { background-color: rgb(159,21,122); }
div.DivClassName
{
background-color: #9F157A;
}
.BgClassName
{
background-color: #9F157A;
}
</style>
border-color css
<style>
span { border-color: #9F157A; }
span { border-color: rgb(159,21,122); }
td.TdClassName
{
border-color: #9F157A;
}
.TagClassName
{
border-color: #9F157A;
}
</style>