Shades of Dark Purple #9D328A
Tints of Dark Purple #9D328A
RGB
CMYK
RGB Variations
Color information
#9D328A (or 0x9D328A) is known color: Dark Purple. HEX triplet: 9D, 32 and 8A. RGB value is (157,50,138). Sum of RGB (Red+Green+Blue) = 157+50+138=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D328A is #62CD75. Grayscale: #5B5B5B. Windows color (decimal): -6475126 or 9056925. OLE color: 9056925.
HSL color Cylindrical-coordinate representation of color #9D328A: hue angle of 310.65º 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 #9D328A is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 138 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.38 |
| HSL | 310.65º | 0.52% | 0.41% | - |
| HSV(B) | 310.65º | 0.68% | 0.62% | - |
| XYZ | 19.63 | 11.28 | 25.19 | - |
| YUV | 92.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 138 | 0 | 0.68 | 0.12 | 0.38 | 310.65 | 0.52 | 0.41 |
| Hex | 9D | 32 | 8A | 0 | 44 | C | 26 | 137 | 34 | 29 |
| Octal | 235 | 62 | 212 | 0 | 104 | 14 | 46 | 467 | 64 | 51 |
| Binary | 10011101 | 110010 | 10001010 | 0 | 1000100 | 1100 | 100110 | 100110111 | 110100 | 101001 |
Color Harmonies of #9D328A
Complementary color
Monochromatic Colors of #9D328A
Black with #9D328A
Text Example
Text Example
White with #9D328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D328A; }
p { color: rgb(157,50,138); }
H1.HeaderClassName
{
color: #9D328A;
}
.AnyTagClassName
{
color: #9D328A;
}
</style>
background-color css
<style>
a { background-color: #9D328A; }
a { background-color: rgb(157,50,138); }
div.DivClassName
{
background-color: #9D328A;
}
.BgClassName
{
background-color: #9D328A;
}
</style>
border-color css
<style>
span { border-color: #9D328A; }
span { border-color: rgb(157,50,138); }
td.TdClassName
{
border-color: #9D328A;
}
.TagClassName
{
border-color: #9D328A;
}
</style>