Shades of Dark Purple #9F247E
Tints of Dark Purple #9F247E
RGB
CMYK
RGB Variations
Color information
#9F247E (or 0x9F247E) is known color: Dark Purple. HEX triplet: 9F, 24 and 7E. RGB value is (159,36,126). Sum of RGB (Red+Green+Blue) = 159+36+126=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F247E is #60DB81. Grayscale: #525252. Windows color (decimal): -6347650 or 8266911. OLE color: 8266911.
HSL color Cylindrical-coordinate representation of color #9F247E: hue angle of 316.1º degrees, saturation: 0.63, 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 #9F247E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 126 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.38 |
| HSL | 316.1º | 0.63% | 0.38% | - |
| HSV(B) | 316.1º | 0.77% | 0.62% | - |
| XYZ | 18.69 | 10.14 | 20.71 | - |
| YUV | 83.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 126 | 0 | 0.77 | 0.21 | 0.38 | 316.1 | 0.63 | 0.38 |
| Hex | 9F | 24 | 7E | 0 | 4D | 15 | 26 | 13C | 3F | 26 |
| Octal | 237 | 44 | 176 | 0 | 115 | 25 | 46 | 474 | 77 | 46 |
| Binary | 10011111 | 100100 | 1111110 | 0 | 1001101 | 10101 | 100110 | 100111100 | 111111 | 100110 |
Color Harmonies of #9F247E
Complementary color
Monochromatic Colors of #9F247E
Black with #9F247E
Text Example
Text Example
White with #9F247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F247E; }
p { color: rgb(159,36,126); }
H1.HeaderClassName
{
color: #9F247E;
}
.AnyTagClassName
{
color: #9F247E;
}
</style>
background-color css
<style>
a { background-color: #9F247E; }
a { background-color: rgb(159,36,126); }
div.DivClassName
{
background-color: #9F247E;
}
.BgClassName
{
background-color: #9F247E;
}
</style>
border-color css
<style>
span { border-color: #9F247E; }
span { border-color: rgb(159,36,126); }
td.TdClassName
{
border-color: #9F247E;
}
.TagClassName
{
border-color: #9F247E;
}
</style>