Shades of Jazzberry Jam #941657
Tints of Jazzberry Jam #941657
RGB
CMYK
RGB Variations
Color information
#941657 (or 0x941657) is known color: Jazzberry Jam. HEX triplet: 94, 16 and 57. RGB value is (148,22,87). Sum of RGB (Red+Green+Blue) = 148+22+87=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #941657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941657 is #6BE9A8. Grayscale: #424242. Windows color (decimal): -7072169 or 5707412. OLE color: 5707412.
HSL color Cylindrical-coordinate representation of color #941657: hue angle of 329.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941657 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 87 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.42 |
| HSL | 329.05º | 0.74% | 0.33% | - |
| HSV(B) | 329.05º | 0.85% | 0.58% | - |
| XYZ | 14.22 | 7.56 | 9.73 | - |
| YUV | 67.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 87 | 0 | 0.85 | 0.41 | 0.42 | 329.05 | 0.74 | 0.33 |
| Hex | 94 | 16 | 57 | 0 | 55 | 29 | 2A | 149 | 4A | 21 |
| Octal | 224 | 26 | 127 | 0 | 125 | 51 | 52 | 511 | 112 | 41 |
| Binary | 10010100 | 10110 | 1010111 | 0 | 1010101 | 101001 | 101010 | 101001001 | 1001010 | 100001 |
Color Harmonies of #941657
Complementary color
Monochromatic Colors of #941657
Black with #941657
Text Example
Text Example
White with #941657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941657; }
p { color: rgb(148,22,87); }
H1.HeaderClassName
{
color: #941657;
}
.AnyTagClassName
{
color: #941657;
}
</style>
background-color css
<style>
a { background-color: #941657; }
a { background-color: rgb(148,22,87); }
div.DivClassName
{
background-color: #941657;
}
.BgClassName
{
background-color: #941657;
}
</style>
border-color css
<style>
span { border-color: #941657; }
span { border-color: rgb(148,22,87); }
td.TdClassName
{
border-color: #941657;
}
.TagClassName
{
border-color: #941657;
}
</style>