Shades of Jazzberry Jam #940C53
Tints of Jazzberry Jam #940C53
RGB
CMYK
RGB Variations
Color information
#940C53 (or 0x940C53) is known color: Jazzberry Jam. HEX triplet: 94, 0C and 53. RGB value is (148,12,83). Sum of RGB (Red+Green+Blue) = 148+12+83=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #940C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C53 is #6BF3AC. Grayscale: #3C3C3C. Windows color (decimal): -7074733 or 5442708. OLE color: 5442708.
HSL color Cylindrical-coordinate representation of color #940C53: hue angle of 328.68º 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 #940C53 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 83 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.42 |
| HSL | 328.68º | 0.85% | 0.31% | - |
| HSV(B) | 328.68º | 0.92% | 0.58% | - |
| XYZ | 13.91 | 7.18 | 8.84 | - |
| YUV | 60.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 83 | 0 | 0.92 | 0.44 | 0.42 | 328.68 | 0.85 | 0.31 |
| Hex | 94 | C | 53 | 0 | 5C | 2C | 2A | 149 | 55 | 1F |
| Octal | 224 | 14 | 123 | 0 | 134 | 54 | 52 | 511 | 125 | 37 |
| Binary | 10010100 | 1100 | 1010011 | 0 | 1011100 | 101100 | 101010 | 101001001 | 1010101 | 11111 |
Color Harmonies of #940C53
Complementary color
Monochromatic Colors of #940C53
Black with #940C53
Text Example
Text Example
White with #940C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C53; }
p { color: rgb(148,12,83); }
H1.HeaderClassName
{
color: #940C53;
}
.AnyTagClassName
{
color: #940C53;
}
</style>
background-color css
<style>
a { background-color: #940C53; }
a { background-color: rgb(148,12,83); }
div.DivClassName
{
background-color: #940C53;
}
.BgClassName
{
background-color: #940C53;
}
</style>
border-color css
<style>
span { border-color: #940C53; }
span { border-color: rgb(148,12,83); }
td.TdClassName
{
border-color: #940C53;
}
.TagClassName
{
border-color: #940C53;
}
</style>