Shades of Dark Purple #9F198E
Tints of Dark Purple #9F198E
RGB
CMYK
RGB Variations
Color information
#9F198E (or 0x9F198E) is known color: Dark Purple. HEX triplet: 9F, 19 and 8E. RGB value is (159,25,142). Sum of RGB (Red+Green+Blue) = 159+25+142=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F198E is #60E671. Grayscale: #4E4E4E. Windows color (decimal): -6350450 or 9312671. OLE color: 9312671.
HSL color Cylindrical-coordinate representation of color #9F198E: hue angle of 307.61º 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 #9F198E is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 142 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.38 |
| HSL | 307.61º | 0.73% | 0.36% | - |
| HSV(B) | 307.61º | 0.84% | 0.62% | - |
| XYZ | 19.53 | 10.02 | 26.5 | - |
| YUV | 78.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 142 | 0 | 0.84 | 0.11 | 0.38 | 307.61 | 0.73 | 0.36 |
| Hex | 9F | 19 | 8E | 0 | 54 | B | 26 | 134 | 49 | 24 |
| Octal | 237 | 31 | 216 | 0 | 124 | 13 | 46 | 464 | 111 | 44 |
| Binary | 10011111 | 11001 | 10001110 | 0 | 1010100 | 1011 | 100110 | 100110100 | 1001001 | 100100 |
Color Harmonies of #9F198E
Complementary color
Monochromatic Colors of #9F198E
Black with #9F198E
Text Example
Text Example
White with #9F198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F198E; }
p { color: rgb(159,25,142); }
H1.HeaderClassName
{
color: #9F198E;
}
.AnyTagClassName
{
color: #9F198E;
}
</style>
background-color css
<style>
a { background-color: #9F198E; }
a { background-color: rgb(159,25,142); }
div.DivClassName
{
background-color: #9F198E;
}
.BgClassName
{
background-color: #9F198E;
}
</style>
border-color css
<style>
span { border-color: #9F198E; }
span { border-color: rgb(159,25,142); }
td.TdClassName
{
border-color: #9F198E;
}
.TagClassName
{
border-color: #9F198E;
}
</style>