Shades of Jazzberry Jam #971D6B
Tints of Jazzberry Jam #971D6B
RGB
CMYK
RGB Variations
Color information
#971D6B (or 0x971D6B) is known color: Jazzberry Jam. HEX triplet: 97, 1D and 6B. RGB value is (151,29,107). Sum of RGB (Red+Green+Blue) = 151+29+107=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #971D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D6B is #68E294. Grayscale: #4A4A4A. Windows color (decimal): -6873749 or 7019927. OLE color: 7019927.
HSL color Cylindrical-coordinate representation of color #971D6B: hue angle of 321.64º 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 #971D6B is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 107 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.41 |
| HSL | 321.64º | 0.68% | 0.35% | - |
| HSV(B) | 321.64º | 0.81% | 0.59% | - |
| XYZ | 15.86 | 8.52 | 14.72 | - |
| YUV | 74.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 107 | 0 | 0.81 | 0.29 | 0.41 | 321.64 | 0.68 | 0.35 |
| Hex | 97 | 1D | 6B | 0 | 51 | 1D | 29 | 142 | 44 | 23 |
| Octal | 227 | 35 | 153 | 0 | 121 | 35 | 51 | 502 | 104 | 43 |
| Binary | 10010111 | 11101 | 1101011 | 0 | 1010001 | 11101 | 101001 | 101000010 | 1000100 | 100011 |
Color Harmonies of #971D6B
Complementary color
Monochromatic Colors of #971D6B
Black with #971D6B
Text Example
Text Example
White with #971D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D6B; }
p { color: rgb(151,29,107); }
H1.HeaderClassName
{
color: #971D6B;
}
.AnyTagClassName
{
color: #971D6B;
}
</style>
background-color css
<style>
a { background-color: #971D6B; }
a { background-color: rgb(151,29,107); }
div.DivClassName
{
background-color: #971D6B;
}
.BgClassName
{
background-color: #971D6B;
}
</style>
border-color css
<style>
span { border-color: #971D6B; }
span { border-color: rgb(151,29,107); }
td.TdClassName
{
border-color: #971D6B;
}
.TagClassName
{
border-color: #971D6B;
}
</style>