Shades of Dark Purple #9F1183
Tints of Dark Purple #9F1183
RGB
CMYK
RGB Variations
Color information
#9F1183 (or 0x9F1183) is known color: Dark Purple. HEX triplet: 9F, 11 and 83. RGB value is (159,17,131). Sum of RGB (Red+Green+Blue) = 159+17+131=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1183 is #60EE7C. Grayscale: #484848. Windows color (decimal): -6352509 or 8589727. OLE color: 8589727.
HSL color Cylindrical-coordinate representation of color #9F1183: hue angle of 311.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1183 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 131 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.38 |
| HSL | 311.83º | 0.81% | 0.35% | - |
| HSV(B) | 311.83º | 0.89% | 0.62% | - |
| XYZ | 18.6 | 9.41 | 22.31 | - |
| YUV | 72.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 131 | 0 | 0.89 | 0.18 | 0.38 | 311.83 | 0.81 | 0.35 |
| Hex | 9F | 11 | 83 | 0 | 59 | 12 | 26 | 138 | 51 | 23 |
| Octal | 237 | 21 | 203 | 0 | 131 | 22 | 46 | 470 | 121 | 43 |
| Binary | 10011111 | 10001 | 10000011 | 0 | 1011001 | 10010 | 100110 | 100111000 | 1010001 | 100011 |
Color Harmonies of #9F1183
Complementary color
Monochromatic Colors of #9F1183
Black with #9F1183
Text Example
Text Example
White with #9F1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1183; }
p { color: rgb(159,17,131); }
H1.HeaderClassName
{
color: #9F1183;
}
.AnyTagClassName
{
color: #9F1183;
}
</style>
background-color css
<style>
a { background-color: #9F1183; }
a { background-color: rgb(159,17,131); }
div.DivClassName
{
background-color: #9F1183;
}
.BgClassName
{
background-color: #9F1183;
}
</style>
border-color css
<style>
span { border-color: #9F1183; }
span { border-color: rgb(159,17,131); }
td.TdClassName
{
border-color: #9F1183;
}
.TagClassName
{
border-color: #9F1183;
}
</style>