Shades of Dark Purple #9F227F
Tints of Dark Purple #9F227F
RGB
CMYK
RGB Variations
Color information
#9F227F (or 0x9F227F) is known color: Dark Purple. HEX triplet: 9F, 22 and 7F. RGB value is (159,34,127). Sum of RGB (Red+Green+Blue) = 159+34+127=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F227F is #60DD80. Grayscale: #515151. Windows color (decimal): -6348161 or 8331935. OLE color: 8331935.
HSL color Cylindrical-coordinate representation of color #9F227F: hue angle of 315.36º 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 #9F227F is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 127 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.38 |
| HSL | 315.36º | 0.65% | 0.38% | - |
| HSV(B) | 315.36º | 0.79% | 0.62% | - |
| XYZ | 18.7 | 10.05 | 21.03 | - |
| YUV | 81.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 127 | 0 | 0.79 | 0.20 | 0.38 | 315.36 | 0.65 | 0.38 |
| Hex | 9F | 22 | 7F | 0 | 4F | 14 | 26 | 13B | 41 | 26 |
| Octal | 237 | 42 | 177 | 0 | 117 | 24 | 46 | 473 | 101 | 46 |
| Binary | 10011111 | 100010 | 1111111 | 0 | 1001111 | 10100 | 100110 | 100111011 | 1000001 | 100110 |
Color Harmonies of #9F227F
Complementary color
Monochromatic Colors of #9F227F
Black with #9F227F
Text Example
Text Example
White with #9F227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F227F; }
p { color: rgb(159,34,127); }
H1.HeaderClassName
{
color: #9F227F;
}
.AnyTagClassName
{
color: #9F227F;
}
</style>
background-color css
<style>
a { background-color: #9F227F; }
a { background-color: rgb(159,34,127); }
div.DivClassName
{
background-color: #9F227F;
}
.BgClassName
{
background-color: #9F227F;
}
</style>
border-color css
<style>
span { border-color: #9F227F; }
span { border-color: rgb(159,34,127); }
td.TdClassName
{
border-color: #9F227F;
}
.TagClassName
{
border-color: #9F227F;
}
</style>