Shades of Dark Purple #9D127F
Tints of Dark Purple #9D127F
RGB
CMYK
RGB Variations
Color information
#9D127F (or 0x9D127F) is known color: Dark Purple. HEX triplet: 9D, 12 and 7F. RGB value is (157,18,127). Sum of RGB (Red+Green+Blue) = 157+18+127=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D127F is #62ED80. Grayscale: #474747. Windows color (decimal): -6483329 or 8327837. OLE color: 8327837.
HSL color Cylindrical-coordinate representation of color #9D127F: hue angle of 312.95º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D127F is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 127 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.38 |
| HSL | 312.95º | 0.79% | 0.34% | - |
| HSV(B) | 312.95º | 0.89% | 0.62% | - |
| XYZ | 17.95 | 9.13 | 20.9 | - |
| YUV | 71.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 127 | 0 | 0.89 | 0.19 | 0.38 | 312.95 | 0.79 | 0.34 |
| Hex | 9D | 12 | 7F | 0 | 59 | 13 | 26 | 139 | 4F | 22 |
| Octal | 235 | 22 | 177 | 0 | 131 | 23 | 46 | 471 | 117 | 42 |
| Binary | 10011101 | 10010 | 1111111 | 0 | 1011001 | 10011 | 100110 | 100111001 | 1001111 | 100010 |
Color Harmonies of #9D127F
Complementary color
Monochromatic Colors of #9D127F
Black with #9D127F
Text Example
Text Example
White with #9D127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D127F; }
p { color: rgb(157,18,127); }
H1.HeaderClassName
{
color: #9D127F;
}
.AnyTagClassName
{
color: #9D127F;
}
</style>
background-color css
<style>
a { background-color: #9D127F; }
a { background-color: rgb(157,18,127); }
div.DivClassName
{
background-color: #9D127F;
}
.BgClassName
{
background-color: #9D127F;
}
</style>
border-color css
<style>
span { border-color: #9D127F; }
span { border-color: rgb(157,18,127); }
td.TdClassName
{
border-color: #9D127F;
}
.TagClassName
{
border-color: #9D127F;
}
</style>