Shades of Jazzberry Jam #971B68
Tints of Jazzberry Jam #971B68
RGB
CMYK
RGB Variations
Color information
#971B68 (or 0x971B68) is known color: Jazzberry Jam. HEX triplet: 97, 1B and 68. RGB value is (151,27,104). Sum of RGB (Red+Green+Blue) = 151+27+104=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #971B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B68 is #68E497. Grayscale: #484848. Windows color (decimal): -6874264 or 6822807. OLE color: 6822807.
HSL color Cylindrical-coordinate representation of color #971B68: hue angle of 322.74º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B68 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 104 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.41 |
| HSL | 322.74º | 0.7% | 0.35% | - |
| HSV(B) | 322.74º | 0.82% | 0.59% | - |
| XYZ | 15.65 | 8.36 | 13.89 | - |
| YUV | 72.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 104 | 0 | 0.82 | 0.31 | 0.41 | 322.74 | 0.7 | 0.35 |
| Hex | 97 | 1B | 68 | 0 | 52 | 1F | 29 | 143 | 46 | 23 |
| Octal | 227 | 33 | 150 | 0 | 122 | 37 | 51 | 503 | 106 | 43 |
| Binary | 10010111 | 11011 | 1101000 | 0 | 1010010 | 11111 | 101001 | 101000011 | 1000110 | 100011 |
Color Harmonies of #971B68
Complementary color
Monochromatic Colors of #971B68
Black with #971B68
Text Example
Text Example
White with #971B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B68; }
p { color: rgb(151,27,104); }
H1.HeaderClassName
{
color: #971B68;
}
.AnyTagClassName
{
color: #971B68;
}
</style>
background-color css
<style>
a { background-color: #971B68; }
a { background-color: rgb(151,27,104); }
div.DivClassName
{
background-color: #971B68;
}
.BgClassName
{
background-color: #971B68;
}
</style>
border-color css
<style>
span { border-color: #971B68; }
span { border-color: rgb(151,27,104); }
td.TdClassName
{
border-color: #971B68;
}
.TagClassName
{
border-color: #971B68;
}
</style>