Shades of Dark Purple #9F248A
Tints of Dark Purple #9F248A
RGB
CMYK
RGB Variations
Color information
#9F248A (or 0x9F248A) is known color: Dark Purple. HEX triplet: 9F, 24 and 8A. RGB value is (159,36,138). Sum of RGB (Red+Green+Blue) = 159+36+138=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F248A is #60DB75. Grayscale: #545454. Windows color (decimal): -6347638 or 9053343. OLE color: 9053343.
HSL color Cylindrical-coordinate representation of color #9F248A: hue angle of 310.24º 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 #9F248A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 138 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.38 |
| HSL | 310.24º | 0.63% | 0.38% | - |
| HSV(B) | 310.24º | 0.77% | 0.62% | - |
| XYZ | 19.52 | 10.47 | 25.04 | - |
| YUV | 84.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 138 | 0 | 0.77 | 0.13 | 0.38 | 310.24 | 0.63 | 0.38 |
| Hex | 9F | 24 | 8A | 0 | 4D | D | 26 | 136 | 3F | 26 |
| Octal | 237 | 44 | 212 | 0 | 115 | 15 | 46 | 466 | 77 | 46 |
| Binary | 10011111 | 100100 | 10001010 | 0 | 1001101 | 1101 | 100110 | 100110110 | 111111 | 100110 |
Color Harmonies of #9F248A
Complementary color
Monochromatic Colors of #9F248A
Black with #9F248A
Text Example
Text Example
White with #9F248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F248A; }
p { color: rgb(159,36,138); }
H1.HeaderClassName
{
color: #9F248A;
}
.AnyTagClassName
{
color: #9F248A;
}
</style>
background-color css
<style>
a { background-color: #9F248A; }
a { background-color: rgb(159,36,138); }
div.DivClassName
{
background-color: #9F248A;
}
.BgClassName
{
background-color: #9F248A;
}
</style>
border-color css
<style>
span { border-color: #9F248A; }
span { border-color: rgb(159,36,138); }
td.TdClassName
{
border-color: #9F248A;
}
.TagClassName
{
border-color: #9F248A;
}
</style>