Shades of Dark Purple #9F1080
Tints of Dark Purple #9F1080
RGB
CMYK
RGB Variations
Color information
#9F1080 (or 0x9F1080) is known color: Dark Purple. HEX triplet: 9F, 10 and 80. RGB value is (159,16,128). Sum of RGB (Red+Green+Blue) = 159+16+128=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1080 is #60EF7F. Grayscale: #474747. Windows color (decimal): -6352768 or 8392863. OLE color: 8392863.
HSL color Cylindrical-coordinate representation of color #9F1080: hue angle of 313.01º 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 #9F1080 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 128 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.38 |
| HSL | 313.01º | 0.82% | 0.34% | - |
| HSV(B) | 313.01º | 0.9% | 0.62% | - |
| XYZ | 18.38 | 9.3 | 21.25 | - |
| YUV | 71.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 128 | 0 | 0.90 | 0.19 | 0.38 | 313.01 | 0.82 | 0.34 |
| Hex | 9F | 10 | 80 | 0 | 5A | 13 | 26 | 139 | 52 | 22 |
| Octal | 237 | 20 | 200 | 0 | 132 | 23 | 46 | 471 | 122 | 42 |
| Binary | 10011111 | 10000 | 10000000 | 0 | 1011010 | 10011 | 100110 | 100111001 | 1010010 | 100010 |
Color Harmonies of #9F1080
Complementary color
Monochromatic Colors of #9F1080
Black with #9F1080
Text Example
Text Example
White with #9F1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1080; }
p { color: rgb(159,16,128); }
H1.HeaderClassName
{
color: #9F1080;
}
.AnyTagClassName
{
color: #9F1080;
}
</style>
background-color css
<style>
a { background-color: #9F1080; }
a { background-color: rgb(159,16,128); }
div.DivClassName
{
background-color: #9F1080;
}
.BgClassName
{
background-color: #9F1080;
}
</style>
border-color css
<style>
span { border-color: #9F1080; }
span { border-color: rgb(159,16,128); }
td.TdClassName
{
border-color: #9F1080;
}
.TagClassName
{
border-color: #9F1080;
}
</style>