Shades of Jazzberry Jam #9A1064
Tints of Jazzberry Jam #9A1064
RGB
CMYK
RGB Variations
Color information
#9A1064 (or 0x9A1064) is known color: Jazzberry Jam. HEX triplet: 9A, 10 and 64. RGB value is (154,16,100). Sum of RGB (Red+Green+Blue) = 154+16+100=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1064 is #65EF9B. Grayscale: #424242. Windows color (decimal): -6680476 or 6557850. OLE color: 6557850.
HSL color Cylindrical-coordinate representation of color #9A1064: hue angle of 323.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1064 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 100 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.40 |
| HSL | 323.48º | 0.81% | 0.33% | - |
| HSV(B) | 323.48º | 0.9% | 0.6% | - |
| XYZ | 15.81 | 8.16 | 12.8 | - |
| YUV | 66.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 100 | 0 | 0.90 | 0.35 | 0.40 | 323.48 | 0.81 | 0.33 |
| Hex | 9A | 10 | 64 | 0 | 5A | 23 | 28 | 143 | 51 | 21 |
| Octal | 232 | 20 | 144 | 0 | 132 | 43 | 50 | 503 | 121 | 41 |
| Binary | 10011010 | 10000 | 1100100 | 0 | 1011010 | 100011 | 101000 | 101000011 | 1010001 | 100001 |
Color Harmonies of #9A1064
Complementary color
Monochromatic Colors of #9A1064
Black with #9A1064
Text Example
Text Example
White with #9A1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1064; }
p { color: rgb(154,16,100); }
H1.HeaderClassName
{
color: #9A1064;
}
.AnyTagClassName
{
color: #9A1064;
}
</style>
background-color css
<style>
a { background-color: #9A1064; }
a { background-color: rgb(154,16,100); }
div.DivClassName
{
background-color: #9A1064;
}
.BgClassName
{
background-color: #9A1064;
}
</style>
border-color css
<style>
span { border-color: #9A1064; }
span { border-color: rgb(154,16,100); }
td.TdClassName
{
border-color: #9A1064;
}
.TagClassName
{
border-color: #9A1064;
}
</style>