Shades of Jazzberry Jam #940C52
Tints of Jazzberry Jam #940C52
RGB
CMYK
RGB Variations
Color information
#940C52 (or 0x940C52) is known color: Jazzberry Jam. HEX triplet: 94, 0C and 52. RGB value is (148,12,82). Sum of RGB (Red+Green+Blue) = 148+12+82=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #940C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C52 is #6BF3AD. Grayscale: #3C3C3C. Windows color (decimal): -7074734 or 5377172. OLE color: 5377172.
HSL color Cylindrical-coordinate representation of color #940C52: hue angle of 329.12º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C52 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 82 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.42 |
| HSL | 329.12º | 0.85% | 0.31% | - |
| HSV(B) | 329.12º | 0.92% | 0.58% | - |
| XYZ | 13.87 | 7.17 | 8.64 | - |
| YUV | 60.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 82 | 0 | 0.92 | 0.45 | 0.42 | 329.12 | 0.85 | 0.31 |
| Hex | 94 | C | 52 | 0 | 5C | 2D | 2A | 149 | 55 | 1F |
| Octal | 224 | 14 | 122 | 0 | 134 | 55 | 52 | 511 | 125 | 37 |
| Binary | 10010100 | 1100 | 1010010 | 0 | 1011100 | 101101 | 101010 | 101001001 | 1010101 | 11111 |
Color Harmonies of #940C52
Complementary color
Monochromatic Colors of #940C52
Black with #940C52
Text Example
Text Example
White with #940C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C52; }
p { color: rgb(148,12,82); }
H1.HeaderClassName
{
color: #940C52;
}
.AnyTagClassName
{
color: #940C52;
}
</style>
background-color css
<style>
a { background-color: #940C52; }
a { background-color: rgb(148,12,82); }
div.DivClassName
{
background-color: #940C52;
}
.BgClassName
{
background-color: #940C52;
}
</style>
border-color css
<style>
span { border-color: #940C52; }
span { border-color: rgb(148,12,82); }
td.TdClassName
{
border-color: #940C52;
}
.TagClassName
{
border-color: #940C52;
}
</style>