Shades of Jazzberry Jam #940656
Tints of Jazzberry Jam #940656
RGB
CMYK
RGB Variations
Color information
#940656 (or 0x940656) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 56. RGB value is (148,6,86). Sum of RGB (Red+Green+Blue) = 148+6+86=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #940656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940656 is #6BF9A9. Grayscale: #393939. Windows color (decimal): -7076266 or 5637780. OLE color: 5637780.
HSL color Cylindrical-coordinate representation of color #940656: hue angle of 326.2º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940656 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 86 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.42 |
| HSL | 326.2º | 0.92% | 0.3% | - |
| HSV(B) | 326.2º | 0.96% | 0.58% | - |
| XYZ | 13.96 | 7.1 | 9.44 | - |
| YUV | 57.58 | 144.04 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 86 | 0 | 0.96 | 0.42 | 0.42 | 326.2 | 0.92 | 0.3 |
| Hex | 94 | 6 | 56 | 0 | 60 | 2A | 2A | 146 | 5C | 1E |
| Octal | 224 | 6 | 126 | 0 | 140 | 52 | 52 | 506 | 134 | 36 |
| Binary | 10010100 | 110 | 1010110 | 0 | 1100000 | 101010 | 101010 | 101000110 | 1011100 | 11110 |
Color Harmonies of #940656
Complementary color
Monochromatic Colors of #940656
Black with #940656
Text Example
Text Example
White with #940656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940656; }
p { color: rgb(148,6,86); }
H1.HeaderClassName
{
color: #940656;
}
.AnyTagClassName
{
color: #940656;
}
</style>
background-color css
<style>
a { background-color: #940656; }
a { background-color: rgb(148,6,86); }
div.DivClassName
{
background-color: #940656;
}
.BgClassName
{
background-color: #940656;
}
</style>
border-color css
<style>
span { border-color: #940656; }
span { border-color: rgb(148,6,86); }
td.TdClassName
{
border-color: #940656;
}
.TagClassName
{
border-color: #940656;
}
</style>