Shades of Jazzberry Jam #9F0459
Tints of Jazzberry Jam #9F0459
RGB
CMYK
RGB Variations
Color information
#9F0459 (or 0x9F0459) is known color: Jazzberry Jam. HEX triplet: 9F, 04 and 59. RGB value is (159,4,89). Sum of RGB (Red+Green+Blue) = 159+4+89=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0459 is #60FBA6. Grayscale: #3B3B3B. Windows color (decimal): -6355879 or 5833887. OLE color: 5833887.
HSL color Cylindrical-coordinate representation of color #9F0459: hue angle of 327.1º degrees, saturation: 0.95, 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 #9F0459 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 4 | 89 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.38 |
| HSL | 327.1º | 0.95% | 0.32% | - |
| HSV(B) | 327.1º | 0.97% | 0.62% | - |
| XYZ | 16.14 | 8.18 | 10.18 | - |
| YUV | 60.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 89 | 0 | 0.97 | 0.44 | 0.38 | 327.1 | 0.95 | 0.32 |
| Hex | 9F | 4 | 59 | 0 | 61 | 2C | 26 | 147 | 5F | 20 |
| Octal | 237 | 4 | 131 | 0 | 141 | 54 | 46 | 507 | 137 | 40 |
| Binary | 10011111 | 100 | 1011001 | 0 | 1100001 | 101100 | 100110 | 101000111 | 1011111 | 100000 |
Color Harmonies of #9F0459
Complementary color
Monochromatic Colors of #9F0459
Black with #9F0459
Text Example
Text Example
White with #9F0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0459; }
p { color: rgb(159,4,89); }
H1.HeaderClassName
{
color: #9F0459;
}
.AnyTagClassName
{
color: #9F0459;
}
</style>
background-color css
<style>
a { background-color: #9F0459; }
a { background-color: rgb(159,4,89); }
div.DivClassName
{
background-color: #9F0459;
}
.BgClassName
{
background-color: #9F0459;
}
</style>
border-color css
<style>
span { border-color: #9F0459; }
span { border-color: rgb(159,4,89); }
td.TdClassName
{
border-color: #9F0459;
}
.TagClassName
{
border-color: #9F0459;
}
</style>