Shades of Dark Purple #9F137A
Tints of Dark Purple #9F137A
RGB
CMYK
RGB Variations
Color information
#9F137A (or 0x9F137A) is known color: Dark Purple. HEX triplet: 9F, 13 and 7A. RGB value is (159,19,122). Sum of RGB (Red+Green+Blue) = 159+19+122=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F137A is #60EC85. Grayscale: #484848. Windows color (decimal): -6352006 or 8000415. OLE color: 8000415.
HSL color Cylindrical-coordinate representation of color #9F137A: hue angle of 315.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F137A is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 122 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.38 |
| HSL | 315.86º | 0.79% | 0.35% | - |
| HSV(B) | 315.86º | 0.88% | 0.62% | - |
| XYZ | 18.04 | 9.24 | 19.25 | - |
| YUV | 72.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 122 | 0 | 0.88 | 0.23 | 0.38 | 315.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 7A | 0 | 58 | 17 | 26 | 13C | 4F | 23 |
| Octal | 237 | 23 | 172 | 0 | 130 | 27 | 46 | 474 | 117 | 43 |
| Binary | 10011111 | 10011 | 1111010 | 0 | 1011000 | 10111 | 100110 | 100111100 | 1001111 | 100011 |
Color Harmonies of #9F137A
Complementary color
Monochromatic Colors of #9F137A
Black with #9F137A
Text Example
Text Example
White with #9F137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F137A; }
p { color: rgb(159,19,122); }
H1.HeaderClassName
{
color: #9F137A;
}
.AnyTagClassName
{
color: #9F137A;
}
</style>
background-color css
<style>
a { background-color: #9F137A; }
a { background-color: rgb(159,19,122); }
div.DivClassName
{
background-color: #9F137A;
}
.BgClassName
{
background-color: #9F137A;
}
</style>
border-color css
<style>
span { border-color: #9F137A; }
span { border-color: rgb(159,19,122); }
td.TdClassName
{
border-color: #9F137A;
}
.TagClassName
{
border-color: #9F137A;
}
</style>