Shades of Jazzberry Jam #9A1159
Tints of Jazzberry Jam #9A1159
RGB
CMYK
RGB Variations
Color information
#9A1159 (or 0x9A1159) is known color: Jazzberry Jam. HEX triplet: 9A, 11 and 59. RGB value is (154,17,89). Sum of RGB (Red+Green+Blue) = 154+17+89=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1159 is #65EEA6. Grayscale: #424242. Windows color (decimal): -6680231 or 5837210. OLE color: 5837210.
HSL color Cylindrical-coordinate representation of color #9A1159: hue angle of 328.47º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1159 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 89 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.40 |
| HSL | 328.47º | 0.8% | 0.34% | - |
| HSV(B) | 328.47º | 0.89% | 0.6% | - |
| XYZ | 15.33 | 7.99 | 10.19 | - |
| YUV | 66.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 89 | 0 | 0.89 | 0.42 | 0.40 | 328.47 | 0.8 | 0.34 |
| Hex | 9A | 11 | 59 | 0 | 59 | 2A | 28 | 148 | 50 | 22 |
| Octal | 232 | 21 | 131 | 0 | 131 | 52 | 50 | 510 | 120 | 42 |
| Binary | 10011010 | 10001 | 1011001 | 0 | 1011001 | 101010 | 101000 | 101001000 | 1010000 | 100010 |
Color Harmonies of #9A1159
Complementary color
Monochromatic Colors of #9A1159
Black with #9A1159
Text Example
Text Example
White with #9A1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1159; }
p { color: rgb(154,17,89); }
H1.HeaderClassName
{
color: #9A1159;
}
.AnyTagClassName
{
color: #9A1159;
}
</style>
background-color css
<style>
a { background-color: #9A1159; }
a { background-color: rgb(154,17,89); }
div.DivClassName
{
background-color: #9A1159;
}
.BgClassName
{
background-color: #9A1159;
}
</style>
border-color css
<style>
span { border-color: #9A1159; }
span { border-color: rgb(154,17,89); }
td.TdClassName
{
border-color: #9A1159;
}
.TagClassName
{
border-color: #9A1159;
}
</style>