Shades of Dark Purple #9F227C
Tints of Dark Purple #9F227C
RGB
CMYK
RGB Variations
Color information
#9F227C (or 0x9F227C) is known color: Dark Purple. HEX triplet: 9F, 22 and 7C. RGB value is (159,34,124). Sum of RGB (Red+Green+Blue) = 159+34+124=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F227C is #60DD83. Grayscale: #515151. Windows color (decimal): -6348164 or 8135327. OLE color: 8135327.
HSL color Cylindrical-coordinate representation of color #9F227C: hue angle of 316.8º 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 #9F227C is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 124 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.38 |
| HSL | 316.8º | 0.65% | 0.38% | - |
| HSV(B) | 316.8º | 0.79% | 0.62% | - |
| XYZ | 18.51 | 9.97 | 20.02 | - |
| YUV | 81.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 124 | 0 | 0.79 | 0.22 | 0.38 | 316.8 | 0.65 | 0.38 |
| Hex | 9F | 22 | 7C | 0 | 4F | 16 | 26 | 13D | 41 | 26 |
| Octal | 237 | 42 | 174 | 0 | 117 | 26 | 46 | 475 | 101 | 46 |
| Binary | 10011111 | 100010 | 1111100 | 0 | 1001111 | 10110 | 100110 | 100111101 | 1000001 | 100110 |
Color Harmonies of #9F227C
Complementary color
Monochromatic Colors of #9F227C
Black with #9F227C
Text Example
Text Example
White with #9F227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F227C; }
p { color: rgb(159,34,124); }
H1.HeaderClassName
{
color: #9F227C;
}
.AnyTagClassName
{
color: #9F227C;
}
</style>
background-color css
<style>
a { background-color: #9F227C; }
a { background-color: rgb(159,34,124); }
div.DivClassName
{
background-color: #9F227C;
}
.BgClassName
{
background-color: #9F227C;
}
</style>
border-color css
<style>
span { border-color: #9F227C; }
span { border-color: rgb(159,34,124); }
td.TdClassName
{
border-color: #9F227C;
}
.TagClassName
{
border-color: #9F227C;
}
</style>