Shades of Jazzberry Jam #9A1147
Tints of Jazzberry Jam #9A1147
RGB
CMYK
RGB Variations
Color information
#9A1147 (or 0x9A1147) is known color: Jazzberry Jam. HEX triplet: 9A, 11 and 47. RGB value is (154,17,71). Sum of RGB (Red+Green+Blue) = 154+17+71=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1147 is #65EEB8. Grayscale: #404040. Windows color (decimal): -6680249 or 4657562. OLE color: 4657562.
HSL color Cylindrical-coordinate representation of color #9A1147: hue angle of 336.35º 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 #9A1147 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 71 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.40 |
| HSL | 336.35º | 0.8% | 0.34% | - |
| HSV(B) | 336.35º | 0.89% | 0.6% | - |
| XYZ | 14.66 | 7.73 | 6.68 | - |
| YUV | 64.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 71 | 0 | 0.89 | 0.54 | 0.40 | 336.35 | 0.8 | 0.34 |
| Hex | 9A | 11 | 47 | 0 | 59 | 36 | 28 | 150 | 50 | 22 |
| Octal | 232 | 21 | 107 | 0 | 131 | 66 | 50 | 520 | 120 | 42 |
| Binary | 10011010 | 10001 | 1000111 | 0 | 1011001 | 110110 | 101000 | 101010000 | 1010000 | 100010 |
Color Harmonies of #9A1147
Complementary color
Monochromatic Colors of #9A1147
Black with #9A1147
Text Example
Text Example
White with #9A1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1147; }
p { color: rgb(154,17,71); }
H1.HeaderClassName
{
color: #9A1147;
}
.AnyTagClassName
{
color: #9A1147;
}
</style>
background-color css
<style>
a { background-color: #9A1147; }
a { background-color: rgb(154,17,71); }
div.DivClassName
{
background-color: #9A1147;
}
.BgClassName
{
background-color: #9A1147;
}
</style>
border-color css
<style>
span { border-color: #9A1147; }
span { border-color: rgb(154,17,71); }
td.TdClassName
{
border-color: #9A1147;
}
.TagClassName
{
border-color: #9A1147;
}
</style>