Shades of Dark Purple #9D1384
Tints of Dark Purple #9D1384
RGB
CMYK
RGB Variations
Color information
#9D1384 (or 0x9D1384) is known color: Dark Purple. HEX triplet: 9D, 13 and 84. RGB value is (157,19,132). Sum of RGB (Red+Green+Blue) = 157+19+132=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1384 is #62EC7B. Grayscale: #484848. Windows color (decimal): -6483068 or 8655773. OLE color: 8655773.
HSL color Cylindrical-coordinate representation of color #9D1384: hue angle of 310.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1384 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 132 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.38 |
| HSL | 310.87º | 0.78% | 0.35% | - |
| HSV(B) | 310.87º | 0.88% | 0.62% | - |
| XYZ | 18.3 | 9.3 | 22.66 | - |
| YUV | 73.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 132 | 0 | 0.88 | 0.16 | 0.38 | 310.87 | 0.78 | 0.35 |
| Hex | 9D | 13 | 84 | 0 | 58 | 10 | 26 | 137 | 4E | 23 |
| Octal | 235 | 23 | 204 | 0 | 130 | 20 | 46 | 467 | 116 | 43 |
| Binary | 10011101 | 10011 | 10000100 | 0 | 1011000 | 10000 | 100110 | 100110111 | 1001110 | 100011 |
Color Harmonies of #9D1384
Complementary color
Monochromatic Colors of #9D1384
Black with #9D1384
Text Example
Text Example
White with #9D1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1384; }
p { color: rgb(157,19,132); }
H1.HeaderClassName
{
color: #9D1384;
}
.AnyTagClassName
{
color: #9D1384;
}
</style>
background-color css
<style>
a { background-color: #9D1384; }
a { background-color: rgb(157,19,132); }
div.DivClassName
{
background-color: #9D1384;
}
.BgClassName
{
background-color: #9D1384;
}
</style>
border-color css
<style>
span { border-color: #9D1384; }
span { border-color: rgb(157,19,132); }
td.TdClassName
{
border-color: #9D1384;
}
.TagClassName
{
border-color: #9D1384;
}
</style>