Shades of Jazzberry Jam #940C58
Tints of Jazzberry Jam #940C58
RGB
CMYK
RGB Variations
Color information
#940C58 (or 0x940C58) is known color: Jazzberry Jam. HEX triplet: 94, 0C and 58. RGB value is (148,12,88). Sum of RGB (Red+Green+Blue) = 148+12+88=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #940C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C58 is #6BF3A7. Grayscale: #3D3D3D. Windows color (decimal): -7074728 or 5770388. OLE color: 5770388.
HSL color Cylindrical-coordinate representation of color #940C58: hue angle of 326.47º 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 #940C58 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 88 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.42 |
| HSL | 326.47º | 0.85% | 0.31% | - |
| HSV(B) | 326.47º | 0.92% | 0.58% | - |
| XYZ | 14.11 | 7.26 | 9.89 | - |
| YUV | 61.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 88 | 0 | 0.92 | 0.41 | 0.42 | 326.47 | 0.85 | 0.31 |
| Hex | 94 | C | 58 | 0 | 5C | 29 | 2A | 146 | 55 | 1F |
| Octal | 224 | 14 | 130 | 0 | 134 | 51 | 52 | 506 | 125 | 37 |
| Binary | 10010100 | 1100 | 1011000 | 0 | 1011100 | 101001 | 101010 | 101000110 | 1010101 | 11111 |
Color Harmonies of #940C58
Complementary color
Monochromatic Colors of #940C58
Black with #940C58
Text Example
Text Example
White with #940C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C58; }
p { color: rgb(148,12,88); }
H1.HeaderClassName
{
color: #940C58;
}
.AnyTagClassName
{
color: #940C58;
}
</style>
background-color css
<style>
a { background-color: #940C58; }
a { background-color: rgb(148,12,88); }
div.DivClassName
{
background-color: #940C58;
}
.BgClassName
{
background-color: #940C58;
}
</style>
border-color css
<style>
span { border-color: #940C58; }
span { border-color: rgb(148,12,88); }
td.TdClassName
{
border-color: #940C58;
}
.TagClassName
{
border-color: #940C58;
}
</style>