Shades of Jazzberry Jam #9F165D
Tints of Jazzberry Jam #9F165D
RGB
CMYK
RGB Variations
Color information
#9F165D (or 0x9F165D) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 5D. RGB value is (159,22,93). Sum of RGB (Red+Green+Blue) = 159+22+93=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F165D is #60E9A2. Grayscale: #464646. Windows color (decimal): -6351267 or 6100639. OLE color: 6100639.
HSL color Cylindrical-coordinate representation of color #9F165D: hue angle of 328.91º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F165D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 93 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.38 |
| HSL | 328.91º | 0.76% | 0.35% | - |
| HSV(B) | 328.91º | 0.86% | 0.62% | - |
| XYZ | 16.56 | 8.74 | 11.17 | - |
| YUV | 71.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 93 | 0 | 0.86 | 0.42 | 0.38 | 328.91 | 0.76 | 0.35 |
| Hex | 9F | 16 | 5D | 0 | 56 | 2A | 26 | 149 | 4C | 23 |
| Octal | 237 | 26 | 135 | 0 | 126 | 52 | 46 | 511 | 114 | 43 |
| Binary | 10011111 | 10110 | 1011101 | 0 | 1010110 | 101010 | 100110 | 101001001 | 1001100 | 100011 |
Color Harmonies of #9F165D
Complementary color
Monochromatic Colors of #9F165D
Black with #9F165D
Text Example
Text Example
White with #9F165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F165D; }
p { color: rgb(159,22,93); }
H1.HeaderClassName
{
color: #9F165D;
}
.AnyTagClassName
{
color: #9F165D;
}
</style>
background-color css
<style>
a { background-color: #9F165D; }
a { background-color: rgb(159,22,93); }
div.DivClassName
{
background-color: #9F165D;
}
.BgClassName
{
background-color: #9F165D;
}
</style>
border-color css
<style>
span { border-color: #9F165D; }
span { border-color: rgb(159,22,93); }
td.TdClassName
{
border-color: #9F165D;
}
.TagClassName
{
border-color: #9F165D;
}
</style>