Shades of Dark Purple #9F208E
Tints of Dark Purple #9F208E
RGB
CMYK
RGB Variations
Color information
#9F208E (or 0x9F208E) is known color: Dark Purple. HEX triplet: 9F, 20 and 8E. RGB value is (159,32,142). Sum of RGB (Red+Green+Blue) = 159+32+142=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F208E is #60DF71. Grayscale: #525252. Windows color (decimal): -6348658 or 9314463. OLE color: 9314463.
HSL color Cylindrical-coordinate representation of color #9F208E: hue angle of 308.03º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F208E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 142 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.38 |
| HSL | 308.03º | 0.66% | 0.37% | - |
| HSV(B) | 308.03º | 0.8% | 0.62% | - |
| XYZ | 19.7 | 10.36 | 26.55 | - |
| YUV | 82.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 142 | 0 | 0.80 | 0.11 | 0.38 | 308.03 | 0.66 | 0.37 |
| Hex | 9F | 20 | 8E | 0 | 50 | B | 26 | 134 | 42 | 25 |
| Octal | 237 | 40 | 216 | 0 | 120 | 13 | 46 | 464 | 102 | 45 |
| Binary | 10011111 | 100000 | 10001110 | 0 | 1010000 | 1011 | 100110 | 100110100 | 1000010 | 100101 |
Color Harmonies of #9F208E
Complementary color
Monochromatic Colors of #9F208E
Black with #9F208E
Text Example
Text Example
White with #9F208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F208E; }
p { color: rgb(159,32,142); }
H1.HeaderClassName
{
color: #9F208E;
}
.AnyTagClassName
{
color: #9F208E;
}
</style>
background-color css
<style>
a { background-color: #9F208E; }
a { background-color: rgb(159,32,142); }
div.DivClassName
{
background-color: #9F208E;
}
.BgClassName
{
background-color: #9F208E;
}
</style>
border-color css
<style>
span { border-color: #9F208E; }
span { border-color: rgb(159,32,142); }
td.TdClassName
{
border-color: #9F208E;
}
.TagClassName
{
border-color: #9F208E;
}
</style>