Shades of Jazzberry Jam #971D62
Tints of Jazzberry Jam #971D62
RGB
CMYK
RGB Variations
Color information
#971D62 (or 0x971D62) is known color: Jazzberry Jam. HEX triplet: 97, 1D and 62. RGB value is (151,29,98). Sum of RGB (Red+Green+Blue) = 151+29+98=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #971D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D62 is #68E29D. Grayscale: #494949. Windows color (decimal): -6873758 or 6430103. OLE color: 6430103.
HSL color Cylindrical-coordinate representation of color #971D62: hue angle of 326.07º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D62 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 98 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.41 |
| HSL | 326.07º | 0.68% | 0.35% | - |
| HSV(B) | 326.07º | 0.81% | 0.59% | - |
| XYZ | 15.41 | 8.34 | 12.35 | - |
| YUV | 73.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 98 | 0 | 0.81 | 0.35 | 0.41 | 326.07 | 0.68 | 0.35 |
| Hex | 97 | 1D | 62 | 0 | 51 | 23 | 29 | 146 | 44 | 23 |
| Octal | 227 | 35 | 142 | 0 | 121 | 43 | 51 | 506 | 104 | 43 |
| Binary | 10010111 | 11101 | 1100010 | 0 | 1010001 | 100011 | 101001 | 101000110 | 1000100 | 100011 |
Color Harmonies of #971D62
Complementary color
Monochromatic Colors of #971D62
Black with #971D62
Text Example
Text Example
White with #971D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D62; }
p { color: rgb(151,29,98); }
H1.HeaderClassName
{
color: #971D62;
}
.AnyTagClassName
{
color: #971D62;
}
</style>
background-color css
<style>
a { background-color: #971D62; }
a { background-color: rgb(151,29,98); }
div.DivClassName
{
background-color: #971D62;
}
.BgClassName
{
background-color: #971D62;
}
</style>
border-color css
<style>
span { border-color: #971D62; }
span { border-color: rgb(151,29,98); }
td.TdClassName
{
border-color: #971D62;
}
.TagClassName
{
border-color: #971D62;
}
</style>