Shades of Dark Purple #9F1083
Tints of Dark Purple #9F1083
RGB
CMYK
RGB Variations
Color information
#9F1083 (or 0x9F1083) is known color: Dark Purple. HEX triplet: 9F, 10 and 83. RGB value is (159,16,131). Sum of RGB (Red+Green+Blue) = 159+16+131=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1083 is #60EF7C. Grayscale: #474747. Windows color (decimal): -6352765 or 8589471. OLE color: 8589471.
HSL color Cylindrical-coordinate representation of color #9F1083: hue angle of 311.75º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1083 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 131 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.38 |
| HSL | 311.75º | 0.82% | 0.34% | - |
| HSV(B) | 311.75º | 0.9% | 0.62% | - |
| XYZ | 18.58 | 9.38 | 22.3 | - |
| YUV | 71.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 131 | 0 | 0.90 | 0.18 | 0.38 | 311.75 | 0.82 | 0.34 |
| Hex | 9F | 10 | 83 | 0 | 5A | 12 | 26 | 138 | 52 | 22 |
| Octal | 237 | 20 | 203 | 0 | 132 | 22 | 46 | 470 | 122 | 42 |
| Binary | 10011111 | 10000 | 10000011 | 0 | 1011010 | 10010 | 100110 | 100111000 | 1010010 | 100010 |
Color Harmonies of #9F1083
Complementary color
Monochromatic Colors of #9F1083
Black with #9F1083
Text Example
Text Example
White with #9F1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1083; }
p { color: rgb(159,16,131); }
H1.HeaderClassName
{
color: #9F1083;
}
.AnyTagClassName
{
color: #9F1083;
}
</style>
background-color css
<style>
a { background-color: #9F1083; }
a { background-color: rgb(159,16,131); }
div.DivClassName
{
background-color: #9F1083;
}
.BgClassName
{
background-color: #9F1083;
}
</style>
border-color css
<style>
span { border-color: #9F1083; }
span { border-color: rgb(159,16,131); }
td.TdClassName
{
border-color: #9F1083;
}
.TagClassName
{
border-color: #9F1083;
}
</style>