Shades of Dark Purple #9D147F
Tints of Dark Purple #9D147F
RGB
CMYK
RGB Variations
Color information
#9D147F (or 0x9D147F) is known color: Dark Purple. HEX triplet: 9D, 14 and 7F. RGB value is (157,20,127). Sum of RGB (Red+Green+Blue) = 157+20+127=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D147F is #62EB80. Grayscale: #484848. Windows color (decimal): -6482817 or 8328349. OLE color: 8328349.
HSL color Cylindrical-coordinate representation of color #9D147F: hue angle of 313.14º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D147F is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 127 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.38 |
| HSL | 313.14º | 0.77% | 0.35% | - |
| HSV(B) | 313.14º | 0.87% | 0.62% | - |
| XYZ | 17.99 | 9.2 | 20.91 | - |
| YUV | 73.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 127 | 0 | 0.87 | 0.19 | 0.38 | 313.14 | 0.77 | 0.35 |
| Hex | 9D | 14 | 7F | 0 | 57 | 13 | 26 | 139 | 4D | 23 |
| Octal | 235 | 24 | 177 | 0 | 127 | 23 | 46 | 471 | 115 | 43 |
| Binary | 10011101 | 10100 | 1111111 | 0 | 1010111 | 10011 | 100110 | 100111001 | 1001101 | 100011 |
Color Harmonies of #9D147F
Complementary color
Monochromatic Colors of #9D147F
Black with #9D147F
Text Example
Text Example
White with #9D147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D147F; }
p { color: rgb(157,20,127); }
H1.HeaderClassName
{
color: #9D147F;
}
.AnyTagClassName
{
color: #9D147F;
}
</style>
background-color css
<style>
a { background-color: #9D147F; }
a { background-color: rgb(157,20,127); }
div.DivClassName
{
background-color: #9D147F;
}
.BgClassName
{
background-color: #9D147F;
}
</style>
border-color css
<style>
span { border-color: #9D147F; }
span { border-color: rgb(157,20,127); }
td.TdClassName
{
border-color: #9D147F;
}
.TagClassName
{
border-color: #9D147F;
}
</style>