Shades of Jazzberry Jam #940553
Tints of Jazzberry Jam #940553
RGB
CMYK
RGB Variations
Color information
#940553 (or 0x940553) is known color: Jazzberry Jam. HEX triplet: 94, 05 and 53. RGB value is (148,5,83). Sum of RGB (Red+Green+Blue) = 148+5+83=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #940553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940553 is #6BFAAC. Grayscale: #383838. Windows color (decimal): -7076525 or 5440916. OLE color: 5440916.
HSL color Cylindrical-coordinate representation of color #940553: hue angle of 327.27º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940553 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 83 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.42 |
| HSL | 327.27º | 0.93% | 0.3% | - |
| HSV(B) | 327.27º | 0.97% | 0.58% | - |
| XYZ | 13.83 | 7.03 | 8.81 | - |
| YUV | 56.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 83 | 0 | 0.97 | 0.44 | 0.42 | 327.27 | 0.93 | 0.3 |
| Hex | 94 | 5 | 53 | 0 | 61 | 2C | 2A | 147 | 5D | 1E |
| Octal | 224 | 5 | 123 | 0 | 141 | 54 | 52 | 507 | 135 | 36 |
| Binary | 10010100 | 101 | 1010011 | 0 | 1100001 | 101100 | 101010 | 101000111 | 1011101 | 11110 |
Color Harmonies of #940553
Complementary color
Monochromatic Colors of #940553
Black with #940553
Text Example
Text Example
White with #940553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940553; }
p { color: rgb(148,5,83); }
H1.HeaderClassName
{
color: #940553;
}
.AnyTagClassName
{
color: #940553;
}
</style>
background-color css
<style>
a { background-color: #940553; }
a { background-color: rgb(148,5,83); }
div.DivClassName
{
background-color: #940553;
}
.BgClassName
{
background-color: #940553;
}
</style>
border-color css
<style>
span { border-color: #940553; }
span { border-color: rgb(148,5,83); }
td.TdClassName
{
border-color: #940553;
}
.TagClassName
{
border-color: #940553;
}
</style>