Shades of Jazzberry Jam #9A1963
Tints of Jazzberry Jam #9A1963
RGB
CMYK
RGB Variations
Color information
#9A1963 (or 0x9A1963) is known color: Jazzberry Jam. HEX triplet: 9A, 19 and 63. RGB value is (154,25,99). Sum of RGB (Red+Green+Blue) = 154+25+99=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1963 is #65E69C. Grayscale: #474747. Windows color (decimal): -6678173 or 6494618. OLE color: 6494618.
HSL color Cylindrical-coordinate representation of color #9A1963: hue angle of 325.58º 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 #9A1963 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 99 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.40 |
| HSL | 325.58º | 0.72% | 0.35% | - |
| HSV(B) | 325.58º | 0.84% | 0.6% | - |
| XYZ | 15.93 | 8.47 | 12.6 | - |
| YUV | 72.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 99 | 0 | 0.84 | 0.36 | 0.40 | 325.58 | 0.72 | 0.35 |
| Hex | 9A | 19 | 63 | 0 | 54 | 24 | 28 | 146 | 48 | 23 |
| Octal | 232 | 31 | 143 | 0 | 124 | 44 | 50 | 506 | 110 | 43 |
| Binary | 10011010 | 11001 | 1100011 | 0 | 1010100 | 100100 | 101000 | 101000110 | 1001000 | 100011 |
Color Harmonies of #9A1963
Complementary color
Monochromatic Colors of #9A1963
Black with #9A1963
Text Example
Text Example
White with #9A1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1963; }
p { color: rgb(154,25,99); }
H1.HeaderClassName
{
color: #9A1963;
}
.AnyTagClassName
{
color: #9A1963;
}
</style>
background-color css
<style>
a { background-color: #9A1963; }
a { background-color: rgb(154,25,99); }
div.DivClassName
{
background-color: #9A1963;
}
.BgClassName
{
background-color: #9A1963;
}
</style>
border-color css
<style>
span { border-color: #9A1963; }
span { border-color: rgb(154,25,99); }
td.TdClassName
{
border-color: #9A1963;
}
.TagClassName
{
border-color: #9A1963;
}
</style>