Shades of Dark Purple #9D2482
Tints of Dark Purple #9D2482
RGB
CMYK
RGB Variations
Color information
#9D2482 (or 0x9D2482) is known color: Dark Purple. HEX triplet: 9D, 24 and 82. RGB value is (157,36,130). Sum of RGB (Red+Green+Blue) = 157+36+130=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2482 is #62DB7D. Grayscale: #525252. Windows color (decimal): -6478718 or 8529053. OLE color: 8529053.
HSL color Cylindrical-coordinate representation of color #9D2482: hue angle of 313.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2482 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 130 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.38 |
| HSL | 313.39º | 0.63% | 0.38% | - |
| HSV(B) | 313.39º | 0.77% | 0.62% | - |
| XYZ | 18.56 | 10.04 | 22.08 | - |
| YUV | 82.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 130 | 0 | 0.77 | 0.17 | 0.38 | 313.39 | 0.63 | 0.38 |
| Hex | 9D | 24 | 82 | 0 | 4D | 11 | 26 | 139 | 3F | 26 |
| Octal | 235 | 44 | 202 | 0 | 115 | 21 | 46 | 471 | 77 | 46 |
| Binary | 10011101 | 100100 | 10000010 | 0 | 1001101 | 10001 | 100110 | 100111001 | 111111 | 100110 |
Color Harmonies of #9D2482
Complementary color
Monochromatic Colors of #9D2482
Black with #9D2482
Text Example
Text Example
White with #9D2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2482; }
p { color: rgb(157,36,130); }
H1.HeaderClassName
{
color: #9D2482;
}
.AnyTagClassName
{
color: #9D2482;
}
</style>
background-color css
<style>
a { background-color: #9D2482; }
a { background-color: rgb(157,36,130); }
div.DivClassName
{
background-color: #9D2482;
}
.BgClassName
{
background-color: #9D2482;
}
</style>
border-color css
<style>
span { border-color: #9D2482; }
span { border-color: rgb(157,36,130); }
td.TdClassName
{
border-color: #9D2482;
}
.TagClassName
{
border-color: #9D2482;
}
</style>