Shades of Dark Purple #9F1C8F
Tints of Dark Purple #9F1C8F
RGB
CMYK
RGB Variations
Color information
#9F1C8F (or 0x9F1C8F) is known color: Dark Purple. HEX triplet: 9F, 1C and 8F. RGB value is (159,28,143). Sum of RGB (Red+Green+Blue) = 159+28+143=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C8F is #60E370. Grayscale: #4F4F4F. Windows color (decimal): -6349681 or 9378975. OLE color: 9378975.
HSL color Cylindrical-coordinate representation of color #9F1C8F: hue angle of 307.33º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C8F is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 28 | 143 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.38 |
| HSL | 307.33º | 0.7% | 0.37% | - |
| HSV(B) | 307.33º | 0.82% | 0.62% | - |
| XYZ | 19.67 | 10.18 | 26.92 | - |
| YUV | 80.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 143 | 0 | 0.82 | 0.10 | 0.38 | 307.33 | 0.7 | 0.37 |
| Hex | 9F | 1C | 8F | 0 | 52 | A | 26 | 133 | 46 | 25 |
| Octal | 237 | 34 | 217 | 0 | 122 | 12 | 46 | 463 | 106 | 45 |
| Binary | 10011111 | 11100 | 10001111 | 0 | 1010010 | 1010 | 100110 | 100110011 | 1000110 | 100101 |
Color Harmonies of #9F1C8F
Complementary color
Monochromatic Colors of #9F1C8F
Black with #9F1C8F
Text Example
Text Example
White with #9F1C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1C8F; }
p { color: rgb(159,28,143); }
H1.HeaderClassName
{
color: #9F1C8F;
}
.AnyTagClassName
{
color: #9F1C8F;
}
</style>
background-color css
<style>
a { background-color: #9F1C8F; }
a { background-color: rgb(159,28,143); }
div.DivClassName
{
background-color: #9F1C8F;
}
.BgClassName
{
background-color: #9F1C8F;
}
</style>
border-color css
<style>
span { border-color: #9F1C8F; }
span { border-color: rgb(159,28,143); }
td.TdClassName
{
border-color: #9F1C8F;
}
.TagClassName
{
border-color: #9F1C8F;
}
</style>