Shades of Dark Purple #9D2575
Tints of Dark Purple #9D2575
RGB
CMYK
RGB Variations
Color information
#9D2575 (or 0x9D2575) is known color: Dark Purple. HEX triplet: 9D, 25 and 75. RGB value is (157,37,117). Sum of RGB (Red+Green+Blue) = 157+37+117=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2575 is #62DA8A. Grayscale: #515151. Windows color (decimal): -6478475 or 7677341. OLE color: 7677341.
HSL color Cylindrical-coordinate representation of color #9D2575: hue angle of 320º 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 #9D2575 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 117 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.38 |
| HSL | 320º | 0.62% | 0.38% | - |
| HSV(B) | 320º | 0.76% | 0.62% | - |
| XYZ | 17.78 | 9.78 | 17.78 | - |
| YUV | 82 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 117 | 0 | 0.76 | 0.25 | 0.38 | 320 | 0.62 | 0.38 |
| Hex | 9D | 25 | 75 | 0 | 4C | 19 | 26 | 140 | 3E | 26 |
| Octal | 235 | 45 | 165 | 0 | 114 | 31 | 46 | 500 | 76 | 46 |
| Binary | 10011101 | 100101 | 1110101 | 0 | 1001100 | 11001 | 100110 | 101000000 | 111110 | 100110 |
Color Harmonies of #9D2575
Complementary color
Monochromatic Colors of #9D2575
Black with #9D2575
Text Example
Text Example
White with #9D2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2575; }
p { color: rgb(157,37,117); }
H1.HeaderClassName
{
color: #9D2575;
}
.AnyTagClassName
{
color: #9D2575;
}
</style>
background-color css
<style>
a { background-color: #9D2575; }
a { background-color: rgb(157,37,117); }
div.DivClassName
{
background-color: #9D2575;
}
.BgClassName
{
background-color: #9D2575;
}
</style>
border-color css
<style>
span { border-color: #9D2575; }
span { border-color: rgb(157,37,117); }
td.TdClassName
{
border-color: #9D2575;
}
.TagClassName
{
border-color: #9D2575;
}
</style>