Shades of Dark Purple #9D197F
Tints of Dark Purple #9D197F
RGB
CMYK
RGB Variations
Color information
#9D197F (or 0x9D197F) is known color: Dark Purple. HEX triplet: 9D, 19 and 7F. RGB value is (157,25,127). Sum of RGB (Red+Green+Blue) = 157+25+127=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D197F is #62E680. Grayscale: #4B4B4B. Windows color (decimal): -6481537 or 8329629. OLE color: 8329629.
HSL color Cylindrical-coordinate representation of color #9D197F: hue angle of 313.64º 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 #9D197F is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 127 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.38 |
| HSL | 313.64º | 0.73% | 0.36% | - |
| HSV(B) | 313.64º | 0.84% | 0.62% | - |
| XYZ | 18.08 | 9.4 | 20.94 | - |
| YUV | 76.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 127 | 0 | 0.84 | 0.19 | 0.38 | 313.64 | 0.73 | 0.36 |
| Hex | 9D | 19 | 7F | 0 | 54 | 13 | 26 | 13A | 49 | 24 |
| Octal | 235 | 31 | 177 | 0 | 124 | 23 | 46 | 472 | 111 | 44 |
| Binary | 10011101 | 11001 | 1111111 | 0 | 1010100 | 10011 | 100110 | 100111010 | 1001001 | 100100 |
Color Harmonies of #9D197F
Complementary color
Monochromatic Colors of #9D197F
Black with #9D197F
Text Example
Text Example
White with #9D197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D197F; }
p { color: rgb(157,25,127); }
H1.HeaderClassName
{
color: #9D197F;
}
.AnyTagClassName
{
color: #9D197F;
}
</style>
background-color css
<style>
a { background-color: #9D197F; }
a { background-color: rgb(157,25,127); }
div.DivClassName
{
background-color: #9D197F;
}
.BgClassName
{
background-color: #9D197F;
}
</style>
border-color css
<style>
span { border-color: #9D197F; }
span { border-color: rgb(157,25,127); }
td.TdClassName
{
border-color: #9D197F;
}
.TagClassName
{
border-color: #9D197F;
}
</style>