Shades of Dark Purple #9F198C
Tints of Dark Purple #9F198C
RGB
CMYK
RGB Variations
Color information
#9F198C (or 0x9F198C) is known color: Dark Purple. HEX triplet: 9F, 19 and 8C. RGB value is (159,25,140). Sum of RGB (Red+Green+Blue) = 159+25+140=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F198C is #60E673. Grayscale: #4D4D4D. Windows color (decimal): -6350452 or 9181599. OLE color: 9181599.
HSL color Cylindrical-coordinate representation of color #9F198C: hue angle of 308.51º 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 #9F198C is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 140 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.38 |
| HSL | 308.51º | 0.73% | 0.36% | - |
| HSV(B) | 308.51º | 0.84% | 0.62% | - |
| XYZ | 19.38 | 9.96 | 25.71 | - |
| YUV | 78.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 140 | 0 | 0.84 | 0.12 | 0.38 | 308.51 | 0.73 | 0.36 |
| Hex | 9F | 19 | 8C | 0 | 54 | C | 26 | 135 | 49 | 24 |
| Octal | 237 | 31 | 214 | 0 | 124 | 14 | 46 | 465 | 111 | 44 |
| Binary | 10011111 | 11001 | 10001100 | 0 | 1010100 | 1100 | 100110 | 100110101 | 1001001 | 100100 |
Color Harmonies of #9F198C
Complementary color
Monochromatic Colors of #9F198C
Black with #9F198C
Text Example
Text Example
White with #9F198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F198C; }
p { color: rgb(159,25,140); }
H1.HeaderClassName
{
color: #9F198C;
}
.AnyTagClassName
{
color: #9F198C;
}
</style>
background-color css
<style>
a { background-color: #9F198C; }
a { background-color: rgb(159,25,140); }
div.DivClassName
{
background-color: #9F198C;
}
.BgClassName
{
background-color: #9F198C;
}
</style>
border-color css
<style>
span { border-color: #9F198C; }
span { border-color: rgb(159,25,140); }
td.TdClassName
{
border-color: #9F198C;
}
.TagClassName
{
border-color: #9F198C;
}
</style>