Shades of Dark Purple #9F1B8F
Tints of Dark Purple #9F1B8F
RGB
CMYK
RGB Variations
Color information
#9F1B8F (or 0x9F1B8F) is known color: Dark Purple. HEX triplet: 9F, 1B and 8F. RGB value is (159,27,143). Sum of RGB (Red+Green+Blue) = 159+27+143=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1B8F is #60E470. Grayscale: #4F4F4F. Windows color (decimal): -6349937 or 9378719. OLE color: 9378719.
HSL color Cylindrical-coordinate representation of color #9F1B8F: hue angle of 307.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B8F is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 143 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.38 |
| HSL | 307.27º | 0.71% | 0.36% | - |
| HSV(B) | 307.27º | 0.83% | 0.62% | - |
| XYZ | 19.65 | 10.14 | 26.91 | - |
| YUV | 79.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 143 | 0 | 0.83 | 0.10 | 0.38 | 307.27 | 0.71 | 0.36 |
| Hex | 9F | 1B | 8F | 0 | 53 | A | 26 | 133 | 47 | 24 |
| Octal | 237 | 33 | 217 | 0 | 123 | 12 | 46 | 463 | 107 | 44 |
| Binary | 10011111 | 11011 | 10001111 | 0 | 1010011 | 1010 | 100110 | 100110011 | 1000111 | 100100 |
Color Harmonies of #9F1B8F
Complementary color
Monochromatic Colors of #9F1B8F
Black with #9F1B8F
Text Example
Text Example
White with #9F1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B8F; }
p { color: rgb(159,27,143); }
H1.HeaderClassName
{
color: #9F1B8F;
}
.AnyTagClassName
{
color: #9F1B8F;
}
</style>
background-color css
<style>
a { background-color: #9F1B8F; }
a { background-color: rgb(159,27,143); }
div.DivClassName
{
background-color: #9F1B8F;
}
.BgClassName
{
background-color: #9F1B8F;
}
</style>
border-color css
<style>
span { border-color: #9F1B8F; }
span { border-color: rgb(159,27,143); }
td.TdClassName
{
border-color: #9F1B8F;
}
.TagClassName
{
border-color: #9F1B8F;
}
</style>