Shades of Dark Purple #9F197E
Tints of Dark Purple #9F197E
RGB
CMYK
RGB Variations
Color information
#9F197E (or 0x9F197E) is known color: Dark Purple. HEX triplet: 9F, 19 and 7E. RGB value is (159,25,126). Sum of RGB (Red+Green+Blue) = 159+25+126=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F197E is #60E681. Grayscale: #4C4C4C. Windows color (decimal): -6350466 or 8264095. OLE color: 8264095.
HSL color Cylindrical-coordinate representation of color #9F197E: hue angle of 314.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F197E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 126 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.38 |
| HSL | 314.78º | 0.73% | 0.36% | - |
| HSV(B) | 314.78º | 0.84% | 0.62% | - |
| XYZ | 18.41 | 9.57 | 20.62 | - |
| YUV | 76.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 126 | 0 | 0.84 | 0.21 | 0.38 | 314.78 | 0.73 | 0.36 |
| Hex | 9F | 19 | 7E | 0 | 54 | 15 | 26 | 13B | 49 | 24 |
| Octal | 237 | 31 | 176 | 0 | 124 | 25 | 46 | 473 | 111 | 44 |
| Binary | 10011111 | 11001 | 1111110 | 0 | 1010100 | 10101 | 100110 | 100111011 | 1001001 | 100100 |
Color Harmonies of #9F197E
Complementary color
Monochromatic Colors of #9F197E
Black with #9F197E
Text Example
Text Example
White with #9F197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F197E; }
p { color: rgb(159,25,126); }
H1.HeaderClassName
{
color: #9F197E;
}
.AnyTagClassName
{
color: #9F197E;
}
</style>
background-color css
<style>
a { background-color: #9F197E; }
a { background-color: rgb(159,25,126); }
div.DivClassName
{
background-color: #9F197E;
}
.BgClassName
{
background-color: #9F197E;
}
</style>
border-color css
<style>
span { border-color: #9F197E; }
span { border-color: rgb(159,25,126); }
td.TdClassName
{
border-color: #9F197E;
}
.TagClassName
{
border-color: #9F197E;
}
</style>