Shades of Jazzberry Jam #9A1956
Tints of Jazzberry Jam #9A1956
RGB
CMYK
RGB Variations
Color information
#9A1956 (or 0x9A1956) is known color: Jazzberry Jam. HEX triplet: 9A, 19 and 56. RGB value is (154,25,86). Sum of RGB (Red+Green+Blue) = 154+25+86=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1956 is #65E6A9. Grayscale: #464646. Windows color (decimal): -6678186 or 5642650. OLE color: 5642650.
HSL color Cylindrical-coordinate representation of color #9A1956: hue angle of 331.63º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1956 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 86 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.40 |
| HSL | 331.63º | 0.72% | 0.35% | - |
| HSV(B) | 331.63º | 0.84% | 0.6% | - |
| XYZ | 15.35 | 8.24 | 9.58 | - |
| YUV | 70.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 86 | 0 | 0.84 | 0.44 | 0.40 | 331.63 | 0.72 | 0.35 |
| Hex | 9A | 19 | 56 | 0 | 54 | 2C | 28 | 14C | 48 | 23 |
| Octal | 232 | 31 | 126 | 0 | 124 | 54 | 50 | 514 | 110 | 43 |
| Binary | 10011010 | 11001 | 1010110 | 0 | 1010100 | 101100 | 101000 | 101001100 | 1001000 | 100011 |
Color Harmonies of #9A1956
Complementary color
Monochromatic Colors of #9A1956
Black with #9A1956
Text Example
Text Example
White with #9A1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1956; }
p { color: rgb(154,25,86); }
H1.HeaderClassName
{
color: #9A1956;
}
.AnyTagClassName
{
color: #9A1956;
}
</style>
background-color css
<style>
a { background-color: #9A1956; }
a { background-color: rgb(154,25,86); }
div.DivClassName
{
background-color: #9A1956;
}
.BgClassName
{
background-color: #9A1956;
}
</style>
border-color css
<style>
span { border-color: #9A1956; }
span { border-color: rgb(154,25,86); }
td.TdClassName
{
border-color: #9A1956;
}
.TagClassName
{
border-color: #9A1956;
}
</style>