Shades of Dark Purple #9F137F
Tints of Dark Purple #9F137F
RGB
CMYK
RGB Variations
Color information
#9F137F (or 0x9F137F) is known color: Dark Purple. HEX triplet: 9F, 13 and 7F. RGB value is (159,19,127). Sum of RGB (Red+Green+Blue) = 159+19+127=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F137F is #60EC80. Grayscale: #484848. Windows color (decimal): -6352001 or 8328095. OLE color: 8328095.
HSL color Cylindrical-coordinate representation of color #9F137F: hue angle of 313.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F137F is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 127 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.38 |
| HSL | 313.71º | 0.79% | 0.35% | - |
| HSV(B) | 313.71º | 0.88% | 0.62% | - |
| XYZ | 18.36 | 9.37 | 20.92 | - |
| YUV | 73.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 127 | 0 | 0.88 | 0.20 | 0.38 | 313.71 | 0.79 | 0.35 |
| Hex | 9F | 13 | 7F | 0 | 58 | 14 | 26 | 13A | 4F | 23 |
| Octal | 237 | 23 | 177 | 0 | 130 | 24 | 46 | 472 | 117 | 43 |
| Binary | 10011111 | 10011 | 1111111 | 0 | 1011000 | 10100 | 100110 | 100111010 | 1001111 | 100011 |
Color Harmonies of #9F137F
Complementary color
Monochromatic Colors of #9F137F
Black with #9F137F
Text Example
Text Example
White with #9F137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F137F; }
p { color: rgb(159,19,127); }
H1.HeaderClassName
{
color: #9F137F;
}
.AnyTagClassName
{
color: #9F137F;
}
</style>
background-color css
<style>
a { background-color: #9F137F; }
a { background-color: rgb(159,19,127); }
div.DivClassName
{
background-color: #9F137F;
}
.BgClassName
{
background-color: #9F137F;
}
</style>
border-color css
<style>
span { border-color: #9F137F; }
span { border-color: rgb(159,19,127); }
td.TdClassName
{
border-color: #9F137F;
}
.TagClassName
{
border-color: #9F137F;
}
</style>