Shades of Dark Purple #9D288A
Tints of Dark Purple #9D288A
RGB
CMYK
RGB Variations
Color information
#9D288A (or 0x9D288A) is known color: Dark Purple. HEX triplet: 9D, 28 and 8A. RGB value is (157,40,138). Sum of RGB (Red+Green+Blue) = 157+40+138=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D288A is #62D775. Grayscale: #555555. Windows color (decimal): -6477686 or 9054365. OLE color: 9054365.
HSL color Cylindrical-coordinate representation of color #9D288A: hue angle of 309.74º 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 #9D288A is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 138 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.38 |
| HSL | 309.74º | 0.59% | 0.39% | - |
| HSV(B) | 309.74º | 0.75% | 0.62% | - |
| XYZ | 19.25 | 10.52 | 25.06 | - |
| YUV | 86.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 138 | 0 | 0.75 | 0.12 | 0.38 | 309.74 | 0.59 | 0.39 |
| Hex | 9D | 28 | 8A | 0 | 4B | C | 26 | 136 | 3B | 27 |
| Octal | 235 | 50 | 212 | 0 | 113 | 14 | 46 | 466 | 73 | 47 |
| Binary | 10011101 | 101000 | 10001010 | 0 | 1001011 | 1100 | 100110 | 100110110 | 111011 | 100111 |
Color Harmonies of #9D288A
Complementary color
Monochromatic Colors of #9D288A
Black with #9D288A
Text Example
Text Example
White with #9D288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D288A; }
p { color: rgb(157,40,138); }
H1.HeaderClassName
{
color: #9D288A;
}
.AnyTagClassName
{
color: #9D288A;
}
</style>
background-color css
<style>
a { background-color: #9D288A; }
a { background-color: rgb(157,40,138); }
div.DivClassName
{
background-color: #9D288A;
}
.BgClassName
{
background-color: #9D288A;
}
</style>
border-color css
<style>
span { border-color: #9D288A; }
span { border-color: rgb(157,40,138); }
td.TdClassName
{
border-color: #9D288A;
}
.TagClassName
{
border-color: #9D288A;
}
</style>