Shades of Dark Purple #9F218E
Tints of Dark Purple #9F218E
RGB
CMYK
RGB Variations
Color information
#9F218E (or 0x9F218E) is known color: Dark Purple. HEX triplet: 9F, 21 and 8E. RGB value is (159,33,142). Sum of RGB (Red+Green+Blue) = 159+33+142=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F218E is #60DE71. Grayscale: #525252. Windows color (decimal): -6348402 or 9314719. OLE color: 9314719.
HSL color Cylindrical-coordinate representation of color #9F218E: hue angle of 308.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F218E is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 142 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.38 |
| HSL | 308.1º | 0.66% | 0.38% | - |
| HSV(B) | 308.1º | 0.79% | 0.62% | - |
| XYZ | 19.72 | 10.41 | 26.56 | - |
| YUV | 83.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 142 | 0 | 0.79 | 0.11 | 0.38 | 308.1 | 0.66 | 0.38 |
| Hex | 9F | 21 | 8E | 0 | 4F | B | 26 | 134 | 42 | 26 |
| Octal | 237 | 41 | 216 | 0 | 117 | 13 | 46 | 464 | 102 | 46 |
| Binary | 10011111 | 100001 | 10001110 | 0 | 1001111 | 1011 | 100110 | 100110100 | 1000010 | 100110 |
Color Harmonies of #9F218E
Complementary color
Monochromatic Colors of #9F218E
Black with #9F218E
Text Example
Text Example
White with #9F218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F218E; }
p { color: rgb(159,33,142); }
H1.HeaderClassName
{
color: #9F218E;
}
.AnyTagClassName
{
color: #9F218E;
}
</style>
background-color css
<style>
a { background-color: #9F218E; }
a { background-color: rgb(159,33,142); }
div.DivClassName
{
background-color: #9F218E;
}
.BgClassName
{
background-color: #9F218E;
}
</style>
border-color css
<style>
span { border-color: #9F218E; }
span { border-color: rgb(159,33,142); }
td.TdClassName
{
border-color: #9F218E;
}
.TagClassName
{
border-color: #9F218E;
}
</style>