Shades of Dark Purple #9D2673
Tints of Dark Purple #9D2673
RGB
CMYK
RGB Variations
Color information
#9D2673 (or 0x9D2673) is known color: Dark Purple. HEX triplet: 9D, 26 and 73. RGB value is (157,38,115). Sum of RGB (Red+Green+Blue) = 157+38+115=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2673 is #62D98C. Grayscale: #525252. Windows color (decimal): -6478221 or 7546525. OLE color: 7546525.
HSL color Cylindrical-coordinate representation of color #9D2673: hue angle of 321.18º degrees, saturation: 0.61, 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 #9D2673 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 115 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.38 |
| HSL | 321.18º | 0.61% | 0.38% | - |
| HSV(B) | 321.18º | 0.76% | 0.62% | - |
| XYZ | 17.69 | 9.79 | 17.18 | - |
| YUV | 82.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 115 | 0 | 0.76 | 0.27 | 0.38 | 321.18 | 0.61 | 0.38 |
| Hex | 9D | 26 | 73 | 0 | 4C | 1B | 26 | 141 | 3D | 26 |
| Octal | 235 | 46 | 163 | 0 | 114 | 33 | 46 | 501 | 75 | 46 |
| Binary | 10011101 | 100110 | 1110011 | 0 | 1001100 | 11011 | 100110 | 101000001 | 111101 | 100110 |
Color Harmonies of #9D2673
Complementary color
Monochromatic Colors of #9D2673
Black with #9D2673
Text Example
Text Example
White with #9D2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2673; }
p { color: rgb(157,38,115); }
H1.HeaderClassName
{
color: #9D2673;
}
.AnyTagClassName
{
color: #9D2673;
}
</style>
background-color css
<style>
a { background-color: #9D2673; }
a { background-color: rgb(157,38,115); }
div.DivClassName
{
background-color: #9D2673;
}
.BgClassName
{
background-color: #9D2673;
}
</style>
border-color css
<style>
span { border-color: #9D2673; }
span { border-color: rgb(157,38,115); }
td.TdClassName
{
border-color: #9D2673;
}
.TagClassName
{
border-color: #9D2673;
}
</style>