Shades of Dark Purple #9D2892
Tints of Dark Purple #9D2892
RGB
CMYK
RGB Variations
Color information
#9D2892 (or 0x9D2892) is known color: Dark Purple. HEX triplet: 9D, 28 and 92. RGB value is (157,40,146). Sum of RGB (Red+Green+Blue) = 157+40+146=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2892 is #62D76D. Grayscale: #565656. Windows color (decimal): -6477678 or 9578653. OLE color: 9578653.
HSL color Cylindrical-coordinate representation of color #9D2892: hue angle of 305.64º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2892 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 146 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.38 |
| HSL | 305.64º | 0.59% | 0.39% | - |
| HSV(B) | 305.64º | 0.75% | 0.62% | - |
| XYZ | 19.85 | 10.76 | 28.22 | - |
| YUV | 87.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 146 | 0 | 0.75 | 0.07 | 0.38 | 305.64 | 0.59 | 0.39 |
| Hex | 9D | 28 | 92 | 0 | 4B | 7 | 26 | 132 | 3B | 27 |
| Octal | 235 | 50 | 222 | 0 | 113 | 7 | 46 | 462 | 73 | 47 |
| Binary | 10011101 | 101000 | 10010010 | 0 | 1001011 | 111 | 100110 | 100110010 | 111011 | 100111 |
Color Harmonies of #9D2892
Complementary color
Monochromatic Colors of #9D2892
Black with #9D2892
Text Example
Text Example
White with #9D2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2892; }
p { color: rgb(157,40,146); }
H1.HeaderClassName
{
color: #9D2892;
}
.AnyTagClassName
{
color: #9D2892;
}
</style>
background-color css
<style>
a { background-color: #9D2892; }
a { background-color: rgb(157,40,146); }
div.DivClassName
{
background-color: #9D2892;
}
.BgClassName
{
background-color: #9D2892;
}
</style>
border-color css
<style>
span { border-color: #9D2892; }
span { border-color: rgb(157,40,146); }
td.TdClassName
{
border-color: #9D2892;
}
.TagClassName
{
border-color: #9D2892;
}
</style>