Shades of Dark Purple #9F1285
Tints of Dark Purple #9F1285
RGB
CMYK
RGB Variations
Color information
#9F1285 (or 0x9F1285) is known color: Dark Purple. HEX triplet: 9F, 12 and 85. RGB value is (159,18,133). Sum of RGB (Red+Green+Blue) = 159+18+133=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1285 is #60ED7A. Grayscale: #484848. Windows color (decimal): -6352251 or 8721055. OLE color: 8721055.
HSL color Cylindrical-coordinate representation of color #9F1285: hue angle of 311.06º 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 #9F1285 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 133 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.38 |
| HSL | 311.06º | 0.8% | 0.35% | - |
| HSV(B) | 311.06º | 0.89% | 0.62% | - |
| XYZ | 18.75 | 9.5 | 23.04 | - |
| YUV | 73.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 133 | 0 | 0.89 | 0.16 | 0.38 | 311.06 | 0.8 | 0.35 |
| Hex | 9F | 12 | 85 | 0 | 59 | 10 | 26 | 137 | 50 | 23 |
| Octal | 237 | 22 | 205 | 0 | 131 | 20 | 46 | 467 | 120 | 43 |
| Binary | 10011111 | 10010 | 10000101 | 0 | 1011001 | 10000 | 100110 | 100110111 | 1010000 | 100011 |
Color Harmonies of #9F1285
Complementary color
Monochromatic Colors of #9F1285
Black with #9F1285
Text Example
Text Example
White with #9F1285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1285; }
p { color: rgb(159,18,133); }
H1.HeaderClassName
{
color: #9F1285;
}
.AnyTagClassName
{
color: #9F1285;
}
</style>
background-color css
<style>
a { background-color: #9F1285; }
a { background-color: rgb(159,18,133); }
div.DivClassName
{
background-color: #9F1285;
}
.BgClassName
{
background-color: #9F1285;
}
</style>
border-color css
<style>
span { border-color: #9F1285; }
span { border-color: rgb(159,18,133); }
td.TdClassName
{
border-color: #9F1285;
}
.TagClassName
{
border-color: #9F1285;
}
</style>