Shades of Jazzberry Jam #9A1B64
Tints of Jazzberry Jam #9A1B64
RGB
CMYK
RGB Variations
Color information
#9A1B64 (or 0x9A1B64) is known color: Jazzberry Jam. HEX triplet: 9A, 1B and 64. RGB value is (154,27,100). Sum of RGB (Red+Green+Blue) = 154+27+100=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1B64 is #65E49B. Grayscale: #494949. Windows color (decimal): -6677660 or 6560666. OLE color: 6560666.
HSL color Cylindrical-coordinate representation of color #9A1B64: hue angle of 325.51º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B64 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 100 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.40 |
| HSL | 325.51º | 0.7% | 0.35% | - |
| HSV(B) | 325.51º | 0.82% | 0.6% | - |
| XYZ | 16.02 | 8.57 | 12.87 | - |
| YUV | 73.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 100 | 0 | 0.82 | 0.35 | 0.40 | 325.51 | 0.7 | 0.35 |
| Hex | 9A | 1B | 64 | 0 | 52 | 23 | 28 | 146 | 46 | 23 |
| Octal | 232 | 33 | 144 | 0 | 122 | 43 | 50 | 506 | 106 | 43 |
| Binary | 10011010 | 11011 | 1100100 | 0 | 1010010 | 100011 | 101000 | 101000110 | 1000110 | 100011 |
Color Harmonies of #9A1B64
Complementary color
Monochromatic Colors of #9A1B64
Black with #9A1B64
Text Example
Text Example
White with #9A1B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B64; }
p { color: rgb(154,27,100); }
H1.HeaderClassName
{
color: #9A1B64;
}
.AnyTagClassName
{
color: #9A1B64;
}
</style>
background-color css
<style>
a { background-color: #9A1B64; }
a { background-color: rgb(154,27,100); }
div.DivClassName
{
background-color: #9A1B64;
}
.BgClassName
{
background-color: #9A1B64;
}
</style>
border-color css
<style>
span { border-color: #9A1B64; }
span { border-color: rgb(154,27,100); }
td.TdClassName
{
border-color: #9A1B64;
}
.TagClassName
{
border-color: #9A1B64;
}
</style>