Shades of Dark Purple #9F2495
Tints of Dark Purple #9F2495
RGB
CMYK
RGB Variations
Color information
#9F2495 (or 0x9F2495) is known color: Dark Purple. HEX triplet: 9F, 24 and 95. RGB value is (159,36,149). Sum of RGB (Red+Green+Blue) = 159+36+149=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2495 is #60DB6A. Grayscale: #555555. Windows color (decimal): -6347627 or 9774239. OLE color: 9774239.
HSL color Cylindrical-coordinate representation of color #9F2495: hue angle of 304.88º 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 #9F2495 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 149 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.38 |
| HSL | 304.88º | 0.63% | 0.38% | - |
| HSV(B) | 304.88º | 0.77% | 0.62% | - |
| XYZ | 20.35 | 10.8 | 29.45 | - |
| YUV | 85.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 149 | 0 | 0.77 | 0.06 | 0.38 | 304.88 | 0.63 | 0.38 |
| Hex | 9F | 24 | 95 | 0 | 4D | 6 | 26 | 131 | 3F | 26 |
| Octal | 237 | 44 | 225 | 0 | 115 | 6 | 46 | 461 | 77 | 46 |
| Binary | 10011111 | 100100 | 10010101 | 0 | 1001101 | 110 | 100110 | 100110001 | 111111 | 100110 |
Color Harmonies of #9F2495
Complementary color
Monochromatic Colors of #9F2495
Black with #9F2495
Text Example
Text Example
White with #9F2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2495; }
p { color: rgb(159,36,149); }
H1.HeaderClassName
{
color: #9F2495;
}
.AnyTagClassName
{
color: #9F2495;
}
</style>
background-color css
<style>
a { background-color: #9F2495; }
a { background-color: rgb(159,36,149); }
div.DivClassName
{
background-color: #9F2495;
}
.BgClassName
{
background-color: #9F2495;
}
</style>
border-color css
<style>
span { border-color: #9F2495; }
span { border-color: rgb(159,36,149); }
td.TdClassName
{
border-color: #9F2495;
}
.TagClassName
{
border-color: #9F2495;
}
</style>