Shades of Dark Purple #9D2498
Tints of Dark Purple #9D2498
RGB
CMYK
RGB Variations
Color information
#9D2498 (or 0x9D2498) is known color: Dark Purple. HEX triplet: 9D, 24 and 98. RGB value is (157,36,152). Sum of RGB (Red+Green+Blue) = 157+36+152=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2498 is #62DB67. Grayscale: #555555. Windows color (decimal): -6478696 or 9970845. OLE color: 9970845.
HSL color Cylindrical-coordinate representation of color #9D2498: hue angle of 302.48º 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 #9D2498 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 152 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.38 |
| HSL | 302.48º | 0.63% | 0.38% | - |
| HSV(B) | 302.48º | 0.77% | 0.62% | - |
| XYZ | 20.2 | 10.7 | 30.71 | - |
| YUV | 85.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 152 | 0 | 0.77 | 0.03 | 0.38 | 302.48 | 0.63 | 0.38 |
| Hex | 9D | 24 | 98 | 0 | 4D | 3 | 26 | 12E | 3F | 26 |
| Octal | 235 | 44 | 230 | 0 | 115 | 3 | 46 | 456 | 77 | 46 |
| Binary | 10011101 | 100100 | 10011000 | 0 | 1001101 | 11 | 100110 | 100101110 | 111111 | 100110 |
Color Harmonies of #9D2498
Complementary color
Monochromatic Colors of #9D2498
Black with #9D2498
Text Example
Text Example
White with #9D2498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2498; }
p { color: rgb(157,36,152); }
H1.HeaderClassName
{
color: #9D2498;
}
.AnyTagClassName
{
color: #9D2498;
}
</style>
background-color css
<style>
a { background-color: #9D2498; }
a { background-color: rgb(157,36,152); }
div.DivClassName
{
background-color: #9D2498;
}
.BgClassName
{
background-color: #9D2498;
}
</style>
border-color css
<style>
span { border-color: #9D2498; }
span { border-color: rgb(157,36,152); }
td.TdClassName
{
border-color: #9D2498;
}
.TagClassName
{
border-color: #9D2498;
}
</style>