Shades of Dark Purple #9F297E
Tints of Dark Purple #9F297E
RGB
CMYK
RGB Variations
Color information
#9F297E (or 0x9F297E) is known color: Dark Purple. HEX triplet: 9F, 29 and 7E. RGB value is (159,41,126). Sum of RGB (Red+Green+Blue) = 159+41+126=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F297E is #60D681. Grayscale: #555555. Windows color (decimal): -6346370 or 8268191. OLE color: 8268191.
HSL color Cylindrical-coordinate representation of color #9F297E: hue angle of 316.78º degrees, saturation: 0.59, 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 #9F297E is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 126 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.38 |
| HSL | 316.78º | 0.59% | 0.39% | - |
| HSV(B) | 316.78º | 0.74% | 0.62% | - |
| XYZ | 18.86 | 10.46 | 20.76 | - |
| YUV | 85.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 126 | 0 | 0.74 | 0.21 | 0.38 | 316.78 | 0.59 | 0.39 |
| Hex | 9F | 29 | 7E | 0 | 4A | 15 | 26 | 13D | 3B | 27 |
| Octal | 237 | 51 | 176 | 0 | 112 | 25 | 46 | 475 | 73 | 47 |
| Binary | 10011111 | 101001 | 1111110 | 0 | 1001010 | 10101 | 100110 | 100111101 | 111011 | 100111 |
Color Harmonies of #9F297E
Complementary color
Monochromatic Colors of #9F297E
Black with #9F297E
Text Example
Text Example
White with #9F297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F297E; }
p { color: rgb(159,41,126); }
H1.HeaderClassName
{
color: #9F297E;
}
.AnyTagClassName
{
color: #9F297E;
}
</style>
background-color css
<style>
a { background-color: #9F297E; }
a { background-color: rgb(159,41,126); }
div.DivClassName
{
background-color: #9F297E;
}
.BgClassName
{
background-color: #9F297E;
}
</style>
border-color css
<style>
span { border-color: #9F297E; }
span { border-color: rgb(159,41,126); }
td.TdClassName
{
border-color: #9F297E;
}
.TagClassName
{
border-color: #9F297E;
}
</style>