Shades of Dark Purple #9F2689
Tints of Dark Purple #9F2689
RGB
CMYK
RGB Variations
Color information
#9F2689 (or 0x9F2689) is known color: Dark Purple. HEX triplet: 9F, 26 and 89. RGB value is (159,38,137). Sum of RGB (Red+Green+Blue) = 159+38+137=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2689 is #60D976. Grayscale: #555555. Windows color (decimal): -6347127 or 8988319. OLE color: 8988319.
HSL color Cylindrical-coordinate representation of color #9F2689: hue angle of 310.91º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2689 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 137 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.38 |
| HSL | 310.91º | 0.61% | 0.39% | - |
| HSV(B) | 310.91º | 0.76% | 0.62% | - |
| XYZ | 19.51 | 10.56 | 24.68 | - |
| YUV | 85.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 137 | 0 | 0.76 | 0.14 | 0.38 | 310.91 | 0.61 | 0.39 |
| Hex | 9F | 26 | 89 | 0 | 4C | E | 26 | 137 | 3D | 27 |
| Octal | 237 | 46 | 211 | 0 | 114 | 16 | 46 | 467 | 75 | 47 |
| Binary | 10011111 | 100110 | 10001001 | 0 | 1001100 | 1110 | 100110 | 100110111 | 111101 | 100111 |
Color Harmonies of #9F2689
Complementary color
Monochromatic Colors of #9F2689
Black with #9F2689
Text Example
Text Example
White with #9F2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2689; }
p { color: rgb(159,38,137); }
H1.HeaderClassName
{
color: #9F2689;
}
.AnyTagClassName
{
color: #9F2689;
}
</style>
background-color css
<style>
a { background-color: #9F2689; }
a { background-color: rgb(159,38,137); }
div.DivClassName
{
background-color: #9F2689;
}
.BgClassName
{
background-color: #9F2689;
}
</style>
border-color css
<style>
span { border-color: #9F2689; }
span { border-color: rgb(159,38,137); }
td.TdClassName
{
border-color: #9F2689;
}
.TagClassName
{
border-color: #9F2689;
}
</style>