Shades of Dark Purple #9D328D
Tints of Dark Purple #9D328D
RGB
CMYK
RGB Variations
Color information
#9D328D (or 0x9D328D) is known color: Dark Purple. HEX triplet: 9D, 32 and 8D. RGB value is (157,50,141). Sum of RGB (Red+Green+Blue) = 157+50+141=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D328D is #62CD72. Grayscale: #5C5C5C. Windows color (decimal): -6475123 or 9253533. OLE color: 9253533.
HSL color Cylindrical-coordinate representation of color #9D328D: hue angle of 308.97º degrees, saturation: 0.52, 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 #9D328D is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 141 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.38 |
| HSL | 308.97º | 0.52% | 0.41% | - |
| HSV(B) | 308.97º | 0.68% | 0.62% | - |
| XYZ | 19.85 | 11.37 | 26.35 | - |
| YUV | 92.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 141 | 0 | 0.68 | 0.10 | 0.38 | 308.97 | 0.52 | 0.41 |
| Hex | 9D | 32 | 8D | 0 | 44 | A | 26 | 135 | 34 | 29 |
| Octal | 235 | 62 | 215 | 0 | 104 | 12 | 46 | 465 | 64 | 51 |
| Binary | 10011101 | 110010 | 10001101 | 0 | 1000100 | 1010 | 100110 | 100110101 | 110100 | 101001 |
Color Harmonies of #9D328D
Complementary color
Monochromatic Colors of #9D328D
Black with #9D328D
Text Example
Text Example
White with #9D328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D328D; }
p { color: rgb(157,50,141); }
H1.HeaderClassName
{
color: #9D328D;
}
.AnyTagClassName
{
color: #9D328D;
}
</style>
background-color css
<style>
a { background-color: #9D328D; }
a { background-color: rgb(157,50,141); }
div.DivClassName
{
background-color: #9D328D;
}
.BgClassName
{
background-color: #9D328D;
}
</style>
border-color css
<style>
span { border-color: #9D328D; }
span { border-color: rgb(157,50,141); }
td.TdClassName
{
border-color: #9D328D;
}
.TagClassName
{
border-color: #9D328D;
}
</style>