Shades of Dark Purple #9D2881
Tints of Dark Purple #9D2881
RGB
CMYK
RGB Variations
Color information
#9D2881 (or 0x9D2881) is known color: Dark Purple. HEX triplet: 9D, 28 and 81. RGB value is (157,40,129). Sum of RGB (Red+Green+Blue) = 157+40+129=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2881 is #62D77E. Grayscale: #545454. Windows color (decimal): -6477695 or 8464541. OLE color: 8464541.
HSL color Cylindrical-coordinate representation of color #9D2881: hue angle of 314.36º 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 #9D2881 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 129 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.38 |
| HSL | 314.36º | 0.59% | 0.39% | - |
| HSV(B) | 314.36º | 0.75% | 0.62% | - |
| XYZ | 18.63 | 10.27 | 21.77 | - |
| YUV | 85.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 129 | 0 | 0.75 | 0.18 | 0.38 | 314.36 | 0.59 | 0.39 |
| Hex | 9D | 28 | 81 | 0 | 4B | 12 | 26 | 13A | 3B | 27 |
| Octal | 235 | 50 | 201 | 0 | 113 | 22 | 46 | 472 | 73 | 47 |
| Binary | 10011101 | 101000 | 10000001 | 0 | 1001011 | 10010 | 100110 | 100111010 | 111011 | 100111 |
Color Harmonies of #9D2881
Complementary color
Monochromatic Colors of #9D2881
Black with #9D2881
Text Example
Text Example
White with #9D2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2881; }
p { color: rgb(157,40,129); }
H1.HeaderClassName
{
color: #9D2881;
}
.AnyTagClassName
{
color: #9D2881;
}
</style>
background-color css
<style>
a { background-color: #9D2881; }
a { background-color: rgb(157,40,129); }
div.DivClassName
{
background-color: #9D2881;
}
.BgClassName
{
background-color: #9D2881;
}
</style>
border-color css
<style>
span { border-color: #9D2881; }
span { border-color: rgb(157,40,129); }
td.TdClassName
{
border-color: #9D2881;
}
.TagClassName
{
border-color: #9D2881;
}
</style>