Shades of Jazzberry Jam #9F0558
Tints of Jazzberry Jam #9F0558
RGB
CMYK
RGB Variations
Color information
#9F0558 (or 0x9F0558) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 58. RGB value is (159,5,88). Sum of RGB (Red+Green+Blue) = 159+5+88=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0558 is #60FAA7. Grayscale: #3C3C3C. Windows color (decimal): -6355624 or 5768607. OLE color: 5768607.
HSL color Cylindrical-coordinate representation of color #9F0558: hue angle of 327.66º 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 #9F0558 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.38 |
| HSL | 327.66º | 0.94% | 0.32% | - |
| HSV(B) | 327.66º | 0.97% | 0.62% | - |
| XYZ | 16.11 | 8.18 | 9.96 | - |
| YUV | 60.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 88 | 0 | 0.97 | 0.45 | 0.38 | 327.66 | 0.94 | 0.32 |
| Hex | 9F | 5 | 58 | 0 | 61 | 2D | 26 | 148 | 5E | 20 |
| Octal | 237 | 5 | 130 | 0 | 141 | 55 | 46 | 510 | 136 | 40 |
| Binary | 10011111 | 101 | 1011000 | 0 | 1100001 | 101101 | 100110 | 101001000 | 1011110 | 100000 |
Color Harmonies of #9F0558
Complementary color
Monochromatic Colors of #9F0558
Black with #9F0558
Text Example
Text Example
White with #9F0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0558; }
p { color: rgb(159,5,88); }
H1.HeaderClassName
{
color: #9F0558;
}
.AnyTagClassName
{
color: #9F0558;
}
</style>
background-color css
<style>
a { background-color: #9F0558; }
a { background-color: rgb(159,5,88); }
div.DivClassName
{
background-color: #9F0558;
}
.BgClassName
{
background-color: #9F0558;
}
</style>
border-color css
<style>
span { border-color: #9F0558; }
span { border-color: rgb(159,5,88); }
td.TdClassName
{
border-color: #9F0558;
}
.TagClassName
{
border-color: #9F0558;
}
</style>