Shades of Dark Purple #9D2A7D
Tints of Dark Purple #9D2A7D
RGB
CMYK
RGB Variations
Color information
#9D2A7D (or 0x9D2A7D) is known color: Dark Purple. HEX triplet: 9D, 2A and 7D. RGB value is (157,42,125). Sum of RGB (Red+Green+Blue) = 157+42+125=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2A7D is #62D582. Grayscale: #555555. Windows color (decimal): -6477187 or 8202909. OLE color: 8202909.
HSL color Cylindrical-coordinate representation of color #9D2A7D: hue angle of 316.7º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A7D is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 125 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.38 |
| HSL | 316.7º | 0.58% | 0.39% | - |
| HSV(B) | 316.7º | 0.73% | 0.62% | - |
| XYZ | 18.43 | 10.3 | 20.42 | - |
| YUV | 85.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 125 | 0 | 0.73 | 0.20 | 0.38 | 316.7 | 0.58 | 0.39 |
| Hex | 9D | 2A | 7D | 0 | 49 | 14 | 26 | 13D | 3A | 27 |
| Octal | 235 | 52 | 175 | 0 | 111 | 24 | 46 | 475 | 72 | 47 |
| Binary | 10011101 | 101010 | 1111101 | 0 | 1001001 | 10100 | 100110 | 100111101 | 111010 | 100111 |
Color Harmonies of #9D2A7D
Complementary color
Monochromatic Colors of #9D2A7D
Black with #9D2A7D
Text Example
Text Example
White with #9D2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A7D; }
p { color: rgb(157,42,125); }
H1.HeaderClassName
{
color: #9D2A7D;
}
.AnyTagClassName
{
color: #9D2A7D;
}
</style>
background-color css
<style>
a { background-color: #9D2A7D; }
a { background-color: rgb(157,42,125); }
div.DivClassName
{
background-color: #9D2A7D;
}
.BgClassName
{
background-color: #9D2A7D;
}
</style>
border-color css
<style>
span { border-color: #9D2A7D; }
span { border-color: rgb(157,42,125); }
td.TdClassName
{
border-color: #9D2A7D;
}
.TagClassName
{
border-color: #9D2A7D;
}
</style>