Shades of Dark Purple #9F127E
Tints of Dark Purple #9F127E
RGB
CMYK
RGB Variations
Color information
#9F127E (or 0x9F127E) is known color: Dark Purple. HEX triplet: 9F, 12 and 7E. RGB value is (159,18,126). Sum of RGB (Red+Green+Blue) = 159+18+126=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F127E is #60ED81. Grayscale: #484848. Windows color (decimal): -6352258 or 8262303. OLE color: 8262303.
HSL color Cylindrical-coordinate representation of color #9F127E: hue angle of 314.04º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F127E is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 126 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.38 |
| HSL | 314.04º | 0.8% | 0.35% | - |
| HSV(B) | 314.04º | 0.89% | 0.62% | - |
| XYZ | 18.28 | 9.31 | 20.57 | - |
| YUV | 72.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 126 | 0 | 0.89 | 0.21 | 0.38 | 314.04 | 0.8 | 0.35 |
| Hex | 9F | 12 | 7E | 0 | 59 | 15 | 26 | 13A | 50 | 23 |
| Octal | 237 | 22 | 176 | 0 | 131 | 25 | 46 | 472 | 120 | 43 |
| Binary | 10011111 | 10010 | 1111110 | 0 | 1011001 | 10101 | 100110 | 100111010 | 1010000 | 100011 |
Color Harmonies of #9F127E
Complementary color
Monochromatic Colors of #9F127E
Black with #9F127E
Text Example
Text Example
White with #9F127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F127E; }
p { color: rgb(159,18,126); }
H1.HeaderClassName
{
color: #9F127E;
}
.AnyTagClassName
{
color: #9F127E;
}
</style>
background-color css
<style>
a { background-color: #9F127E; }
a { background-color: rgb(159,18,126); }
div.DivClassName
{
background-color: #9F127E;
}
.BgClassName
{
background-color: #9F127E;
}
</style>
border-color css
<style>
span { border-color: #9F127E; }
span { border-color: rgb(159,18,126); }
td.TdClassName
{
border-color: #9F127E;
}
.TagClassName
{
border-color: #9F127E;
}
</style>