Shades of Dark Purple #9D2888
Tints of Dark Purple #9D2888
RGB
CMYK
RGB Variations
Color information
#9D2888 (or 0x9D2888) is known color: Dark Purple. HEX triplet: 9D, 28 and 88. RGB value is (157,40,136). Sum of RGB (Red+Green+Blue) = 157+40+136=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2888 is #62D777. Grayscale: #555555. Windows color (decimal): -6477688 or 8923293. OLE color: 8923293.
HSL color Cylindrical-coordinate representation of color #9D2888: hue angle of 310.77º 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 #9D2888 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 136 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.38 |
| HSL | 310.77º | 0.59% | 0.39% | - |
| HSV(B) | 310.77º | 0.75% | 0.62% | - |
| XYZ | 19.11 | 10.46 | 24.31 | - |
| YUV | 85.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 136 | 0 | 0.75 | 0.13 | 0.38 | 310.77 | 0.59 | 0.39 |
| Hex | 9D | 28 | 88 | 0 | 4B | D | 26 | 137 | 3B | 27 |
| Octal | 235 | 50 | 210 | 0 | 113 | 15 | 46 | 467 | 73 | 47 |
| Binary | 10011101 | 101000 | 10001000 | 0 | 1001011 | 1101 | 100110 | 100110111 | 111011 | 100111 |
Color Harmonies of #9D2888
Complementary color
Monochromatic Colors of #9D2888
Black with #9D2888
Text Example
Text Example
White with #9D2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2888; }
p { color: rgb(157,40,136); }
H1.HeaderClassName
{
color: #9D2888;
}
.AnyTagClassName
{
color: #9D2888;
}
</style>
background-color css
<style>
a { background-color: #9D2888; }
a { background-color: rgb(157,40,136); }
div.DivClassName
{
background-color: #9D2888;
}
.BgClassName
{
background-color: #9D2888;
}
</style>
border-color css
<style>
span { border-color: #9D2888; }
span { border-color: rgb(157,40,136); }
td.TdClassName
{
border-color: #9D2888;
}
.TagClassName
{
border-color: #9D2888;
}
</style>