Shades of Jazzberry Jam #9A0441
Tints of Jazzberry Jam #9A0441
RGB
CMYK
RGB Variations
Color information
#9A0441 (or 0x9A0441) is known color: Jazzberry Jam. HEX triplet: 9A, 04 and 41. RGB value is (154,4,65). Sum of RGB (Red+Green+Blue) = 154+4+65=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0441 is #65FBBE. Grayscale: #373737. Windows color (decimal): -6683583 or 4261018. OLE color: 4261018.
HSL color Cylindrical-coordinate representation of color #9A0441: hue angle of 335.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0441 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 65 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.40 |
| HSL | 335.6º | 0.95% | 0.31% | - |
| HSV(B) | 335.6º | 0.97% | 0.6% | - |
| XYZ | 14.32 | 7.34 | 5.66 | - |
| YUV | 55.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 65 | 0 | 0.97 | 0.58 | 0.40 | 335.6 | 0.95 | 0.31 |
| Hex | 9A | 4 | 41 | 0 | 61 | 3A | 28 | 150 | 5F | 1F |
| Octal | 232 | 4 | 101 | 0 | 141 | 72 | 50 | 520 | 137 | 37 |
| Binary | 10011010 | 100 | 1000001 | 0 | 1100001 | 111010 | 101000 | 101010000 | 1011111 | 11111 |
Color Harmonies of #9A0441
Complementary color
Monochromatic Colors of #9A0441
Black with #9A0441
Text Example
Text Example
White with #9A0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0441; }
p { color: rgb(154,4,65); }
H1.HeaderClassName
{
color: #9A0441;
}
.AnyTagClassName
{
color: #9A0441;
}
</style>
background-color css
<style>
a { background-color: #9A0441; }
a { background-color: rgb(154,4,65); }
div.DivClassName
{
background-color: #9A0441;
}
.BgClassName
{
background-color: #9A0441;
}
</style>
border-color css
<style>
span { border-color: #9A0441; }
span { border-color: rgb(154,4,65); }
td.TdClassName
{
border-color: #9A0441;
}
.TagClassName
{
border-color: #9A0441;
}
</style>