Shades of Dark Purple #9F177E
Tints of Dark Purple #9F177E
RGB
CMYK
RGB Variations
Color information
#9F177E (or 0x9F177E) is known color: Dark Purple. HEX triplet: 9F, 17 and 7E. RGB value is (159,23,126). Sum of RGB (Red+Green+Blue) = 159+23+126=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F177E is #60E881. Grayscale: #4B4B4B. Windows color (decimal): -6350978 or 8263583. OLE color: 8263583.
HSL color Cylindrical-coordinate representation of color #9F177E: hue angle of 314.56º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F177E is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 126 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.38 |
| HSL | 314.56º | 0.75% | 0.36% | - |
| HSV(B) | 314.56º | 0.86% | 0.62% | - |
| XYZ | 18.37 | 9.49 | 20.6 | - |
| YUV | 75.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 126 | 0 | 0.86 | 0.21 | 0.38 | 314.56 | 0.75 | 0.36 |
| Hex | 9F | 17 | 7E | 0 | 56 | 15 | 26 | 13B | 4B | 24 |
| Octal | 237 | 27 | 176 | 0 | 126 | 25 | 46 | 473 | 113 | 44 |
| Binary | 10011111 | 10111 | 1111110 | 0 | 1010110 | 10101 | 100110 | 100111011 | 1001011 | 100100 |
Color Harmonies of #9F177E
Complementary color
Monochromatic Colors of #9F177E
Black with #9F177E
Text Example
Text Example
White with #9F177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F177E; }
p { color: rgb(159,23,126); }
H1.HeaderClassName
{
color: #9F177E;
}
.AnyTagClassName
{
color: #9F177E;
}
</style>
background-color css
<style>
a { background-color: #9F177E; }
a { background-color: rgb(159,23,126); }
div.DivClassName
{
background-color: #9F177E;
}
.BgClassName
{
background-color: #9F177E;
}
</style>
border-color css
<style>
span { border-color: #9F177E; }
span { border-color: rgb(159,23,126); }
td.TdClassName
{
border-color: #9F177E;
}
.TagClassName
{
border-color: #9F177E;
}
</style>