Shades of Jazzberry Jam #9A0B5F
Tints of Jazzberry Jam #9A0B5F
RGB
CMYK
RGB Variations
Color information
#9A0B5F (or 0x9A0B5F) is known color: Jazzberry Jam. HEX triplet: 9A, 0B and 5F. RGB value is (154,11,95). Sum of RGB (Red+Green+Blue) = 154+11+95=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B5F is #65F4A0. Grayscale: #3F3F3F. Windows color (decimal): -6681761 or 6228890. OLE color: 6228890.
HSL color Cylindrical-coordinate representation of color #9A0B5F: hue angle of 324.76º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B5F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 95 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.40 |
| HSL | 324.76º | 0.87% | 0.32% | - |
| HSV(B) | 324.76º | 0.93% | 0.6% | - |
| XYZ | 15.51 | 7.94 | 11.54 | - |
| YUV | 63.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 95 | 0 | 0.93 | 0.38 | 0.40 | 324.76 | 0.87 | 0.32 |
| Hex | 9A | B | 5F | 0 | 5D | 26 | 28 | 145 | 57 | 20 |
| Octal | 232 | 13 | 137 | 0 | 135 | 46 | 50 | 505 | 127 | 40 |
| Binary | 10011010 | 1011 | 1011111 | 0 | 1011101 | 100110 | 101000 | 101000101 | 1010111 | 100000 |
Color Harmonies of #9A0B5F
Complementary color
Monochromatic Colors of #9A0B5F
Black with #9A0B5F
Text Example
Text Example
White with #9A0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B5F; }
p { color: rgb(154,11,95); }
H1.HeaderClassName
{
color: #9A0B5F;
}
.AnyTagClassName
{
color: #9A0B5F;
}
</style>
background-color css
<style>
a { background-color: #9A0B5F; }
a { background-color: rgb(154,11,95); }
div.DivClassName
{
background-color: #9A0B5F;
}
.BgClassName
{
background-color: #9A0B5F;
}
</style>
border-color css
<style>
span { border-color: #9A0B5F; }
span { border-color: rgb(154,11,95); }
td.TdClassName
{
border-color: #9A0B5F;
}
.TagClassName
{
border-color: #9A0B5F;
}
</style>