Shades of Jazzberry Jam #971262
Tints of Jazzberry Jam #971262
RGB
CMYK
RGB Variations
Color information
#971262 (or 0x971262) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 62. RGB value is (151,18,98). Sum of RGB (Red+Green+Blue) = 151+18+98=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #971262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971262 is #68ED9D. Grayscale: #424242. Windows color (decimal): -6876574 or 6427287. OLE color: 6427287.
HSL color Cylindrical-coordinate representation of color #971262: hue angle of 323.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971262 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 98 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.41 |
| HSL | 323.91º | 0.79% | 0.33% | - |
| HSV(B) | 323.91º | 0.88% | 0.59% | - |
| XYZ | 15.18 | 7.89 | 12.28 | - |
| YUV | 66.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 98 | 0 | 0.88 | 0.35 | 0.41 | 323.91 | 0.79 | 0.33 |
| Hex | 97 | 12 | 62 | 0 | 58 | 23 | 29 | 144 | 4F | 21 |
| Octal | 227 | 22 | 142 | 0 | 130 | 43 | 51 | 504 | 117 | 41 |
| Binary | 10010111 | 10010 | 1100010 | 0 | 1011000 | 100011 | 101001 | 101000100 | 1001111 | 100001 |
Color Harmonies of #971262
Complementary color
Monochromatic Colors of #971262
Black with #971262
Text Example
Text Example
White with #971262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971262; }
p { color: rgb(151,18,98); }
H1.HeaderClassName
{
color: #971262;
}
.AnyTagClassName
{
color: #971262;
}
</style>
background-color css
<style>
a { background-color: #971262; }
a { background-color: rgb(151,18,98); }
div.DivClassName
{
background-color: #971262;
}
.BgClassName
{
background-color: #971262;
}
</style>
border-color css
<style>
span { border-color: #971262; }
span { border-color: rgb(151,18,98); }
td.TdClassName
{
border-color: #971262;
}
.TagClassName
{
border-color: #971262;
}
</style>