Shades of Jazzberry Jam #9A1559
Tints of Jazzberry Jam #9A1559
RGB
CMYK
RGB Variations
Color information
#9A1559 (or 0x9A1559) is known color: Jazzberry Jam. HEX triplet: 9A, 15 and 59. RGB value is (154,21,89). Sum of RGB (Red+Green+Blue) = 154+21+89=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1559 is #65EAA6. Grayscale: #444444. Windows color (decimal): -6679207 or 5838234. OLE color: 5838234.
HSL color Cylindrical-coordinate representation of color #9A1559: hue angle of 329.32º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1559 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 89 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.40 |
| HSL | 329.32º | 0.76% | 0.34% | - |
| HSV(B) | 329.32º | 0.86% | 0.6% | - |
| XYZ | 15.4 | 8.13 | 10.21 | - |
| YUV | 68.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 89 | 0 | 0.86 | 0.42 | 0.40 | 329.32 | 0.76 | 0.34 |
| Hex | 9A | 15 | 59 | 0 | 56 | 2A | 28 | 149 | 4C | 22 |
| Octal | 232 | 25 | 131 | 0 | 126 | 52 | 50 | 511 | 114 | 42 |
| Binary | 10011010 | 10101 | 1011001 | 0 | 1010110 | 101010 | 101000 | 101001001 | 1001100 | 100010 |
Color Harmonies of #9A1559
Complementary color
Monochromatic Colors of #9A1559
Black with #9A1559
Text Example
Text Example
White with #9A1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1559; }
p { color: rgb(154,21,89); }
H1.HeaderClassName
{
color: #9A1559;
}
.AnyTagClassName
{
color: #9A1559;
}
</style>
background-color css
<style>
a { background-color: #9A1559; }
a { background-color: rgb(154,21,89); }
div.DivClassName
{
background-color: #9A1559;
}
.BgClassName
{
background-color: #9A1559;
}
</style>
border-color css
<style>
span { border-color: #9A1559; }
span { border-color: rgb(154,21,89); }
td.TdClassName
{
border-color: #9A1559;
}
.TagClassName
{
border-color: #9A1559;
}
</style>