Shades of Dark Purple #9F228E
Tints of Dark Purple #9F228E
RGB
CMYK
RGB Variations
Color information
#9F228E (or 0x9F228E) is known color: Dark Purple. HEX triplet: 9F, 22 and 8E. RGB value is (159,34,142). Sum of RGB (Red+Green+Blue) = 159+34+142=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F228E is #60DD71. Grayscale: #535353. Windows color (decimal): -6348146 or 9314975. OLE color: 9314975.
HSL color Cylindrical-coordinate representation of color #9F228E: hue angle of 308.16º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F228E is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 142 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.38 |
| HSL | 308.16º | 0.65% | 0.38% | - |
| HSV(B) | 308.16º | 0.79% | 0.62% | - |
| XYZ | 19.75 | 10.47 | 26.57 | - |
| YUV | 83.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 142 | 0 | 0.79 | 0.11 | 0.38 | 308.16 | 0.65 | 0.38 |
| Hex | 9F | 22 | 8E | 0 | 4F | B | 26 | 134 | 41 | 26 |
| Octal | 237 | 42 | 216 | 0 | 117 | 13 | 46 | 464 | 101 | 46 |
| Binary | 10011111 | 100010 | 10001110 | 0 | 1001111 | 1011 | 100110 | 100110100 | 1000001 | 100110 |
Color Harmonies of #9F228E
Complementary color
Monochromatic Colors of #9F228E
Black with #9F228E
Text Example
Text Example
White with #9F228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F228E; }
p { color: rgb(159,34,142); }
H1.HeaderClassName
{
color: #9F228E;
}
.AnyTagClassName
{
color: #9F228E;
}
</style>
background-color css
<style>
a { background-color: #9F228E; }
a { background-color: rgb(159,34,142); }
div.DivClassName
{
background-color: #9F228E;
}
.BgClassName
{
background-color: #9F228E;
}
</style>
border-color css
<style>
span { border-color: #9F228E; }
span { border-color: rgb(159,34,142); }
td.TdClassName
{
border-color: #9F228E;
}
.TagClassName
{
border-color: #9F228E;
}
</style>