Shades of Jazzberry Jam #9A1358
Tints of Jazzberry Jam #9A1358
RGB
CMYK
RGB Variations
Color information
#9A1358 (or 0x9A1358) is known color: Jazzberry Jam. HEX triplet: 9A, 13 and 58. RGB value is (154,19,88). Sum of RGB (Red+Green+Blue) = 154+19+88=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1358 is #65ECA7. Grayscale: #434343. Windows color (decimal): -6679720 or 5772186. OLE color: 5772186.
HSL color Cylindrical-coordinate representation of color #9A1358: hue angle of 329.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 #9A1358 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 88 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.40 |
| HSL | 329.33º | 0.78% | 0.34% | - |
| HSV(B) | 329.33º | 0.88% | 0.6% | - |
| XYZ | 15.32 | 8.04 | 9.98 | - |
| YUV | 67.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 88 | 0 | 0.88 | 0.43 | 0.40 | 329.33 | 0.78 | 0.34 |
| Hex | 9A | 13 | 58 | 0 | 58 | 2B | 28 | 149 | 4E | 22 |
| Octal | 232 | 23 | 130 | 0 | 130 | 53 | 50 | 511 | 116 | 42 |
| Binary | 10011010 | 10011 | 1011000 | 0 | 1011000 | 101011 | 101000 | 101001001 | 1001110 | 100010 |
Color Harmonies of #9A1358
Complementary color
Monochromatic Colors of #9A1358
Black with #9A1358
Text Example
Text Example
White with #9A1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1358; }
p { color: rgb(154,19,88); }
H1.HeaderClassName
{
color: #9A1358;
}
.AnyTagClassName
{
color: #9A1358;
}
</style>
background-color css
<style>
a { background-color: #9A1358; }
a { background-color: rgb(154,19,88); }
div.DivClassName
{
background-color: #9A1358;
}
.BgClassName
{
background-color: #9A1358;
}
</style>
border-color css
<style>
span { border-color: #9A1358; }
span { border-color: rgb(154,19,88); }
td.TdClassName
{
border-color: #9A1358;
}
.TagClassName
{
border-color: #9A1358;
}
</style>