Shades of Dark Purple #9F167F
Tints of Dark Purple #9F167F
RGB
CMYK
RGB Variations
Color information
#9F167F (or 0x9F167F) is known color: Dark Purple. HEX triplet: 9F, 16 and 7F. RGB value is (159,22,127). Sum of RGB (Red+Green+Blue) = 159+22+127=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F167F is #60E980. Grayscale: #4A4A4A. Windows color (decimal): -6351233 or 8328863. OLE color: 8328863.
HSL color Cylindrical-coordinate representation of color #9F167F: hue angle of 314.01º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F167F is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 127 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.38 |
| HSL | 314.01º | 0.76% | 0.35% | - |
| HSV(B) | 314.01º | 0.86% | 0.62% | - |
| XYZ | 18.42 | 9.48 | 20.94 | - |
| YUV | 74.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 127 | 0 | 0.86 | 0.20 | 0.38 | 314.01 | 0.76 | 0.35 |
| Hex | 9F | 16 | 7F | 0 | 56 | 14 | 26 | 13A | 4C | 23 |
| Octal | 237 | 26 | 177 | 0 | 126 | 24 | 46 | 472 | 114 | 43 |
| Binary | 10011111 | 10110 | 1111111 | 0 | 1010110 | 10100 | 100110 | 100111010 | 1001100 | 100011 |
Color Harmonies of #9F167F
Complementary color
Monochromatic Colors of #9F167F
Black with #9F167F
Text Example
Text Example
White with #9F167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F167F; }
p { color: rgb(159,22,127); }
H1.HeaderClassName
{
color: #9F167F;
}
.AnyTagClassName
{
color: #9F167F;
}
</style>
background-color css
<style>
a { background-color: #9F167F; }
a { background-color: rgb(159,22,127); }
div.DivClassName
{
background-color: #9F167F;
}
.BgClassName
{
background-color: #9F167F;
}
</style>
border-color css
<style>
span { border-color: #9F167F; }
span { border-color: rgb(159,22,127); }
td.TdClassName
{
border-color: #9F167F;
}
.TagClassName
{
border-color: #9F167F;
}
</style>