Shades of Dark Purple #9F248D
Tints of Dark Purple #9F248D
RGB
CMYK
RGB Variations
Color information
#9F248D (or 0x9F248D) is known color: Dark Purple. HEX triplet: 9F, 24 and 8D. RGB value is (159,36,141). Sum of RGB (Red+Green+Blue) = 159+36+141=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F248D is #60DB72. Grayscale: #545454. Windows color (decimal): -6347635 or 9249951. OLE color: 9249951.
HSL color Cylindrical-coordinate representation of color #9F248D: hue angle of 308.78º 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 #9F248D is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 141 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.38 |
| HSL | 308.78º | 0.63% | 0.38% | - |
| HSV(B) | 308.78º | 0.77% | 0.62% | - |
| XYZ | 19.74 | 10.56 | 26.2 | - |
| YUV | 84.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 141 | 0 | 0.77 | 0.11 | 0.38 | 308.78 | 0.63 | 0.38 |
| Hex | 9F | 24 | 8D | 0 | 4D | B | 26 | 135 | 3F | 26 |
| Octal | 237 | 44 | 215 | 0 | 115 | 13 | 46 | 465 | 77 | 46 |
| Binary | 10011111 | 100100 | 10001101 | 0 | 1001101 | 1011 | 100110 | 100110101 | 111111 | 100110 |
Color Harmonies of #9F248D
Complementary color
Monochromatic Colors of #9F248D
Black with #9F248D
Text Example
Text Example
White with #9F248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F248D; }
p { color: rgb(159,36,141); }
H1.HeaderClassName
{
color: #9F248D;
}
.AnyTagClassName
{
color: #9F248D;
}
</style>
background-color css
<style>
a { background-color: #9F248D; }
a { background-color: rgb(159,36,141); }
div.DivClassName
{
background-color: #9F248D;
}
.BgClassName
{
background-color: #9F248D;
}
</style>
border-color css
<style>
span { border-color: #9F248D; }
span { border-color: rgb(159,36,141); }
td.TdClassName
{
border-color: #9F248D;
}
.TagClassName
{
border-color: #9F248D;
}
</style>