Shades of Dark Purple #9D1C7C
Tints of Dark Purple #9D1C7C
RGB
CMYK
RGB Variations
Color information
#9D1C7C (or 0x9D1C7C) is known color: Dark Purple. HEX triplet: 9D, 1C and 7C. RGB value is (157,28,124). Sum of RGB (Red+Green+Blue) = 157+28+124=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C7C is #62E383. Grayscale: #4D4D4D. Windows color (decimal): -6480772 or 8133789. OLE color: 8133789.
HSL color Cylindrical-coordinate representation of color #9D1C7C: hue angle of 315.35º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C7C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 28 | 124 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.38 |
| HSL | 315.35º | 0.7% | 0.36% | - |
| HSV(B) | 315.35º | 0.82% | 0.62% | - |
| XYZ | 17.96 | 9.45 | 19.95 | - |
| YUV | 77.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 124 | 0 | 0.82 | 0.21 | 0.38 | 315.35 | 0.7 | 0.36 |
| Hex | 9D | 1C | 7C | 0 | 52 | 15 | 26 | 13B | 46 | 24 |
| Octal | 235 | 34 | 174 | 0 | 122 | 25 | 46 | 473 | 106 | 44 |
| Binary | 10011101 | 11100 | 1111100 | 0 | 1010010 | 10101 | 100110 | 100111011 | 1000110 | 100100 |
Color Harmonies of #9D1C7C
Complementary color
Monochromatic Colors of #9D1C7C
Black with #9D1C7C
Text Example
Text Example
White with #9D1C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1C7C; }
p { color: rgb(157,28,124); }
H1.HeaderClassName
{
color: #9D1C7C;
}
.AnyTagClassName
{
color: #9D1C7C;
}
</style>
background-color css
<style>
a { background-color: #9D1C7C; }
a { background-color: rgb(157,28,124); }
div.DivClassName
{
background-color: #9D1C7C;
}
.BgClassName
{
background-color: #9D1C7C;
}
</style>
border-color css
<style>
span { border-color: #9D1C7C; }
span { border-color: rgb(157,28,124); }
td.TdClassName
{
border-color: #9D1C7C;
}
.TagClassName
{
border-color: #9D1C7C;
}
</style>