Shades of Jazzberry Jam #971565
Tints of Jazzberry Jam #971565
RGB
CMYK
RGB Variations
Color information
#971565 (or 0x971565) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 65. RGB value is (151,21,101). Sum of RGB (Red+Green+Blue) = 151+21+101=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #971565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971565 is #68EA9A. Grayscale: #444444. Windows color (decimal): -6875803 or 6624663. OLE color: 6624663.
HSL color Cylindrical-coordinate representation of color #971565: hue angle of 323.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971565 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 101 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.41 |
| HSL | 323.08º | 0.76% | 0.34% | - |
| HSV(B) | 323.08º | 0.86% | 0.59% | - |
| XYZ | 15.38 | 8.06 | 13.06 | - |
| YUV | 68.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 101 | 0 | 0.86 | 0.33 | 0.41 | 323.08 | 0.76 | 0.34 |
| Hex | 97 | 15 | 65 | 0 | 56 | 21 | 29 | 143 | 4C | 22 |
| Octal | 227 | 25 | 145 | 0 | 126 | 41 | 51 | 503 | 114 | 42 |
| Binary | 10010111 | 10101 | 1100101 | 0 | 1010110 | 100001 | 101001 | 101000011 | 1001100 | 100010 |
Color Harmonies of #971565
Complementary color
Monochromatic Colors of #971565
Black with #971565
Text Example
Text Example
White with #971565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971565; }
p { color: rgb(151,21,101); }
H1.HeaderClassName
{
color: #971565;
}
.AnyTagClassName
{
color: #971565;
}
</style>
background-color css
<style>
a { background-color: #971565; }
a { background-color: rgb(151,21,101); }
div.DivClassName
{
background-color: #971565;
}
.BgClassName
{
background-color: #971565;
}
</style>
border-color css
<style>
span { border-color: #971565; }
span { border-color: rgb(151,21,101); }
td.TdClassName
{
border-color: #971565;
}
.TagClassName
{
border-color: #971565;
}
</style>