Shades of Dark Purple #9F2575
Tints of Dark Purple #9F2575
RGB
CMYK
RGB Variations
Color information
#9F2575 (or 0x9F2575) is known color: Dark Purple. HEX triplet: 9F, 25 and 75. RGB value is (159,37,117). Sum of RGB (Red+Green+Blue) = 159+37+117=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2575 is #60DA8A. Grayscale: #525252. Windows color (decimal): -6347403 or 7677343. OLE color: 7677343.
HSL color Cylindrical-coordinate representation of color #9F2575: hue angle of 320.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2575 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 117 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.38 |
| HSL | 320.66º | 0.62% | 0.38% | - |
| HSV(B) | 320.66º | 0.77% | 0.62% | - |
| XYZ | 18.17 | 9.98 | 17.8 | - |
| YUV | 82.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 117 | 0 | 0.77 | 0.26 | 0.38 | 320.66 | 0.62 | 0.38 |
| Hex | 9F | 25 | 75 | 0 | 4D | 1A | 26 | 141 | 3E | 26 |
| Octal | 237 | 45 | 165 | 0 | 115 | 32 | 46 | 501 | 76 | 46 |
| Binary | 10011111 | 100101 | 1110101 | 0 | 1001101 | 11010 | 100110 | 101000001 | 111110 | 100110 |
Color Harmonies of #9F2575
Complementary color
Monochromatic Colors of #9F2575
Black with #9F2575
Text Example
Text Example
White with #9F2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2575; }
p { color: rgb(159,37,117); }
H1.HeaderClassName
{
color: #9F2575;
}
.AnyTagClassName
{
color: #9F2575;
}
</style>
background-color css
<style>
a { background-color: #9F2575; }
a { background-color: rgb(159,37,117); }
div.DivClassName
{
background-color: #9F2575;
}
.BgClassName
{
background-color: #9F2575;
}
</style>
border-color css
<style>
span { border-color: #9F2575; }
span { border-color: rgb(159,37,117); }
td.TdClassName
{
border-color: #9F2575;
}
.TagClassName
{
border-color: #9F2575;
}
</style>