Shades of Jazzberry Jam #9A0B4E
Tints of Jazzberry Jam #9A0B4E
RGB
CMYK
RGB Variations
Color information
#9A0B4E (or 0x9A0B4E) is known color: Jazzberry Jam. HEX triplet: 9A, 0B and 4E. RGB value is (154,11,78). Sum of RGB (Red+Green+Blue) = 154+11+78=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B4E is #65F4B1. Grayscale: #3D3D3D. Windows color (decimal): -6681778 or 5114778. OLE color: 5114778.
HSL color Cylindrical-coordinate representation of color #9A0B4E: hue angle of 331.89º 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 #9A0B4E is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 78 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.40 |
| HSL | 331.89º | 0.87% | 0.32% | - |
| HSV(B) | 331.89º | 0.93% | 0.6% | - |
| XYZ | 14.82 | 7.66 | 7.9 | - |
| YUV | 61.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 78 | 0 | 0.93 | 0.49 | 0.40 | 331.89 | 0.87 | 0.32 |
| Hex | 9A | B | 4E | 0 | 5D | 31 | 28 | 14C | 57 | 20 |
| Octal | 232 | 13 | 116 | 0 | 135 | 61 | 50 | 514 | 127 | 40 |
| Binary | 10011010 | 1011 | 1001110 | 0 | 1011101 | 110001 | 101000 | 101001100 | 1010111 | 100000 |
Color Harmonies of #9A0B4E
Complementary color
Monochromatic Colors of #9A0B4E
Black with #9A0B4E
Text Example
Text Example
White with #9A0B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B4E; }
p { color: rgb(154,11,78); }
H1.HeaderClassName
{
color: #9A0B4E;
}
.AnyTagClassName
{
color: #9A0B4E;
}
</style>
background-color css
<style>
a { background-color: #9A0B4E; }
a { background-color: rgb(154,11,78); }
div.DivClassName
{
background-color: #9A0B4E;
}
.BgClassName
{
background-color: #9A0B4E;
}
</style>
border-color css
<style>
span { border-color: #9A0B4E; }
span { border-color: rgb(154,11,78); }
td.TdClassName
{
border-color: #9A0B4E;
}
.TagClassName
{
border-color: #9A0B4E;
}
</style>