Shades of Jazzberry Jam #940A58
Tints of Jazzberry Jam #940A58
RGB
CMYK
RGB Variations
Color information
#940A58 (or 0x940A58) is known color: Jazzberry Jam. HEX triplet: 94, 0A and 58. RGB value is (148,10,88). Sum of RGB (Red+Green+Blue) = 148+10+88=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #940A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A58 is #6BF5A7. Grayscale: #3B3B3B. Windows color (decimal): -7075240 or 5769876. OLE color: 5769876.
HSL color Cylindrical-coordinate representation of color #940A58: hue angle of 326.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A58 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 10 | 88 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.42 |
| HSL | 326.09º | 0.87% | 0.31% | - |
| HSV(B) | 326.09º | 0.93% | 0.58% | - |
| XYZ | 14.08 | 7.22 | 9.88 | - |
| YUV | 60.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 88 | 0 | 0.93 | 0.41 | 0.42 | 326.09 | 0.87 | 0.31 |
| Hex | 94 | A | 58 | 0 | 5D | 29 | 2A | 146 | 57 | 1F |
| Octal | 224 | 12 | 130 | 0 | 135 | 51 | 52 | 506 | 127 | 37 |
| Binary | 10010100 | 1010 | 1011000 | 0 | 1011101 | 101001 | 101010 | 101000110 | 1010111 | 11111 |
Color Harmonies of #940A58
Complementary color
Monochromatic Colors of #940A58
Black with #940A58
Text Example
Text Example
White with #940A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940A58; }
p { color: rgb(148,10,88); }
H1.HeaderClassName
{
color: #940A58;
}
.AnyTagClassName
{
color: #940A58;
}
</style>
background-color css
<style>
a { background-color: #940A58; }
a { background-color: rgb(148,10,88); }
div.DivClassName
{
background-color: #940A58;
}
.BgClassName
{
background-color: #940A58;
}
</style>
border-color css
<style>
span { border-color: #940A58; }
span { border-color: rgb(148,10,88); }
td.TdClassName
{
border-color: #940A58;
}
.TagClassName
{
border-color: #940A58;
}
</style>