Shades of Jazzberry Jam #9F2171
Tints of Jazzberry Jam #9F2171
RGB
CMYK
RGB Variations
Color information
#9F2171 (or 0x9F2171) is known color: Jazzberry Jam. HEX triplet: 9F, 21 and 71. RGB value is (159,33,113). Sum of RGB (Red+Green+Blue) = 159+33+113=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2171 is #60DE8E. Grayscale: #4F4F4F. Windows color (decimal): -6348431 or 7414175. OLE color: 7414175.
HSL color Cylindrical-coordinate representation of color #9F2171: hue angle of 321.9º degrees, saturation: 0.66, 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 #9F2171 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 113 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.38 |
| HSL | 321.9º | 0.66% | 0.38% | - |
| HSV(B) | 321.9º | 0.79% | 0.62% | - |
| XYZ | 17.82 | 9.65 | 16.55 | - |
| YUV | 79.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 113 | 0 | 0.79 | 0.29 | 0.38 | 321.9 | 0.66 | 0.38 |
| Hex | 9F | 21 | 71 | 0 | 4F | 1D | 26 | 142 | 42 | 26 |
| Octal | 237 | 41 | 161 | 0 | 117 | 35 | 46 | 502 | 102 | 46 |
| Binary | 10011111 | 100001 | 1110001 | 0 | 1001111 | 11101 | 100110 | 101000010 | 1000010 | 100110 |
Color Harmonies of #9F2171
Complementary color
Monochromatic Colors of #9F2171
Black with #9F2171
Text Example
Text Example
White with #9F2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2171; }
p { color: rgb(159,33,113); }
H1.HeaderClassName
{
color: #9F2171;
}
.AnyTagClassName
{
color: #9F2171;
}
</style>
background-color css
<style>
a { background-color: #9F2171; }
a { background-color: rgb(159,33,113); }
div.DivClassName
{
background-color: #9F2171;
}
.BgClassName
{
background-color: #9F2171;
}
</style>
border-color css
<style>
span { border-color: #9F2171; }
span { border-color: rgb(159,33,113); }
td.TdClassName
{
border-color: #9F2171;
}
.TagClassName
{
border-color: #9F2171;
}
</style>