Shades of Dark Purple #9F1D83
Tints of Dark Purple #9F1D83
RGB
CMYK
RGB Variations
Color information
#9F1D83 (or 0x9F1D83) is known color: Dark Purple. HEX triplet: 9F, 1D and 83. RGB value is (159,29,131). Sum of RGB (Red+Green+Blue) = 159+29+131=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1D83 is #60E27C. Grayscale: #4F4F4F. Windows color (decimal): -6349437 or 8592799. OLE color: 8592799.
HSL color Cylindrical-coordinate representation of color #9F1D83: hue angle of 312.92º degrees, saturation: 0.69, 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 #9F1D83 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 131 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.38 |
| HSL | 312.92º | 0.69% | 0.37% | - |
| HSV(B) | 312.92º | 0.82% | 0.62% | - |
| XYZ | 18.83 | 9.89 | 22.39 | - |
| YUV | 79.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 131 | 0 | 0.82 | 0.18 | 0.38 | 312.92 | 0.69 | 0.37 |
| Hex | 9F | 1D | 83 | 0 | 52 | 12 | 26 | 139 | 45 | 25 |
| Octal | 237 | 35 | 203 | 0 | 122 | 22 | 46 | 471 | 105 | 45 |
| Binary | 10011111 | 11101 | 10000011 | 0 | 1010010 | 10010 | 100110 | 100111001 | 1000101 | 100101 |
Color Harmonies of #9F1D83
Complementary color
Monochromatic Colors of #9F1D83
Black with #9F1D83
Text Example
Text Example
White with #9F1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D83; }
p { color: rgb(159,29,131); }
H1.HeaderClassName
{
color: #9F1D83;
}
.AnyTagClassName
{
color: #9F1D83;
}
</style>
background-color css
<style>
a { background-color: #9F1D83; }
a { background-color: rgb(159,29,131); }
div.DivClassName
{
background-color: #9F1D83;
}
.BgClassName
{
background-color: #9F1D83;
}
</style>
border-color css
<style>
span { border-color: #9F1D83; }
span { border-color: rgb(159,29,131); }
td.TdClassName
{
border-color: #9F1D83;
}
.TagClassName
{
border-color: #9F1D83;
}
</style>