Shades of Jazzberry Jam #9A1361
Tints of Jazzberry Jam #9A1361
RGB
CMYK
RGB Variations
Color information
#9A1361 (or 0x9A1361) is known color: Jazzberry Jam. HEX triplet: 9A, 13 and 61. RGB value is (154,19,97). Sum of RGB (Red+Green+Blue) = 154+19+97=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1361 is #65EC9E. Grayscale: #444444. Windows color (decimal): -6679711 or 6362010. OLE color: 6362010.
HSL color Cylindrical-coordinate representation of color #9A1361: hue angle of 325.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1361 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 97 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.40 |
| HSL | 325.33º | 0.78% | 0.34% | - |
| HSV(B) | 325.33º | 0.88% | 0.6% | - |
| XYZ | 15.72 | 8.2 | 12.06 | - |
| YUV | 68.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 97 | 0 | 0.88 | 0.37 | 0.40 | 325.33 | 0.78 | 0.34 |
| Hex | 9A | 13 | 61 | 0 | 58 | 25 | 28 | 145 | 4E | 22 |
| Octal | 232 | 23 | 141 | 0 | 130 | 45 | 50 | 505 | 116 | 42 |
| Binary | 10011010 | 10011 | 1100001 | 0 | 1011000 | 100101 | 101000 | 101000101 | 1001110 | 100010 |
Color Harmonies of #9A1361
Complementary color
Monochromatic Colors of #9A1361
Black with #9A1361
Text Example
Text Example
White with #9A1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1361; }
p { color: rgb(154,19,97); }
H1.HeaderClassName
{
color: #9A1361;
}
.AnyTagClassName
{
color: #9A1361;
}
</style>
background-color css
<style>
a { background-color: #9A1361; }
a { background-color: rgb(154,19,97); }
div.DivClassName
{
background-color: #9A1361;
}
.BgClassName
{
background-color: #9A1361;
}
</style>
border-color css
<style>
span { border-color: #9A1361; }
span { border-color: rgb(154,19,97); }
td.TdClassName
{
border-color: #9A1361;
}
.TagClassName
{
border-color: #9A1361;
}
</style>