Shades of Jazzberry Jam #940F52
Tints of Jazzberry Jam #940F52
RGB
CMYK
RGB Variations
Color information
#940F52 (or 0x940F52) is known color: Jazzberry Jam. HEX triplet: 94, 0F and 52. RGB value is (148,15,82). Sum of RGB (Red+Green+Blue) = 148+15+82=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #940F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F52 is #6BF0AD. Grayscale: #3E3E3E. Windows color (decimal): -7073966 or 5377940. OLE color: 5377940.
HSL color Cylindrical-coordinate representation of color #940F52: hue angle of 329.77º 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 #940F52 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 82 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.42 |
| HSL | 329.77º | 0.82% | 0.32% | - |
| HSV(B) | 329.77º | 0.9% | 0.58% | - |
| XYZ | 13.91 | 7.25 | 8.65 | - |
| YUV | 62.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 82 | 0 | 0.90 | 0.45 | 0.42 | 329.77 | 0.82 | 0.32 |
| Hex | 94 | F | 52 | 0 | 5A | 2D | 2A | 14A | 52 | 20 |
| Octal | 224 | 17 | 122 | 0 | 132 | 55 | 52 | 512 | 122 | 40 |
| Binary | 10010100 | 1111 | 1010010 | 0 | 1011010 | 101101 | 101010 | 101001010 | 1010010 | 100000 |
Color Harmonies of #940F52
Complementary color
Monochromatic Colors of #940F52
Black with #940F52
Text Example
Text Example
White with #940F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F52; }
p { color: rgb(148,15,82); }
H1.HeaderClassName
{
color: #940F52;
}
.AnyTagClassName
{
color: #940F52;
}
</style>
background-color css
<style>
a { background-color: #940F52; }
a { background-color: rgb(148,15,82); }
div.DivClassName
{
background-color: #940F52;
}
.BgClassName
{
background-color: #940F52;
}
</style>
border-color css
<style>
span { border-color: #940F52; }
span { border-color: rgb(148,15,82); }
td.TdClassName
{
border-color: #940F52;
}
.TagClassName
{
border-color: #940F52;
}
</style>