Shades of Dark Purple #9F168B
Tints of Dark Purple #9F168B
RGB
CMYK
RGB Variations
Color information
#9F168B (or 0x9F168B) is known color: Dark Purple. HEX triplet: 9F, 16 and 8B. RGB value is (159,22,139). Sum of RGB (Red+Green+Blue) = 159+22+139=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F168B is #60E974. Grayscale: #4B4B4B. Windows color (decimal): -6351221 or 9115295. OLE color: 9115295.
HSL color Cylindrical-coordinate representation of color #9F168B: hue angle of 308.76º 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 #9F168B is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 139 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.38 |
| HSL | 308.76º | 0.76% | 0.35% | - |
| HSV(B) | 308.76º | 0.86% | 0.62% | - |
| XYZ | 19.25 | 9.81 | 25.31 | - |
| YUV | 76.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 139 | 0 | 0.86 | 0.13 | 0.38 | 308.76 | 0.76 | 0.35 |
| Hex | 9F | 16 | 8B | 0 | 56 | D | 26 | 135 | 4C | 23 |
| Octal | 237 | 26 | 213 | 0 | 126 | 15 | 46 | 465 | 114 | 43 |
| Binary | 10011111 | 10110 | 10001011 | 0 | 1010110 | 1101 | 100110 | 100110101 | 1001100 | 100011 |
Color Harmonies of #9F168B
Complementary color
Monochromatic Colors of #9F168B
Black with #9F168B
Text Example
Text Example
White with #9F168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F168B; }
p { color: rgb(159,22,139); }
H1.HeaderClassName
{
color: #9F168B;
}
.AnyTagClassName
{
color: #9F168B;
}
</style>
background-color css
<style>
a { background-color: #9F168B; }
a { background-color: rgb(159,22,139); }
div.DivClassName
{
background-color: #9F168B;
}
.BgClassName
{
background-color: #9F168B;
}
</style>
border-color css
<style>
span { border-color: #9F168B; }
span { border-color: rgb(159,22,139); }
td.TdClassName
{
border-color: #9F168B;
}
.TagClassName
{
border-color: #9F168B;
}
</style>