Shades of Jazzberry Jam #940F4F
Tints of Jazzberry Jam #940F4F
RGB
CMYK
RGB Variations
Color information
#940F4F (or 0x940F4F) is known color: Jazzberry Jam. HEX triplet: 94, 0F and 4F. RGB value is (148,15,79). Sum of RGB (Red+Green+Blue) = 148+15+79=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #940F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F4F is #6BF0B0. Grayscale: #3D3D3D. Windows color (decimal): -7073969 or 5181332. OLE color: 5181332.
HSL color Cylindrical-coordinate representation of color #940F4F: hue angle of 331.13º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F4F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 79 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.42 |
| HSL | 331.13º | 0.82% | 0.32% | - |
| HSV(B) | 331.13º | 0.9% | 0.58% | - |
| XYZ | 13.79 | 7.2 | 8.06 | - |
| YUV | 62.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 79 | 0 | 0.90 | 0.47 | 0.42 | 331.13 | 0.82 | 0.32 |
| Hex | 94 | F | 4F | 0 | 5A | 2F | 2A | 14B | 52 | 20 |
| Octal | 224 | 17 | 117 | 0 | 132 | 57 | 52 | 513 | 122 | 40 |
| Binary | 10010100 | 1111 | 1001111 | 0 | 1011010 | 101111 | 101010 | 101001011 | 1010010 | 100000 |
Color Harmonies of #940F4F
Complementary color
Monochromatic Colors of #940F4F
Black with #940F4F
Text Example
Text Example
White with #940F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F4F; }
p { color: rgb(148,15,79); }
H1.HeaderClassName
{
color: #940F4F;
}
.AnyTagClassName
{
color: #940F4F;
}
</style>
background-color css
<style>
a { background-color: #940F4F; }
a { background-color: rgb(148,15,79); }
div.DivClassName
{
background-color: #940F4F;
}
.BgClassName
{
background-color: #940F4F;
}
</style>
border-color css
<style>
span { border-color: #940F4F; }
span { border-color: rgb(148,15,79); }
td.TdClassName
{
border-color: #940F4F;
}
.TagClassName
{
border-color: #940F4F;
}
</style>