Shades of Jazzberry Jam #941561
Tints of Jazzberry Jam #941561
RGB
CMYK
RGB Variations
Color information
#941561 (or 0x941561) is known color: Jazzberry Jam. HEX triplet: 94, 15 and 61. RGB value is (148,21,97). Sum of RGB (Red+Green+Blue) = 148+21+97=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #941561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941561 is #6BEA9E. Grayscale: #434343. Windows color (decimal): -7072415 or 6362516. OLE color: 6362516.
HSL color Cylindrical-coordinate representation of color #941561: hue angle of 324.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941561 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 97 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.42 |
| HSL | 324.09º | 0.75% | 0.33% | - |
| HSV(B) | 324.09º | 0.86% | 0.58% | - |
| XYZ | 14.64 | 7.7 | 12.02 | - |
| YUV | 67.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 97 | 0 | 0.86 | 0.34 | 0.42 | 324.09 | 0.75 | 0.33 |
| Hex | 94 | 15 | 61 | 0 | 56 | 22 | 2A | 144 | 4B | 21 |
| Octal | 224 | 25 | 141 | 0 | 126 | 42 | 52 | 504 | 113 | 41 |
| Binary | 10010100 | 10101 | 1100001 | 0 | 1010110 | 100010 | 101010 | 101000100 | 1001011 | 100001 |
Color Harmonies of #941561
Complementary color
Monochromatic Colors of #941561
Black with #941561
Text Example
Text Example
White with #941561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941561; }
p { color: rgb(148,21,97); }
H1.HeaderClassName
{
color: #941561;
}
.AnyTagClassName
{
color: #941561;
}
</style>
background-color css
<style>
a { background-color: #941561; }
a { background-color: rgb(148,21,97); }
div.DivClassName
{
background-color: #941561;
}
.BgClassName
{
background-color: #941561;
}
</style>
border-color css
<style>
span { border-color: #941561; }
span { border-color: rgb(148,21,97); }
td.TdClassName
{
border-color: #941561;
}
.TagClassName
{
border-color: #941561;
}
</style>