Shades of Dark Purple #9F2D89
Tints of Dark Purple #9F2D89
RGB
CMYK
RGB Variations
Color information
#9F2D89 (or 0x9F2D89) is known color: Dark Purple. HEX triplet: 9F, 2D and 89. RGB value is (159,45,137). Sum of RGB (Red+Green+Blue) = 159+45+137=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D89 is #60D276. Grayscale: #595959. Windows color (decimal): -6345335 or 8990111. OLE color: 8990111.
HSL color Cylindrical-coordinate representation of color #9F2D89: hue angle of 311.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D89 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 137 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.38 |
| HSL | 311.58º | 0.56% | 0.4% | - |
| HSV(B) | 311.58º | 0.72% | 0.62% | - |
| XYZ | 19.75 | 11.05 | 24.76 | - |
| YUV | 89.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 137 | 0 | 0.72 | 0.14 | 0.38 | 311.58 | 0.56 | 0.4 |
| Hex | 9F | 2D | 89 | 0 | 48 | E | 26 | 138 | 38 | 28 |
| Octal | 237 | 55 | 211 | 0 | 110 | 16 | 46 | 470 | 70 | 50 |
| Binary | 10011111 | 101101 | 10001001 | 0 | 1001000 | 1110 | 100110 | 100111000 | 111000 | 101000 |
Color Harmonies of #9F2D89
Complementary color
Monochromatic Colors of #9F2D89
Black with #9F2D89
Text Example
Text Example
White with #9F2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D89; }
p { color: rgb(159,45,137); }
H1.HeaderClassName
{
color: #9F2D89;
}
.AnyTagClassName
{
color: #9F2D89;
}
</style>
background-color css
<style>
a { background-color: #9F2D89; }
a { background-color: rgb(159,45,137); }
div.DivClassName
{
background-color: #9F2D89;
}
.BgClassName
{
background-color: #9F2D89;
}
</style>
border-color css
<style>
span { border-color: #9F2D89; }
span { border-color: rgb(159,45,137); }
td.TdClassName
{
border-color: #9F2D89;
}
.TagClassName
{
border-color: #9F2D89;
}
</style>