Shades of Dark Purple #9F177D
Tints of Dark Purple #9F177D
RGB
CMYK
RGB Variations
Color information
#9F177D (or 0x9F177D) is known color: Dark Purple. HEX triplet: 9F, 17 and 7D. RGB value is (159,23,125). Sum of RGB (Red+Green+Blue) = 159+23+125=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F177D is #60E882. Grayscale: #4B4B4B. Windows color (decimal): -6350979 or 8198047. OLE color: 8198047.
HSL color Cylindrical-coordinate representation of color #9F177D: hue angle of 315º 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 #9F177D is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 125 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.38 |
| HSL | 315º | 0.75% | 0.36% | - |
| HSV(B) | 315º | 0.86% | 0.62% | - |
| XYZ | 18.31 | 9.46 | 20.26 | - |
| YUV | 75.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 125 | 0 | 0.86 | 0.21 | 0.38 | 315 | 0.75 | 0.36 |
| Hex | 9F | 17 | 7D | 0 | 56 | 15 | 26 | 13B | 4B | 24 |
| Octal | 237 | 27 | 175 | 0 | 126 | 25 | 46 | 473 | 113 | 44 |
| Binary | 10011111 | 10111 | 1111101 | 0 | 1010110 | 10101 | 100110 | 100111011 | 1001011 | 100100 |
Color Harmonies of #9F177D
Complementary color
Monochromatic Colors of #9F177D
Black with #9F177D
Text Example
Text Example
White with #9F177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F177D; }
p { color: rgb(159,23,125); }
H1.HeaderClassName
{
color: #9F177D;
}
.AnyTagClassName
{
color: #9F177D;
}
</style>
background-color css
<style>
a { background-color: #9F177D; }
a { background-color: rgb(159,23,125); }
div.DivClassName
{
background-color: #9F177D;
}
.BgClassName
{
background-color: #9F177D;
}
</style>
border-color css
<style>
span { border-color: #9F177D; }
span { border-color: rgb(159,23,125); }
td.TdClassName
{
border-color: #9F177D;
}
.TagClassName
{
border-color: #9F177D;
}
</style>