Shades of Dark Purple #9F228B
Tints of Dark Purple #9F228B
RGB
CMYK
RGB Variations
Color information
#9F228B (or 0x9F228B) is known color: Dark Purple. HEX triplet: 9F, 22 and 8B. RGB value is (159,34,139). Sum of RGB (Red+Green+Blue) = 159+34+139=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F228B is #60DD74. Grayscale: #535353. Windows color (decimal): -6348149 or 9118367. OLE color: 9118367.
HSL color Cylindrical-coordinate representation of color #9F228B: hue angle of 309.6º 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 #9F228B is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 139 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.38 |
| HSL | 309.6º | 0.65% | 0.38% | - |
| HSV(B) | 309.6º | 0.79% | 0.62% | - |
| XYZ | 19.53 | 10.38 | 25.4 | - |
| YUV | 83.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 139 | 0 | 0.79 | 0.13 | 0.38 | 309.6 | 0.65 | 0.38 |
| Hex | 9F | 22 | 8B | 0 | 4F | D | 26 | 136 | 41 | 26 |
| Octal | 237 | 42 | 213 | 0 | 117 | 15 | 46 | 466 | 101 | 46 |
| Binary | 10011111 | 100010 | 10001011 | 0 | 1001111 | 1101 | 100110 | 100110110 | 1000001 | 100110 |
Color Harmonies of #9F228B
Complementary color
Monochromatic Colors of #9F228B
Black with #9F228B
Text Example
Text Example
White with #9F228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F228B; }
p { color: rgb(159,34,139); }
H1.HeaderClassName
{
color: #9F228B;
}
.AnyTagClassName
{
color: #9F228B;
}
</style>
background-color css
<style>
a { background-color: #9F228B; }
a { background-color: rgb(159,34,139); }
div.DivClassName
{
background-color: #9F228B;
}
.BgClassName
{
background-color: #9F228B;
}
</style>
border-color css
<style>
span { border-color: #9F228B; }
span { border-color: rgb(159,34,139); }
td.TdClassName
{
border-color: #9F228B;
}
.TagClassName
{
border-color: #9F228B;
}
</style>