Shades of Jazzberry Jam #9A1351
Tints of Jazzberry Jam #9A1351
RGB
CMYK
RGB Variations
Color information
#9A1351 (or 0x9A1351) is known color: Jazzberry Jam. HEX triplet: 9A, 13 and 51. RGB value is (154,19,81). Sum of RGB (Red+Green+Blue) = 154+19+81=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1351 is #65ECAE. Grayscale: #424242. Windows color (decimal): -6679727 or 5313434. OLE color: 5313434.
HSL color Cylindrical-coordinate representation of color #9A1351: hue angle of 332.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1351 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 81 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.40 |
| HSL | 332.44º | 0.78% | 0.34% | - |
| HSV(B) | 332.44º | 0.88% | 0.6% | - |
| XYZ | 15.04 | 7.93 | 8.52 | - |
| YUV | 66.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 81 | 0 | 0.88 | 0.47 | 0.40 | 332.44 | 0.78 | 0.34 |
| Hex | 9A | 13 | 51 | 0 | 58 | 2F | 28 | 14C | 4E | 22 |
| Octal | 232 | 23 | 121 | 0 | 130 | 57 | 50 | 514 | 116 | 42 |
| Binary | 10011010 | 10011 | 1010001 | 0 | 1011000 | 101111 | 101000 | 101001100 | 1001110 | 100010 |
Color Harmonies of #9A1351
Complementary color
Monochromatic Colors of #9A1351
Black with #9A1351
Text Example
Text Example
White with #9A1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1351; }
p { color: rgb(154,19,81); }
H1.HeaderClassName
{
color: #9A1351;
}
.AnyTagClassName
{
color: #9A1351;
}
</style>
background-color css
<style>
a { background-color: #9A1351; }
a { background-color: rgb(154,19,81); }
div.DivClassName
{
background-color: #9A1351;
}
.BgClassName
{
background-color: #9A1351;
}
</style>
border-color css
<style>
span { border-color: #9A1351; }
span { border-color: rgb(154,19,81); }
td.TdClassName
{
border-color: #9A1351;
}
.TagClassName
{
border-color: #9A1351;
}
</style>