Shades of Jazzberry Jam #9F1B59
Tints of Jazzberry Jam #9F1B59
RGB
CMYK
RGB Variations
Color information
#9F1B59 (or 0x9F1B59) is known color: Jazzberry Jam. HEX triplet: 9F, 1B and 59. RGB value is (159,27,89). Sum of RGB (Red+Green+Blue) = 159+27+89=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1B59 is #60E4A6. Grayscale: #494949. Windows color (decimal): -6349991 or 5839775. OLE color: 5839775.
HSL color Cylindrical-coordinate representation of color #9F1B59: hue angle of 331.82º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B59 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 89 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.38 |
| HSL | 331.82º | 0.71% | 0.36% | - |
| HSV(B) | 331.82º | 0.83% | 0.62% | - |
| XYZ | 16.49 | 8.88 | 10.3 | - |
| YUV | 73.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 89 | 0 | 0.83 | 0.44 | 0.38 | 331.82 | 0.71 | 0.36 |
| Hex | 9F | 1B | 59 | 0 | 53 | 2C | 26 | 14C | 47 | 24 |
| Octal | 237 | 33 | 131 | 0 | 123 | 54 | 46 | 514 | 107 | 44 |
| Binary | 10011111 | 11011 | 1011001 | 0 | 1010011 | 101100 | 100110 | 101001100 | 1000111 | 100100 |
Color Harmonies of #9F1B59
Complementary color
Monochromatic Colors of #9F1B59
Black with #9F1B59
Text Example
Text Example
White with #9F1B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B59; }
p { color: rgb(159,27,89); }
H1.HeaderClassName
{
color: #9F1B59;
}
.AnyTagClassName
{
color: #9F1B59;
}
</style>
background-color css
<style>
a { background-color: #9F1B59; }
a { background-color: rgb(159,27,89); }
div.DivClassName
{
background-color: #9F1B59;
}
.BgClassName
{
background-color: #9F1B59;
}
</style>
border-color css
<style>
span { border-color: #9F1B59; }
span { border-color: rgb(159,27,89); }
td.TdClassName
{
border-color: #9F1B59;
}
.TagClassName
{
border-color: #9F1B59;
}
</style>