Shades of Dark Purple #9D318B
Tints of Dark Purple #9D318B
RGB
CMYK
RGB Variations
Color information
#9D318B (or 0x9D318B) is known color: Dark Purple. HEX triplet: 9D, 31 and 8B. RGB value is (157,49,139). Sum of RGB (Red+Green+Blue) = 157+49+139=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D318B is #62CE74. Grayscale: #5B5B5B. Windows color (decimal): -6475381 or 9122205. OLE color: 9122205.
HSL color Cylindrical-coordinate representation of color #9D318B: hue angle of 310º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D318B is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 139 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.38 |
| HSL | 310º | 0.52% | 0.4% | - |
| HSV(B) | 310º | 0.69% | 0.62% | - |
| XYZ | 19.66 | 11.23 | 25.56 | - |
| YUV | 91.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 139 | 0 | 0.69 | 0.11 | 0.38 | 310 | 0.52 | 0.4 |
| Hex | 9D | 31 | 8B | 0 | 45 | B | 26 | 136 | 34 | 28 |
| Octal | 235 | 61 | 213 | 0 | 105 | 13 | 46 | 466 | 64 | 50 |
| Binary | 10011101 | 110001 | 10001011 | 0 | 1000101 | 1011 | 100110 | 100110110 | 110100 | 101000 |
Color Harmonies of #9D318B
Complementary color
Monochromatic Colors of #9D318B
Black with #9D318B
Text Example
Text Example
White with #9D318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D318B; }
p { color: rgb(157,49,139); }
H1.HeaderClassName
{
color: #9D318B;
}
.AnyTagClassName
{
color: #9D318B;
}
</style>
background-color css
<style>
a { background-color: #9D318B; }
a { background-color: rgb(157,49,139); }
div.DivClassName
{
background-color: #9D318B;
}
.BgClassName
{
background-color: #9D318B;
}
</style>
border-color css
<style>
span { border-color: #9D318B; }
span { border-color: rgb(157,49,139); }
td.TdClassName
{
border-color: #9D318B;
}
.TagClassName
{
border-color: #9D318B;
}
</style>