Shades of Dark Purple #9D348C
Tints of Dark Purple #9D348C
RGB
CMYK
RGB Variations
Color information
#9D348C (or 0x9D348C) is known color: Dark Purple. HEX triplet: 9D, 34 and 8C. RGB value is (157,52,140). Sum of RGB (Red+Green+Blue) = 157+52+140=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D348C is #62CB73. Grayscale: #5D5D5D. Windows color (decimal): -6474612 or 9188509. OLE color: 9188509.
HSL color Cylindrical-coordinate representation of color #9D348C: hue angle of 309.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D348C is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 52 | 140 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.38 |
| HSL | 309.71º | 0.5% | 0.41% | - |
| HSV(B) | 309.71º | 0.67% | 0.62% | - |
| XYZ | 19.87 | 11.52 | 25.99 | - |
| YUV | 93.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 140 | 0 | 0.67 | 0.11 | 0.38 | 309.71 | 0.5 | 0.41 |
| Hex | 9D | 34 | 8C | 0 | 43 | B | 26 | 136 | 32 | 29 |
| Octal | 235 | 64 | 214 | 0 | 103 | 13 | 46 | 466 | 62 | 51 |
| Binary | 10011101 | 110100 | 10001100 | 0 | 1000011 | 1011 | 100110 | 100110110 | 110010 | 101001 |
Color Harmonies of #9D348C
Complementary color
Monochromatic Colors of #9D348C
Black with #9D348C
Text Example
Text Example
White with #9D348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D348C; }
p { color: rgb(157,52,140); }
H1.HeaderClassName
{
color: #9D348C;
}
.AnyTagClassName
{
color: #9D348C;
}
</style>
background-color css
<style>
a { background-color: #9D348C; }
a { background-color: rgb(157,52,140); }
div.DivClassName
{
background-color: #9D348C;
}
.BgClassName
{
background-color: #9D348C;
}
</style>
border-color css
<style>
span { border-color: #9D348C; }
span { border-color: rgb(157,52,140); }
td.TdClassName
{
border-color: #9D348C;
}
.TagClassName
{
border-color: #9D348C;
}
</style>