Shades of Dark Purple #9D3389
Tints of Dark Purple #9D3389
RGB
CMYK
RGB Variations
Color information
#9D3389 (or 0x9D3389) is known color: Dark Purple. HEX triplet: 9D, 33 and 89. RGB value is (157,51,137). Sum of RGB (Red+Green+Blue) = 157+51+137=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3389 is #62CC76. Grayscale: #5C5C5C. Windows color (decimal): -6474871 or 8991645. OLE color: 8991645.
HSL color Cylindrical-coordinate representation of color #9D3389: hue angle of 311.32º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3389 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 137 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.38 |
| HSL | 311.32º | 0.51% | 0.41% | - |
| HSV(B) | 311.32º | 0.68% | 0.62% | - |
| XYZ | 19.6 | 11.34 | 24.82 | - |
| YUV | 92.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 137 | 0 | 0.68 | 0.13 | 0.38 | 311.32 | 0.51 | 0.41 |
| Hex | 9D | 33 | 89 | 0 | 44 | D | 26 | 137 | 33 | 29 |
| Octal | 235 | 63 | 211 | 0 | 104 | 15 | 46 | 467 | 63 | 51 |
| Binary | 10011101 | 110011 | 10001001 | 0 | 1000100 | 1101 | 100110 | 100110111 | 110011 | 101001 |
Color Harmonies of #9D3389
Complementary color
Monochromatic Colors of #9D3389
Black with #9D3389
Text Example
Text Example
White with #9D3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3389; }
p { color: rgb(157,51,137); }
H1.HeaderClassName
{
color: #9D3389;
}
.AnyTagClassName
{
color: #9D3389;
}
</style>
background-color css
<style>
a { background-color: #9D3389; }
a { background-color: rgb(157,51,137); }
div.DivClassName
{
background-color: #9D3389;
}
.BgClassName
{
background-color: #9D3389;
}
</style>
border-color css
<style>
span { border-color: #9D3389; }
span { border-color: rgb(157,51,137); }
td.TdClassName
{
border-color: #9D3389;
}
.TagClassName
{
border-color: #9D3389;
}
</style>