Shades of Dark Purple #9F2A7D
Tints of Dark Purple #9F2A7D
RGB
CMYK
RGB Variations
Color information
#9F2A7D (or 0x9F2A7D) is known color: Dark Purple. HEX triplet: 9F, 2A and 7D. RGB value is (159,42,125). Sum of RGB (Red+Green+Blue) = 159+42+125=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A7D is #60D582. Grayscale: #565656. Windows color (decimal): -6346115 or 8202911. OLE color: 8202911.
HSL color Cylindrical-coordinate representation of color #9F2A7D: hue angle of 317.44º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A7D is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 125 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.38 |
| HSL | 317.44º | 0.58% | 0.39% | - |
| HSV(B) | 317.44º | 0.74% | 0.62% | - |
| XYZ | 18.83 | 10.51 | 20.44 | - |
| YUV | 86.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 125 | 0 | 0.74 | 0.21 | 0.38 | 317.44 | 0.58 | 0.39 |
| Hex | 9F | 2A | 7D | 0 | 4A | 15 | 26 | 13D | 3A | 27 |
| Octal | 237 | 52 | 175 | 0 | 112 | 25 | 46 | 475 | 72 | 47 |
| Binary | 10011111 | 101010 | 1111101 | 0 | 1001010 | 10101 | 100110 | 100111101 | 111010 | 100111 |
Color Harmonies of #9F2A7D
Complementary color
Monochromatic Colors of #9F2A7D
Black with #9F2A7D
Text Example
Text Example
White with #9F2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A7D; }
p { color: rgb(159,42,125); }
H1.HeaderClassName
{
color: #9F2A7D;
}
.AnyTagClassName
{
color: #9F2A7D;
}
</style>
background-color css
<style>
a { background-color: #9F2A7D; }
a { background-color: rgb(159,42,125); }
div.DivClassName
{
background-color: #9F2A7D;
}
.BgClassName
{
background-color: #9F2A7D;
}
</style>
border-color css
<style>
span { border-color: #9F2A7D; }
span { border-color: rgb(159,42,125); }
td.TdClassName
{
border-color: #9F2A7D;
}
.TagClassName
{
border-color: #9F2A7D;
}
</style>