Shades of Jazzberry Jam #9A1965
Tints of Jazzberry Jam #9A1965
RGB
CMYK
RGB Variations
Color information
#9A1965 (or 0x9A1965) is known color: Jazzberry Jam. HEX triplet: 9A, 19 and 65. RGB value is (154,25,101). Sum of RGB (Red+Green+Blue) = 154+25+101=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1965 is #65E69A. Grayscale: #484848. Windows color (decimal): -6678171 or 6625690. OLE color: 6625690.
HSL color Cylindrical-coordinate representation of color #9A1965: hue angle of 324.65º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1965 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 101 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.40 |
| HSL | 324.65º | 0.72% | 0.35% | - |
| HSV(B) | 324.65º | 0.84% | 0.6% | - |
| XYZ | 16.02 | 8.5 | 13.11 | - |
| YUV | 72.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 101 | 0 | 0.84 | 0.34 | 0.40 | 324.65 | 0.72 | 0.35 |
| Hex | 9A | 19 | 65 | 0 | 54 | 22 | 28 | 145 | 48 | 23 |
| Octal | 232 | 31 | 145 | 0 | 124 | 42 | 50 | 505 | 110 | 43 |
| Binary | 10011010 | 11001 | 1100101 | 0 | 1010100 | 100010 | 101000 | 101000101 | 1001000 | 100011 |
Color Harmonies of #9A1965
Complementary color
Monochromatic Colors of #9A1965
Black with #9A1965
Text Example
Text Example
White with #9A1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1965; }
p { color: rgb(154,25,101); }
H1.HeaderClassName
{
color: #9A1965;
}
.AnyTagClassName
{
color: #9A1965;
}
</style>
background-color css
<style>
a { background-color: #9A1965; }
a { background-color: rgb(154,25,101); }
div.DivClassName
{
background-color: #9A1965;
}
.BgClassName
{
background-color: #9A1965;
}
</style>
border-color css
<style>
span { border-color: #9A1965; }
span { border-color: rgb(154,25,101); }
td.TdClassName
{
border-color: #9A1965;
}
.TagClassName
{
border-color: #9A1965;
}
</style>