Shades of Dark Purple #9D338C
Tints of Dark Purple #9D338C
RGB
CMYK
RGB Variations
Color information
#9D338C (or 0x9D338C) is known color: Dark Purple. HEX triplet: 9D, 33 and 8C. RGB value is (157,51,140). Sum of RGB (Red+Green+Blue) = 157+51+140=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D338C is #62CC73. Grayscale: #5C5C5C. Windows color (decimal): -6474868 or 9188253. OLE color: 9188253.
HSL color Cylindrical-coordinate representation of color #9D338C: hue angle of 309.62º 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 #9D338C is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 140 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.38 |
| HSL | 309.62º | 0.51% | 0.41% | - |
| HSV(B) | 309.62º | 0.68% | 0.62% | - |
| XYZ | 19.82 | 11.43 | 25.97 | - |
| YUV | 92.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 140 | 0 | 0.68 | 0.11 | 0.38 | 309.62 | 0.51 | 0.41 |
| Hex | 9D | 33 | 8C | 0 | 44 | B | 26 | 136 | 33 | 29 |
| Octal | 235 | 63 | 214 | 0 | 104 | 13 | 46 | 466 | 63 | 51 |
| Binary | 10011101 | 110011 | 10001100 | 0 | 1000100 | 1011 | 100110 | 100110110 | 110011 | 101001 |
Color Harmonies of #9D338C
Complementary color
Monochromatic Colors of #9D338C
Black with #9D338C
Text Example
Text Example
White with #9D338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D338C; }
p { color: rgb(157,51,140); }
H1.HeaderClassName
{
color: #9D338C;
}
.AnyTagClassName
{
color: #9D338C;
}
</style>
background-color css
<style>
a { background-color: #9D338C; }
a { background-color: rgb(157,51,140); }
div.DivClassName
{
background-color: #9D338C;
}
.BgClassName
{
background-color: #9D338C;
}
</style>
border-color css
<style>
span { border-color: #9D338C; }
span { border-color: rgb(157,51,140); }
td.TdClassName
{
border-color: #9D338C;
}
.TagClassName
{
border-color: #9D338C;
}
</style>