Shades of Jazzberry Jam #940952
Tints of Jazzberry Jam #940952
RGB
CMYK
RGB Variations
Color information
#940952 (or 0x940952) is known color: Jazzberry Jam. HEX triplet: 94, 09 and 52. RGB value is (148,9,82). Sum of RGB (Red+Green+Blue) = 148+9+82=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #940952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940952 is #6BF6AD. Grayscale: #3A3A3A. Windows color (decimal): -7075502 or 5376404. OLE color: 5376404.
HSL color Cylindrical-coordinate representation of color #940952: hue angle of 328.49º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940952 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 82 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.42 |
| HSL | 328.49º | 0.89% | 0.31% | - |
| HSV(B) | 328.49º | 0.94% | 0.58% | - |
| XYZ | 13.83 | 7.1 | 8.62 | - |
| YUV | 58.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 82 | 0 | 0.94 | 0.45 | 0.42 | 328.49 | 0.89 | 0.31 |
| Hex | 94 | 9 | 52 | 0 | 5E | 2D | 2A | 148 | 59 | 1F |
| Octal | 224 | 11 | 122 | 0 | 136 | 55 | 52 | 510 | 131 | 37 |
| Binary | 10010100 | 1001 | 1010010 | 0 | 1011110 | 101101 | 101010 | 101001000 | 1011001 | 11111 |
Color Harmonies of #940952
Complementary color
Monochromatic Colors of #940952
Black with #940952
Text Example
Text Example
White with #940952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940952; }
p { color: rgb(148,9,82); }
H1.HeaderClassName
{
color: #940952;
}
.AnyTagClassName
{
color: #940952;
}
</style>
background-color css
<style>
a { background-color: #940952; }
a { background-color: rgb(148,9,82); }
div.DivClassName
{
background-color: #940952;
}
.BgClassName
{
background-color: #940952;
}
</style>
border-color css
<style>
span { border-color: #940952; }
span { border-color: rgb(148,9,82); }
td.TdClassName
{
border-color: #940952;
}
.TagClassName
{
border-color: #940952;
}
</style>