Shades of Dark Purple #9D328C
Tints of Dark Purple #9D328C
RGB
CMYK
RGB Variations
Color information
#9D328C (or 0x9D328C) is known color: Dark Purple. HEX triplet: 9D, 32 and 8C. RGB value is (157,50,140). Sum of RGB (Red+Green+Blue) = 157+50+140=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D328C is #62CD73. Grayscale: #5C5C5C. Windows color (decimal): -6475124 or 9187997. OLE color: 9187997.
HSL color Cylindrical-coordinate representation of color #9D328C: hue angle of 309.53º 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 #9D328C is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 140 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.38 |
| HSL | 309.53º | 0.52% | 0.41% | - |
| HSV(B) | 309.53º | 0.68% | 0.62% | - |
| XYZ | 19.78 | 11.34 | 25.96 | - |
| YUV | 92.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 140 | 0 | 0.68 | 0.11 | 0.38 | 309.53 | 0.52 | 0.41 |
| Hex | 9D | 32 | 8C | 0 | 44 | B | 26 | 136 | 34 | 29 |
| Octal | 235 | 62 | 214 | 0 | 104 | 13 | 46 | 466 | 64 | 51 |
| Binary | 10011101 | 110010 | 10001100 | 0 | 1000100 | 1011 | 100110 | 100110110 | 110100 | 101001 |
Color Harmonies of #9D328C
Complementary color
Monochromatic Colors of #9D328C
Black with #9D328C
Text Example
Text Example
White with #9D328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D328C; }
p { color: rgb(157,50,140); }
H1.HeaderClassName
{
color: #9D328C;
}
.AnyTagClassName
{
color: #9D328C;
}
</style>
background-color css
<style>
a { background-color: #9D328C; }
a { background-color: rgb(157,50,140); }
div.DivClassName
{
background-color: #9D328C;
}
.BgClassName
{
background-color: #9D328C;
}
</style>
border-color css
<style>
span { border-color: #9D328C; }
span { border-color: rgb(157,50,140); }
td.TdClassName
{
border-color: #9D328C;
}
.TagClassName
{
border-color: #9D328C;
}
</style>