Shades of Dark Purple #9F188D
Tints of Dark Purple #9F188D
RGB
CMYK
RGB Variations
Color information
#9F188D (or 0x9F188D) is known color: Dark Purple. HEX triplet: 9F, 18 and 8D. RGB value is (159,24,141). Sum of RGB (Red+Green+Blue) = 159+24+141=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F188D is #60E772. Grayscale: #4D4D4D. Windows color (decimal): -6350707 or 9246879. OLE color: 9246879.
HSL color Cylindrical-coordinate representation of color #9F188D: hue angle of 308º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F188D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 141 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.38 |
| HSL | 308º | 0.74% | 0.36% | - |
| HSV(B) | 308º | 0.85% | 0.62% | - |
| XYZ | 19.43 | 9.95 | 26.1 | - |
| YUV | 77.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 141 | 0 | 0.85 | 0.11 | 0.38 | 308 | 0.74 | 0.36 |
| Hex | 9F | 18 | 8D | 0 | 55 | B | 26 | 134 | 4A | 24 |
| Octal | 237 | 30 | 215 | 0 | 125 | 13 | 46 | 464 | 112 | 44 |
| Binary | 10011111 | 11000 | 10001101 | 0 | 1010101 | 1011 | 100110 | 100110100 | 1001010 | 100100 |
Color Harmonies of #9F188D
Complementary color
Monochromatic Colors of #9F188D
Black with #9F188D
Text Example
Text Example
White with #9F188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F188D; }
p { color: rgb(159,24,141); }
H1.HeaderClassName
{
color: #9F188D;
}
.AnyTagClassName
{
color: #9F188D;
}
</style>
background-color css
<style>
a { background-color: #9F188D; }
a { background-color: rgb(159,24,141); }
div.DivClassName
{
background-color: #9F188D;
}
.BgClassName
{
background-color: #9F188D;
}
</style>
border-color css
<style>
span { border-color: #9F188D; }
span { border-color: rgb(159,24,141); }
td.TdClassName
{
border-color: #9F188D;
}
.TagClassName
{
border-color: #9F188D;
}
</style>