Shades of Dark Purple #9D277F
Tints of Dark Purple #9D277F
RGB
CMYK
RGB Variations
Color information
#9D277F (or 0x9D277F) is known color: Dark Purple. HEX triplet: 9D, 27 and 7F. RGB value is (157,39,127). Sum of RGB (Red+Green+Blue) = 157+39+127=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D277F is #62D880. Grayscale: #545454. Windows color (decimal): -6477953 or 8333213. OLE color: 8333213.
HSL color Cylindrical-coordinate representation of color #9D277F: hue angle of 315.25º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D277F is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 127 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.38 |
| HSL | 315.25º | 0.6% | 0.38% | - |
| HSV(B) | 315.25º | 0.75% | 0.62% | - |
| XYZ | 18.46 | 10.15 | 21.07 | - |
| YUV | 84.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 127 | 0 | 0.75 | 0.19 | 0.38 | 315.25 | 0.6 | 0.38 |
| Hex | 9D | 27 | 7F | 0 | 4B | 13 | 26 | 13B | 3C | 26 |
| Octal | 235 | 47 | 177 | 0 | 113 | 23 | 46 | 473 | 74 | 46 |
| Binary | 10011101 | 100111 | 1111111 | 0 | 1001011 | 10011 | 100110 | 100111011 | 111100 | 100110 |
Color Harmonies of #9D277F
Complementary color
Monochromatic Colors of #9D277F
Black with #9D277F
Text Example
Text Example
White with #9D277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D277F; }
p { color: rgb(157,39,127); }
H1.HeaderClassName
{
color: #9D277F;
}
.AnyTagClassName
{
color: #9D277F;
}
</style>
background-color css
<style>
a { background-color: #9D277F; }
a { background-color: rgb(157,39,127); }
div.DivClassName
{
background-color: #9D277F;
}
.BgClassName
{
background-color: #9D277F;
}
</style>
border-color css
<style>
span { border-color: #9D277F; }
span { border-color: rgb(157,39,127); }
td.TdClassName
{
border-color: #9D277F;
}
.TagClassName
{
border-color: #9D277F;
}
</style>