Shades of Jazzberry Jam #9F0551
Tints of Jazzberry Jam #9F0551
RGB
CMYK
RGB Variations
Color information
#9F0551 (or 0x9F0551) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 51. RGB value is (159,5,81). Sum of RGB (Red+Green+Blue) = 159+5+81=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0551 is #60FAAE. Grayscale: #3B3B3B. Windows color (decimal): -6355631 or 5309855. OLE color: 5309855.
HSL color Cylindrical-coordinate representation of color #9F0551: hue angle of 330.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0551 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.38 |
| HSL | 330.39º | 0.94% | 0.32% | - |
| HSV(B) | 330.39º | 0.97% | 0.62% | - |
| XYZ | 15.84 | 8.07 | 8.51 | - |
| YUV | 59.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 81 | 0 | 0.97 | 0.49 | 0.38 | 330.39 | 0.94 | 0.32 |
| Hex | 9F | 5 | 51 | 0 | 61 | 31 | 26 | 14A | 5E | 20 |
| Octal | 237 | 5 | 121 | 0 | 141 | 61 | 46 | 512 | 136 | 40 |
| Binary | 10011111 | 101 | 1010001 | 0 | 1100001 | 110001 | 100110 | 101001010 | 1011110 | 100000 |
Color Harmonies of #9F0551
Complementary color
Monochromatic Colors of #9F0551
Black with #9F0551
Text Example
Text Example
White with #9F0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0551; }
p { color: rgb(159,5,81); }
H1.HeaderClassName
{
color: #9F0551;
}
.AnyTagClassName
{
color: #9F0551;
}
</style>
background-color css
<style>
a { background-color: #9F0551; }
a { background-color: rgb(159,5,81); }
div.DivClassName
{
background-color: #9F0551;
}
.BgClassName
{
background-color: #9F0551;
}
</style>
border-color css
<style>
span { border-color: #9F0551; }
span { border-color: rgb(159,5,81); }
td.TdClassName
{
border-color: #9F0551;
}
.TagClassName
{
border-color: #9F0551;
}
</style>