Shades of Dark Purple #9D2574
Tints of Dark Purple #9D2574
RGB
CMYK
RGB Variations
Color information
#9D2574 (or 0x9D2574) is known color: Dark Purple. HEX triplet: 9D, 25 and 74. RGB value is (157,37,116). Sum of RGB (Red+Green+Blue) = 157+37+116=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2574 is #62DA8B. Grayscale: #515151. Windows color (decimal): -6478476 or 7611805. OLE color: 7611805.
HSL color Cylindrical-coordinate representation of color #9D2574: hue angle of 320.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2574 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 116 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.38 |
| HSL | 320.5º | 0.62% | 0.38% | - |
| HSV(B) | 320.5º | 0.76% | 0.62% | - |
| XYZ | 17.72 | 9.75 | 17.47 | - |
| YUV | 81.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 116 | 0 | 0.76 | 0.26 | 0.38 | 320.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 74 | 0 | 4C | 1A | 26 | 140 | 3E | 26 |
| Octal | 235 | 45 | 164 | 0 | 114 | 32 | 46 | 500 | 76 | 46 |
| Binary | 10011101 | 100101 | 1110100 | 0 | 1001100 | 11010 | 100110 | 101000000 | 111110 | 100110 |
Color Harmonies of #9D2574
Complementary color
Monochromatic Colors of #9D2574
Black with #9D2574
Text Example
Text Example
White with #9D2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2574; }
p { color: rgb(157,37,116); }
H1.HeaderClassName
{
color: #9D2574;
}
.AnyTagClassName
{
color: #9D2574;
}
</style>
background-color css
<style>
a { background-color: #9D2574; }
a { background-color: rgb(157,37,116); }
div.DivClassName
{
background-color: #9D2574;
}
.BgClassName
{
background-color: #9D2574;
}
</style>
border-color css
<style>
span { border-color: #9D2574; }
span { border-color: rgb(157,37,116); }
td.TdClassName
{
border-color: #9D2574;
}
.TagClassName
{
border-color: #9D2574;
}
</style>