Shades of Jazzberry Jam #9A1764
Tints of Jazzberry Jam #9A1764
RGB
CMYK
RGB Variations
Color information
#9A1764 (or 0x9A1764) is known color: Jazzberry Jam. HEX triplet: 9A, 17 and 64. RGB value is (154,23,100). Sum of RGB (Red+Green+Blue) = 154+23+100=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1764 is #65E89B. Grayscale: #464646. Windows color (decimal): -6678684 or 6559642. OLE color: 6559642.
HSL color Cylindrical-coordinate representation of color #9A1764: hue angle of 324.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1764 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 100 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.40 |
| HSL | 324.73º | 0.74% | 0.35% | - |
| HSV(B) | 324.73º | 0.85% | 0.6% | - |
| XYZ | 15.93 | 8.4 | 12.84 | - |
| YUV | 70.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 100 | 0 | 0.85 | 0.35 | 0.40 | 324.73 | 0.74 | 0.35 |
| Hex | 9A | 17 | 64 | 0 | 55 | 23 | 28 | 145 | 4A | 23 |
| Octal | 232 | 27 | 144 | 0 | 125 | 43 | 50 | 505 | 112 | 43 |
| Binary | 10011010 | 10111 | 1100100 | 0 | 1010101 | 100011 | 101000 | 101000101 | 1001010 | 100011 |
Color Harmonies of #9A1764
Complementary color
Monochromatic Colors of #9A1764
Black with #9A1764
Text Example
Text Example
White with #9A1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1764; }
p { color: rgb(154,23,100); }
H1.HeaderClassName
{
color: #9A1764;
}
.AnyTagClassName
{
color: #9A1764;
}
</style>
background-color css
<style>
a { background-color: #9A1764; }
a { background-color: rgb(154,23,100); }
div.DivClassName
{
background-color: #9A1764;
}
.BgClassName
{
background-color: #9A1764;
}
</style>
border-color css
<style>
span { border-color: #9A1764; }
span { border-color: rgb(154,23,100); }
td.TdClassName
{
border-color: #9A1764;
}
.TagClassName
{
border-color: #9A1764;
}
</style>