Shades of Dark Purple #9D287F
Tints of Dark Purple #9D287F
RGB
CMYK
RGB Variations
Color information
#9D287F (or 0x9D287F) is known color: Dark Purple. HEX triplet: 9D, 28 and 7F. RGB value is (157,40,127). Sum of RGB (Red+Green+Blue) = 157+40+127=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D287F is #62D780. Grayscale: #545454. Windows color (decimal): -6477697 or 8333469. OLE color: 8333469.
HSL color Cylindrical-coordinate representation of color #9D287F: hue angle of 315.38º 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 #9D287F is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 127 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.38 |
| HSL | 315.38º | 0.59% | 0.39% | - |
| HSV(B) | 315.38º | 0.75% | 0.62% | - |
| XYZ | 18.49 | 10.22 | 21.08 | - |
| YUV | 84.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 127 | 0 | 0.75 | 0.19 | 0.38 | 315.38 | 0.59 | 0.39 |
| Hex | 9D | 28 | 7F | 0 | 4B | 13 | 26 | 13B | 3B | 27 |
| Octal | 235 | 50 | 177 | 0 | 113 | 23 | 46 | 473 | 73 | 47 |
| Binary | 10011101 | 101000 | 1111111 | 0 | 1001011 | 10011 | 100110 | 100111011 | 111011 | 100111 |
Color Harmonies of #9D287F
Complementary color
Monochromatic Colors of #9D287F
Black with #9D287F
Text Example
Text Example
White with #9D287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D287F; }
p { color: rgb(157,40,127); }
H1.HeaderClassName
{
color: #9D287F;
}
.AnyTagClassName
{
color: #9D287F;
}
</style>
background-color css
<style>
a { background-color: #9D287F; }
a { background-color: rgb(157,40,127); }
div.DivClassName
{
background-color: #9D287F;
}
.BgClassName
{
background-color: #9D287F;
}
</style>
border-color css
<style>
span { border-color: #9D287F; }
span { border-color: rgb(157,40,127); }
td.TdClassName
{
border-color: #9D287F;
}
.TagClassName
{
border-color: #9D287F;
}
</style>