Shades of Dark Purple #9F198A
Tints of Dark Purple #9F198A
RGB
CMYK
RGB Variations
Color information
#9F198A (or 0x9F198A) is known color: Dark Purple. HEX triplet: 9F, 19 and 8A. RGB value is (159,25,138). Sum of RGB (Red+Green+Blue) = 159+25+138=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F198A is #60E675. Grayscale: #4D4D4D. Windows color (decimal): -6350454 or 9050527. OLE color: 9050527.
HSL color Cylindrical-coordinate representation of color #9F198A: hue angle of 309.4º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F198A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 138 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.38 |
| HSL | 309.4º | 0.73% | 0.36% | - |
| HSV(B) | 309.4º | 0.84% | 0.62% | - |
| XYZ | 19.23 | 9.9 | 24.94 | - |
| YUV | 77.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 138 | 0 | 0.84 | 0.13 | 0.38 | 309.4 | 0.73 | 0.36 |
| Hex | 9F | 19 | 8A | 0 | 54 | D | 26 | 135 | 49 | 24 |
| Octal | 237 | 31 | 212 | 0 | 124 | 15 | 46 | 465 | 111 | 44 |
| Binary | 10011111 | 11001 | 10001010 | 0 | 1010100 | 1101 | 100110 | 100110101 | 1001001 | 100100 |
Color Harmonies of #9F198A
Complementary color
Monochromatic Colors of #9F198A
Black with #9F198A
Text Example
Text Example
White with #9F198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F198A; }
p { color: rgb(159,25,138); }
H1.HeaderClassName
{
color: #9F198A;
}
.AnyTagClassName
{
color: #9F198A;
}
</style>
background-color css
<style>
a { background-color: #9F198A; }
a { background-color: rgb(159,25,138); }
div.DivClassName
{
background-color: #9F198A;
}
.BgClassName
{
background-color: #9F198A;
}
</style>
border-color css
<style>
span { border-color: #9F198A; }
span { border-color: rgb(159,25,138); }
td.TdClassName
{
border-color: #9F198A;
}
.TagClassName
{
border-color: #9F198A;
}
</style>