Shades of Dark Purple #9D2C7C
Tints of Dark Purple #9D2C7C
RGB
CMYK
RGB Variations
Color information
#9D2C7C (or 0x9D2C7C) is known color: Dark Purple. HEX triplet: 9D, 2C and 7C. RGB value is (157,44,124). Sum of RGB (Red+Green+Blue) = 157+44+124=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2C7C is #62D383. Grayscale: #565656. Windows color (decimal): -6476676 or 8137885. OLE color: 8137885.
HSL color Cylindrical-coordinate representation of color #9D2C7C: hue angle of 317.52º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C7C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 124 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.38 |
| HSL | 317.52º | 0.56% | 0.39% | - |
| HSV(B) | 317.52º | 0.72% | 0.62% | - |
| XYZ | 18.44 | 10.42 | 20.11 | - |
| YUV | 86.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 124 | 0 | 0.72 | 0.21 | 0.38 | 317.52 | 0.56 | 0.39 |
| Hex | 9D | 2C | 7C | 0 | 48 | 15 | 26 | 13E | 38 | 27 |
| Octal | 235 | 54 | 174 | 0 | 110 | 25 | 46 | 476 | 70 | 47 |
| Binary | 10011101 | 101100 | 1111100 | 0 | 1001000 | 10101 | 100110 | 100111110 | 111000 | 100111 |
Color Harmonies of #9D2C7C
Complementary color
Monochromatic Colors of #9D2C7C
Black with #9D2C7C
Text Example
Text Example
White with #9D2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C7C; }
p { color: rgb(157,44,124); }
H1.HeaderClassName
{
color: #9D2C7C;
}
.AnyTagClassName
{
color: #9D2C7C;
}
</style>
background-color css
<style>
a { background-color: #9D2C7C; }
a { background-color: rgb(157,44,124); }
div.DivClassName
{
background-color: #9D2C7C;
}
.BgClassName
{
background-color: #9D2C7C;
}
</style>
border-color css
<style>
span { border-color: #9D2C7C; }
span { border-color: rgb(157,44,124); }
td.TdClassName
{
border-color: #9D2C7C;
}
.TagClassName
{
border-color: #9D2C7C;
}
</style>