Shades of Dark Purple #9D2690
Tints of Dark Purple #9D2690
RGB
CMYK
RGB Variations
Color information
#9D2690 (or 0x9D2690) is known color: Dark Purple. HEX triplet: 9D, 26 and 90. RGB value is (157,38,144). Sum of RGB (Red+Green+Blue) = 157+38+144=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2690 is #62D96F. Grayscale: #555555. Windows color (decimal): -6478192 or 9447069. OLE color: 9447069.
HSL color Cylindrical-coordinate representation of color #9D2690: hue angle of 306.55º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2690 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 144 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.38 |
| HSL | 306.55º | 0.61% | 0.38% | - |
| HSV(B) | 306.55º | 0.76% | 0.62% | - |
| XYZ | 19.63 | 10.57 | 27.39 | - |
| YUV | 85.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 144 | 0 | 0.76 | 0.08 | 0.38 | 306.55 | 0.61 | 0.38 |
| Hex | 9D | 26 | 90 | 0 | 4C | 8 | 26 | 133 | 3D | 26 |
| Octal | 235 | 46 | 220 | 0 | 114 | 10 | 46 | 463 | 75 | 46 |
| Binary | 10011101 | 100110 | 10010000 | 0 | 1001100 | 1000 | 100110 | 100110011 | 111101 | 100110 |
Color Harmonies of #9D2690
Complementary color
Monochromatic Colors of #9D2690
Black with #9D2690
Text Example
Text Example
White with #9D2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2690; }
p { color: rgb(157,38,144); }
H1.HeaderClassName
{
color: #9D2690;
}
.AnyTagClassName
{
color: #9D2690;
}
</style>
background-color css
<style>
a { background-color: #9D2690; }
a { background-color: rgb(157,38,144); }
div.DivClassName
{
background-color: #9D2690;
}
.BgClassName
{
background-color: #9D2690;
}
</style>
border-color css
<style>
span { border-color: #9D2690; }
span { border-color: rgb(157,38,144); }
td.TdClassName
{
border-color: #9D2690;
}
.TagClassName
{
border-color: #9D2690;
}
</style>