Shades of Dark Purple #9D2489
Tints of Dark Purple #9D2489
RGB
CMYK
RGB Variations
Color information
#9D2489 (or 0x9D2489) is known color: Dark Purple. HEX triplet: 9D, 24 and 89. RGB value is (157,36,137). Sum of RGB (Red+Green+Blue) = 157+36+137=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2489 is #62DB76. Grayscale: #535353. Windows color (decimal): -6478711 or 8987805. OLE color: 8987805.
HSL color Cylindrical-coordinate representation of color #9D2489: hue angle of 309.92º 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 #9D2489 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 137 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.38 |
| HSL | 309.92º | 0.63% | 0.38% | - |
| HSV(B) | 309.92º | 0.77% | 0.62% | - |
| XYZ | 19.05 | 10.24 | 24.64 | - |
| YUV | 83.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 137 | 0 | 0.77 | 0.13 | 0.38 | 309.92 | 0.63 | 0.38 |
| Hex | 9D | 24 | 89 | 0 | 4D | D | 26 | 136 | 3F | 26 |
| Octal | 235 | 44 | 211 | 0 | 115 | 15 | 46 | 466 | 77 | 46 |
| Binary | 10011101 | 100100 | 10001001 | 0 | 1001101 | 1101 | 100110 | 100110110 | 111111 | 100110 |
Color Harmonies of #9D2489
Complementary color
Monochromatic Colors of #9D2489
Black with #9D2489
Text Example
Text Example
White with #9D2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2489; }
p { color: rgb(157,36,137); }
H1.HeaderClassName
{
color: #9D2489;
}
.AnyTagClassName
{
color: #9D2489;
}
</style>
background-color css
<style>
a { background-color: #9D2489; }
a { background-color: rgb(157,36,137); }
div.DivClassName
{
background-color: #9D2489;
}
.BgClassName
{
background-color: #9D2489;
}
</style>
border-color css
<style>
span { border-color: #9D2489; }
span { border-color: rgb(157,36,137); }
td.TdClassName
{
border-color: #9D2489;
}
.TagClassName
{
border-color: #9D2489;
}
</style>