Shades of Dark Purple #9F1282
Tints of Dark Purple #9F1282
RGB
CMYK
RGB Variations
Color information
#9F1282 (or 0x9F1282) is known color: Dark Purple. HEX triplet: 9F, 12 and 82. RGB value is (159,18,130). Sum of RGB (Red+Green+Blue) = 159+18+130=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1282 is #60ED7D. Grayscale: #484848. Windows color (decimal): -6352254 or 8524447. OLE color: 8524447.
HSL color Cylindrical-coordinate representation of color #9F1282: hue angle of 312.34º degrees, saturation: 0.8, 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 #9F1282 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 130 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.38 |
| HSL | 312.34º | 0.8% | 0.35% | - |
| HSV(B) | 312.34º | 0.89% | 0.62% | - |
| XYZ | 18.54 | 9.42 | 21.96 | - |
| YUV | 72.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 130 | 0 | 0.89 | 0.18 | 0.38 | 312.34 | 0.8 | 0.35 |
| Hex | 9F | 12 | 82 | 0 | 59 | 12 | 26 | 138 | 50 | 23 |
| Octal | 237 | 22 | 202 | 0 | 131 | 22 | 46 | 470 | 120 | 43 |
| Binary | 10011111 | 10010 | 10000010 | 0 | 1011001 | 10010 | 100110 | 100111000 | 1010000 | 100011 |
Color Harmonies of #9F1282
Complementary color
Monochromatic Colors of #9F1282
Black with #9F1282
Text Example
Text Example
White with #9F1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1282; }
p { color: rgb(159,18,130); }
H1.HeaderClassName
{
color: #9F1282;
}
.AnyTagClassName
{
color: #9F1282;
}
</style>
background-color css
<style>
a { background-color: #9F1282; }
a { background-color: rgb(159,18,130); }
div.DivClassName
{
background-color: #9F1282;
}
.BgClassName
{
background-color: #9F1282;
}
</style>
border-color css
<style>
span { border-color: #9F1282; }
span { border-color: rgb(159,18,130); }
td.TdClassName
{
border-color: #9F1282;
}
.TagClassName
{
border-color: #9F1282;
}
</style>