Shades of Dark Purple #9F298A
Tints of Dark Purple #9F298A
RGB
CMYK
RGB Variations
Color information
#9F298A (or 0x9F298A) is known color: Dark Purple. HEX triplet: 9F, 29 and 8A. RGB value is (159,41,138). Sum of RGB (Red+Green+Blue) = 159+41+138=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F298A is #60D675. Grayscale: #575757. Windows color (decimal): -6346358 or 9054623. OLE color: 9054623.
HSL color Cylindrical-coordinate representation of color #9F298A: hue angle of 310.68º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F298A is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 138 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.38 |
| HSL | 310.68º | 0.59% | 0.39% | - |
| HSV(B) | 310.68º | 0.74% | 0.62% | - |
| XYZ | 19.68 | 10.79 | 25.09 | - |
| YUV | 87.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 138 | 0 | 0.74 | 0.13 | 0.38 | 310.68 | 0.59 | 0.39 |
| Hex | 9F | 29 | 8A | 0 | 4A | D | 26 | 137 | 3B | 27 |
| Octal | 237 | 51 | 212 | 0 | 112 | 15 | 46 | 467 | 73 | 47 |
| Binary | 10011111 | 101001 | 10001010 | 0 | 1001010 | 1101 | 100110 | 100110111 | 111011 | 100111 |
Color Harmonies of #9F298A
Complementary color
Monochromatic Colors of #9F298A
Black with #9F298A
Text Example
Text Example
White with #9F298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F298A; }
p { color: rgb(159,41,138); }
H1.HeaderClassName
{
color: #9F298A;
}
.AnyTagClassName
{
color: #9F298A;
}
</style>
background-color css
<style>
a { background-color: #9F298A; }
a { background-color: rgb(159,41,138); }
div.DivClassName
{
background-color: #9F298A;
}
.BgClassName
{
background-color: #9F298A;
}
</style>
border-color css
<style>
span { border-color: #9F298A; }
span { border-color: rgb(159,41,138); }
td.TdClassName
{
border-color: #9F298A;
}
.TagClassName
{
border-color: #9F298A;
}
</style>