Shades of Dark Purple #9F127F
Tints of Dark Purple #9F127F
RGB
CMYK
RGB Variations
Color information
#9F127F (or 0x9F127F) is known color: Dark Purple. HEX triplet: 9F, 12 and 7F. RGB value is (159,18,127). Sum of RGB (Red+Green+Blue) = 159+18+127=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F127F is #60ED80. Grayscale: #484848. Windows color (decimal): -6352257 or 8327839. OLE color: 8327839.
HSL color Cylindrical-coordinate representation of color #9F127F: hue angle of 313.62º 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 #9F127F is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 127 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.38 |
| HSL | 313.62º | 0.8% | 0.35% | - |
| HSV(B) | 313.62º | 0.89% | 0.62% | - |
| XYZ | 18.35 | 9.34 | 20.91 | - |
| YUV | 72.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 127 | 0 | 0.89 | 0.20 | 0.38 | 313.62 | 0.8 | 0.35 |
| Hex | 9F | 12 | 7F | 0 | 59 | 14 | 26 | 13A | 50 | 23 |
| Octal | 237 | 22 | 177 | 0 | 131 | 24 | 46 | 472 | 120 | 43 |
| Binary | 10011111 | 10010 | 1111111 | 0 | 1011001 | 10100 | 100110 | 100111010 | 1010000 | 100011 |
Color Harmonies of #9F127F
Complementary color
Monochromatic Colors of #9F127F
Black with #9F127F
Text Example
Text Example
White with #9F127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F127F; }
p { color: rgb(159,18,127); }
H1.HeaderClassName
{
color: #9F127F;
}
.AnyTagClassName
{
color: #9F127F;
}
</style>
background-color css
<style>
a { background-color: #9F127F; }
a { background-color: rgb(159,18,127); }
div.DivClassName
{
background-color: #9F127F;
}
.BgClassName
{
background-color: #9F127F;
}
</style>
border-color css
<style>
span { border-color: #9F127F; }
span { border-color: rgb(159,18,127); }
td.TdClassName
{
border-color: #9F127F;
}
.TagClassName
{
border-color: #9F127F;
}
</style>