Shades of Dark Purple #9D1480
Tints of Dark Purple #9D1480
RGB
CMYK
RGB Variations
Color information
#9D1480 (or 0x9D1480) is known color: Dark Purple. HEX triplet: 9D, 14 and 80. RGB value is (157,20,128). Sum of RGB (Red+Green+Blue) = 157+20+128=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1480 is #62EB7F. Grayscale: #484848. Windows color (decimal): -6482816 or 8393885. OLE color: 8393885.
HSL color Cylindrical-coordinate representation of color #9D1480: hue angle of 312.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1480 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 128 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.38 |
| HSL | 312.7º | 0.77% | 0.35% | - |
| HSV(B) | 312.7º | 0.87% | 0.62% | - |
| XYZ | 18.05 | 9.23 | 21.25 | - |
| YUV | 73.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 128 | 0 | 0.87 | 0.18 | 0.38 | 312.7 | 0.77 | 0.35 |
| Hex | 9D | 14 | 80 | 0 | 57 | 12 | 26 | 139 | 4D | 23 |
| Octal | 235 | 24 | 200 | 0 | 127 | 22 | 46 | 471 | 115 | 43 |
| Binary | 10011101 | 10100 | 10000000 | 0 | 1010111 | 10010 | 100110 | 100111001 | 1001101 | 100011 |
Color Harmonies of #9D1480
Complementary color
Monochromatic Colors of #9D1480
Black with #9D1480
Text Example
Text Example
White with #9D1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1480; }
p { color: rgb(157,20,128); }
H1.HeaderClassName
{
color: #9D1480;
}
.AnyTagClassName
{
color: #9D1480;
}
</style>
background-color css
<style>
a { background-color: #9D1480; }
a { background-color: rgb(157,20,128); }
div.DivClassName
{
background-color: #9D1480;
}
.BgClassName
{
background-color: #9D1480;
}
</style>
border-color css
<style>
span { border-color: #9D1480; }
span { border-color: rgb(157,20,128); }
td.TdClassName
{
border-color: #9D1480;
}
.TagClassName
{
border-color: #9D1480;
}
</style>