Shades of Jazzberry Jam #9A0941
Tints of Jazzberry Jam #9A0941
RGB
CMYK
RGB Variations
Color information
#9A0941 (or 0x9A0941) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 41. RGB value is (154,9,65). Sum of RGB (Red+Green+Blue) = 154+9+65=228 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.54% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0941 is #65F6BE. Grayscale: #3A3A3A. Windows color (decimal): -6682303 or 4262298. OLE color: 4262298.
HSL color Cylindrical-coordinate representation of color #9A0941: hue angle of 336.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0941 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 65 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.40 |
| HSL | 336.83º | 0.89% | 0.32% | - |
| HSV(B) | 336.83º | 0.94% | 0.6% | - |
| XYZ | 14.38 | 7.45 | 5.68 | - |
| YUV | 58.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 65 | 0 | 0.94 | 0.58 | 0.40 | 336.83 | 0.89 | 0.32 |
| Hex | 9A | 9 | 41 | 0 | 5E | 3A | 28 | 151 | 59 | 20 |
| Octal | 232 | 11 | 101 | 0 | 136 | 72 | 50 | 521 | 131 | 40 |
| Binary | 10011010 | 1001 | 1000001 | 0 | 1011110 | 111010 | 101000 | 101010001 | 1011001 | 100000 |
Color Harmonies of #9A0941
Complementary color
Monochromatic Colors of #9A0941
Black with #9A0941
Text Example
Text Example
White with #9A0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0941; }
p { color: rgb(154,9,65); }
H1.HeaderClassName
{
color: #9A0941;
}
.AnyTagClassName
{
color: #9A0941;
}
</style>
background-color css
<style>
a { background-color: #9A0941; }
a { background-color: rgb(154,9,65); }
div.DivClassName
{
background-color: #9A0941;
}
.BgClassName
{
background-color: #9A0941;
}
</style>
border-color css
<style>
span { border-color: #9A0941; }
span { border-color: rgb(154,9,65); }
td.TdClassName
{
border-color: #9A0941;
}
.TagClassName
{
border-color: #9A0941;
}
</style>