Shades of Jazzberry Jam #9A1164
Tints of Jazzberry Jam #9A1164
RGB
CMYK
RGB Variations
Color information
#9A1164 (or 0x9A1164) is known color: Jazzberry Jam. HEX triplet: 9A, 11 and 64. RGB value is (154,17,100). Sum of RGB (Red+Green+Blue) = 154+17+100=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1164 is #65EE9B. Grayscale: #434343. Windows color (decimal): -6680220 or 6558106. OLE color: 6558106.
HSL color Cylindrical-coordinate representation of color #9A1164: hue angle of 323.65º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1164 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 100 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.40 |
| HSL | 323.65º | 0.8% | 0.34% | - |
| HSV(B) | 323.65º | 0.89% | 0.6% | - |
| XYZ | 15.83 | 8.19 | 12.8 | - |
| YUV | 67.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 100 | 0 | 0.89 | 0.35 | 0.40 | 323.65 | 0.8 | 0.34 |
| Hex | 9A | 11 | 64 | 0 | 59 | 23 | 28 | 144 | 50 | 22 |
| Octal | 232 | 21 | 144 | 0 | 131 | 43 | 50 | 504 | 120 | 42 |
| Binary | 10011010 | 10001 | 1100100 | 0 | 1011001 | 100011 | 101000 | 101000100 | 1010000 | 100010 |
Color Harmonies of #9A1164
Complementary color
Monochromatic Colors of #9A1164
Black with #9A1164
Text Example
Text Example
White with #9A1164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1164; }
p { color: rgb(154,17,100); }
H1.HeaderClassName
{
color: #9A1164;
}
.AnyTagClassName
{
color: #9A1164;
}
</style>
background-color css
<style>
a { background-color: #9A1164; }
a { background-color: rgb(154,17,100); }
div.DivClassName
{
background-color: #9A1164;
}
.BgClassName
{
background-color: #9A1164;
}
</style>
border-color css
<style>
span { border-color: #9A1164; }
span { border-color: rgb(154,17,100); }
td.TdClassName
{
border-color: #9A1164;
}
.TagClassName
{
border-color: #9A1164;
}
</style>