Shades of Dark Purple #9F208D
Tints of Dark Purple #9F208D
RGB
CMYK
RGB Variations
Color information
#9F208D (or 0x9F208D) is known color: Dark Purple. HEX triplet: 9F, 20 and 8D. RGB value is (159,32,141). Sum of RGB (Red+Green+Blue) = 159+32+141=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F208D is #60DF72. Grayscale: #525252. Windows color (decimal): -6348659 or 9248927. OLE color: 9248927.
HSL color Cylindrical-coordinate representation of color #9F208D: hue angle of 308.5º 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 #9F208D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 141 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.38 |
| HSL | 308.5º | 0.66% | 0.37% | - |
| HSV(B) | 308.5º | 0.8% | 0.62% | - |
| XYZ | 19.62 | 10.33 | 26.16 | - |
| YUV | 82.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 141 | 0 | 0.80 | 0.11 | 0.38 | 308.5 | 0.66 | 0.37 |
| Hex | 9F | 20 | 8D | 0 | 50 | B | 26 | 135 | 42 | 25 |
| Octal | 237 | 40 | 215 | 0 | 120 | 13 | 46 | 465 | 102 | 45 |
| Binary | 10011111 | 100000 | 10001101 | 0 | 1010000 | 1011 | 100110 | 100110101 | 1000010 | 100101 |
Color Harmonies of #9F208D
Complementary color
Monochromatic Colors of #9F208D
Black with #9F208D
Text Example
Text Example
White with #9F208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F208D; }
p { color: rgb(159,32,141); }
H1.HeaderClassName
{
color: #9F208D;
}
.AnyTagClassName
{
color: #9F208D;
}
</style>
background-color css
<style>
a { background-color: #9F208D; }
a { background-color: rgb(159,32,141); }
div.DivClassName
{
background-color: #9F208D;
}
.BgClassName
{
background-color: #9F208D;
}
</style>
border-color css
<style>
span { border-color: #9F208D; }
span { border-color: rgb(159,32,141); }
td.TdClassName
{
border-color: #9F208D;
}
.TagClassName
{
border-color: #9F208D;
}
</style>