Shades of Jazzberry Jam #9A1551
Tints of Jazzberry Jam #9A1551
RGB
CMYK
RGB Variations
Color information
#9A1551 (or 0x9A1551) is known color: Jazzberry Jam. HEX triplet: 9A, 15 and 51. RGB value is (154,21,81). Sum of RGB (Red+Green+Blue) = 154+21+81=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1551 is #65EAAE. Grayscale: #434343. Windows color (decimal): -6679215 or 5313946. OLE color: 5313946.
HSL color Cylindrical-coordinate representation of color #9A1551: hue angle of 332.93º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1551 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 81 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.40 |
| HSL | 332.93º | 0.76% | 0.34% | - |
| HSV(B) | 332.93º | 0.86% | 0.6% | - |
| XYZ | 15.08 | 8 | 8.53 | - |
| YUV | 67.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 81 | 0 | 0.86 | 0.47 | 0.40 | 332.93 | 0.76 | 0.34 |
| Hex | 9A | 15 | 51 | 0 | 56 | 2F | 28 | 14D | 4C | 22 |
| Octal | 232 | 25 | 121 | 0 | 126 | 57 | 50 | 515 | 114 | 42 |
| Binary | 10011010 | 10101 | 1010001 | 0 | 1010110 | 101111 | 101000 | 101001101 | 1001100 | 100010 |
Color Harmonies of #9A1551
Complementary color
Monochromatic Colors of #9A1551
Black with #9A1551
Text Example
Text Example
White with #9A1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1551; }
p { color: rgb(154,21,81); }
H1.HeaderClassName
{
color: #9A1551;
}
.AnyTagClassName
{
color: #9A1551;
}
</style>
background-color css
<style>
a { background-color: #9A1551; }
a { background-color: rgb(154,21,81); }
div.DivClassName
{
background-color: #9A1551;
}
.BgClassName
{
background-color: #9A1551;
}
</style>
border-color css
<style>
span { border-color: #9A1551; }
span { border-color: rgb(154,21,81); }
td.TdClassName
{
border-color: #9A1551;
}
.TagClassName
{
border-color: #9A1551;
}
</style>