Shades of Dark Purple #9F2276
Tints of Dark Purple #9F2276
RGB
CMYK
RGB Variations
Color information
#9F2276 (or 0x9F2276) is known color: Dark Purple. HEX triplet: 9F, 22 and 76. RGB value is (159,34,118). Sum of RGB (Red+Green+Blue) = 159+34+118=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2276 is #60DD89. Grayscale: #505050. Windows color (decimal): -6348170 or 7742111. OLE color: 7742111.
HSL color Cylindrical-coordinate representation of color #9F2276: hue angle of 319.68º 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 #9F2276 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 118 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.38 |
| HSL | 319.68º | 0.65% | 0.38% | - |
| HSV(B) | 319.68º | 0.79% | 0.62% | - |
| XYZ | 18.14 | 9.82 | 18.08 | - |
| YUV | 80.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 118 | 0 | 0.79 | 0.26 | 0.38 | 319.68 | 0.65 | 0.38 |
| Hex | 9F | 22 | 76 | 0 | 4F | 1A | 26 | 140 | 41 | 26 |
| Octal | 237 | 42 | 166 | 0 | 117 | 32 | 46 | 500 | 101 | 46 |
| Binary | 10011111 | 100010 | 1110110 | 0 | 1001111 | 11010 | 100110 | 101000000 | 1000001 | 100110 |
Color Harmonies of #9F2276
Complementary color
Monochromatic Colors of #9F2276
Black with #9F2276
Text Example
Text Example
White with #9F2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2276; }
p { color: rgb(159,34,118); }
H1.HeaderClassName
{
color: #9F2276;
}
.AnyTagClassName
{
color: #9F2276;
}
</style>
background-color css
<style>
a { background-color: #9F2276; }
a { background-color: rgb(159,34,118); }
div.DivClassName
{
background-color: #9F2276;
}
.BgClassName
{
background-color: #9F2276;
}
</style>
border-color css
<style>
span { border-color: #9F2276; }
span { border-color: rgb(159,34,118); }
td.TdClassName
{
border-color: #9F2276;
}
.TagClassName
{
border-color: #9F2276;
}
</style>