Shades of Jazzberry Jam #9A1856
Tints of Jazzberry Jam #9A1856
RGB
CMYK
RGB Variations
Color information
#9A1856 (or 0x9A1856) is known color: Jazzberry Jam. HEX triplet: 9A, 18 and 56. RGB value is (154,24,86). Sum of RGB (Red+Green+Blue) = 154+24+86=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1856 is #65E7A9. Grayscale: #454545. Windows color (decimal): -6678442 or 5642394. OLE color: 5642394.
HSL color Cylindrical-coordinate representation of color #9A1856: hue angle of 331.38º degrees, saturation: 0.73, 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 #9A1856 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 86 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.40 |
| HSL | 331.38º | 0.73% | 0.35% | - |
| HSV(B) | 331.38º | 0.84% | 0.6% | - |
| XYZ | 15.33 | 8.2 | 9.58 | - |
| YUV | 69.94 | 137.07 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 86 | 0 | 0.84 | 0.44 | 0.40 | 331.38 | 0.73 | 0.35 |
| Hex | 9A | 18 | 56 | 0 | 54 | 2C | 28 | 14B | 49 | 23 |
| Octal | 232 | 30 | 126 | 0 | 124 | 54 | 50 | 513 | 111 | 43 |
| Binary | 10011010 | 11000 | 1010110 | 0 | 1010100 | 101100 | 101000 | 101001011 | 1001001 | 100011 |
Color Harmonies of #9A1856
Complementary color
Monochromatic Colors of #9A1856
Black with #9A1856
Text Example
Text Example
White with #9A1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1856; }
p { color: rgb(154,24,86); }
H1.HeaderClassName
{
color: #9A1856;
}
.AnyTagClassName
{
color: #9A1856;
}
</style>
background-color css
<style>
a { background-color: #9A1856; }
a { background-color: rgb(154,24,86); }
div.DivClassName
{
background-color: #9A1856;
}
.BgClassName
{
background-color: #9A1856;
}
</style>
border-color css
<style>
span { border-color: #9A1856; }
span { border-color: rgb(154,24,86); }
td.TdClassName
{
border-color: #9A1856;
}
.TagClassName
{
border-color: #9A1856;
}
</style>