Shades of Dark Purple #9F2893
Tints of Dark Purple #9F2893
RGB
CMYK
RGB Variations
Color information
#9F2893 (or 0x9F2893) is known color: Dark Purple. HEX triplet: 9F, 28 and 93. RGB value is (159,40,147). Sum of RGB (Red+Green+Blue) = 159+40+147=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2893 is #60D76C. Grayscale: #575757. Windows color (decimal): -6346605 or 9644191. OLE color: 9644191.
HSL color Cylindrical-coordinate representation of color #9F2893: hue angle of 306.05º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2893 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 147 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.38 |
| HSL | 306.05º | 0.6% | 0.39% | - |
| HSV(B) | 306.05º | 0.75% | 0.62% | - |
| XYZ | 20.32 | 11 | 28.65 | - |
| YUV | 87.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 147 | 0 | 0.75 | 0.08 | 0.38 | 306.05 | 0.6 | 0.39 |
| Hex | 9F | 28 | 93 | 0 | 4B | 8 | 26 | 132 | 3C | 27 |
| Octal | 237 | 50 | 223 | 0 | 113 | 10 | 46 | 462 | 74 | 47 |
| Binary | 10011111 | 101000 | 10010011 | 0 | 1001011 | 1000 | 100110 | 100110010 | 111100 | 100111 |
Color Harmonies of #9F2893
Complementary color
Monochromatic Colors of #9F2893
Black with #9F2893
Text Example
Text Example
White with #9F2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2893; }
p { color: rgb(159,40,147); }
H1.HeaderClassName
{
color: #9F2893;
}
.AnyTagClassName
{
color: #9F2893;
}
</style>
background-color css
<style>
a { background-color: #9F2893; }
a { background-color: rgb(159,40,147); }
div.DivClassName
{
background-color: #9F2893;
}
.BgClassName
{
background-color: #9F2893;
}
</style>
border-color css
<style>
span { border-color: #9F2893; }
span { border-color: rgb(159,40,147); }
td.TdClassName
{
border-color: #9F2893;
}
.TagClassName
{
border-color: #9F2893;
}
</style>