Shades of Jazzberry Jam #941256
Tints of Jazzberry Jam #941256
RGB
CMYK
RGB Variations
Color information
#941256 (or 0x941256) is known color: Jazzberry Jam. HEX triplet: 94, 12 and 56. RGB value is (148,18,86). Sum of RGB (Red+Green+Blue) = 148+18+86=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #941256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941256 is #6BEDA9. Grayscale: #404040. Windows color (decimal): -7073194 or 5640852. OLE color: 5640852.
HSL color Cylindrical-coordinate representation of color #941256: hue angle of 328.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941256 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 86 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.42 |
| HSL | 328.62º | 0.78% | 0.33% | - |
| HSV(B) | 328.62º | 0.88% | 0.58% | - |
| XYZ | 14.11 | 7.4 | 9.49 | - |
| YUV | 64.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 86 | 0 | 0.88 | 0.42 | 0.42 | 328.62 | 0.78 | 0.33 |
| Hex | 94 | 12 | 56 | 0 | 58 | 2A | 2A | 149 | 4E | 21 |
| Octal | 224 | 22 | 126 | 0 | 130 | 52 | 52 | 511 | 116 | 41 |
| Binary | 10010100 | 10010 | 1010110 | 0 | 1011000 | 101010 | 101010 | 101001001 | 1001110 | 100001 |
Color Harmonies of #941256
Complementary color
Monochromatic Colors of #941256
Black with #941256
Text Example
Text Example
White with #941256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941256; }
p { color: rgb(148,18,86); }
H1.HeaderClassName
{
color: #941256;
}
.AnyTagClassName
{
color: #941256;
}
</style>
background-color css
<style>
a { background-color: #941256; }
a { background-color: rgb(148,18,86); }
div.DivClassName
{
background-color: #941256;
}
.BgClassName
{
background-color: #941256;
}
</style>
border-color css
<style>
span { border-color: #941256; }
span { border-color: rgb(148,18,86); }
td.TdClassName
{
border-color: #941256;
}
.TagClassName
{
border-color: #941256;
}
</style>