Shades of Dark Purple #9F2273
Tints of Dark Purple #9F2273
RGB
CMYK
RGB Variations
Color information
#9F2273 (or 0x9F2273) is known color: Dark Purple. HEX triplet: 9F, 22 and 73. RGB value is (159,34,115). Sum of RGB (Red+Green+Blue) = 159+34+115=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2273 is #60DD8C. Grayscale: #505050. Windows color (decimal): -6348173 or 7545503. OLE color: 7545503.
HSL color Cylindrical-coordinate representation of color #9F2273: hue angle of 321.12º 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 #9F2273 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 115 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.38 |
| HSL | 321.12º | 0.65% | 0.38% | - |
| HSV(B) | 321.12º | 0.79% | 0.62% | - |
| XYZ | 17.96 | 9.75 | 17.16 | - |
| YUV | 80.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 115 | 0 | 0.79 | 0.28 | 0.38 | 321.12 | 0.65 | 0.38 |
| Hex | 9F | 22 | 73 | 0 | 4F | 1C | 26 | 141 | 41 | 26 |
| Octal | 237 | 42 | 163 | 0 | 117 | 34 | 46 | 501 | 101 | 46 |
| Binary | 10011111 | 100010 | 1110011 | 0 | 1001111 | 11100 | 100110 | 101000001 | 1000001 | 100110 |
Color Harmonies of #9F2273
Complementary color
Monochromatic Colors of #9F2273
Black with #9F2273
Text Example
Text Example
White with #9F2273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2273; }
p { color: rgb(159,34,115); }
H1.HeaderClassName
{
color: #9F2273;
}
.AnyTagClassName
{
color: #9F2273;
}
</style>
background-color css
<style>
a { background-color: #9F2273; }
a { background-color: rgb(159,34,115); }
div.DivClassName
{
background-color: #9F2273;
}
.BgClassName
{
background-color: #9F2273;
}
</style>
border-color css
<style>
span { border-color: #9F2273; }
span { border-color: rgb(159,34,115); }
td.TdClassName
{
border-color: #9F2273;
}
.TagClassName
{
border-color: #9F2273;
}
</style>