Shades of Jazzberry Jam #9F0B63
Tints of Jazzberry Jam #9F0B63
RGB
CMYK
RGB Variations
Color information
#9F0B63 (or 0x9F0B63) is known color: Jazzberry Jam. HEX triplet: 9F, 0B and 63. RGB value is (159,11,99). Sum of RGB (Red+Green+Blue) = 159+11+99=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B63 is #60F49C. Grayscale: #414141. Windows color (decimal): -6354077 or 6491039. OLE color: 6491039.
HSL color Cylindrical-coordinate representation of color #9F0B63: hue angle of 324.32º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B63 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 99 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.38 |
| HSL | 324.32º | 0.87% | 0.33% | - |
| HSV(B) | 324.32º | 0.93% | 0.62% | - |
| XYZ | 16.67 | 8.51 | 12.57 | - |
| YUV | 65.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 99 | 0 | 0.93 | 0.38 | 0.38 | 324.32 | 0.87 | 0.33 |
| Hex | 9F | B | 63 | 0 | 5D | 26 | 26 | 144 | 57 | 21 |
| Octal | 237 | 13 | 143 | 0 | 135 | 46 | 46 | 504 | 127 | 41 |
| Binary | 10011111 | 1011 | 1100011 | 0 | 1011101 | 100110 | 100110 | 101000100 | 1010111 | 100001 |
Color Harmonies of #9F0B63
Complementary color
Monochromatic Colors of #9F0B63
Black with #9F0B63
Text Example
Text Example
White with #9F0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B63; }
p { color: rgb(159,11,99); }
H1.HeaderClassName
{
color: #9F0B63;
}
.AnyTagClassName
{
color: #9F0B63;
}
</style>
background-color css
<style>
a { background-color: #9F0B63; }
a { background-color: rgb(159,11,99); }
div.DivClassName
{
background-color: #9F0B63;
}
.BgClassName
{
background-color: #9F0B63;
}
</style>
border-color css
<style>
span { border-color: #9F0B63; }
span { border-color: rgb(159,11,99); }
td.TdClassName
{
border-color: #9F0B63;
}
.TagClassName
{
border-color: #9F0B63;
}
</style>