Shades of Jazzberry Jam #940F5C
Tints of Jazzberry Jam #940F5C
RGB
CMYK
RGB Variations
Color information
#940F5C (or 0x940F5C) is known color: Jazzberry Jam. HEX triplet: 94, 0F and 5C. RGB value is (148,15,92). Sum of RGB (Red+Green+Blue) = 148+15+92=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #940F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F5C is #6BF0A3. Grayscale: #3F3F3F. Windows color (decimal): -7073956 or 6033300. OLE color: 6033300.
HSL color Cylindrical-coordinate representation of color #940F5C: hue angle of 325.26º 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 #940F5C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 92 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.42 |
| HSL | 325.26º | 0.82% | 0.32% | - |
| HSV(B) | 325.26º | 0.9% | 0.58% | - |
| XYZ | 14.32 | 7.41 | 10.8 | - |
| YUV | 63.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 92 | 0 | 0.90 | 0.38 | 0.42 | 325.26 | 0.82 | 0.32 |
| Hex | 94 | F | 5C | 0 | 5A | 26 | 2A | 145 | 52 | 20 |
| Octal | 224 | 17 | 134 | 0 | 132 | 46 | 52 | 505 | 122 | 40 |
| Binary | 10010100 | 1111 | 1011100 | 0 | 1011010 | 100110 | 101010 | 101000101 | 1010010 | 100000 |
Color Harmonies of #940F5C
Complementary color
Monochromatic Colors of #940F5C
Black with #940F5C
Text Example
Text Example
White with #940F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F5C; }
p { color: rgb(148,15,92); }
H1.HeaderClassName
{
color: #940F5C;
}
.AnyTagClassName
{
color: #940F5C;
}
</style>
background-color css
<style>
a { background-color: #940F5C; }
a { background-color: rgb(148,15,92); }
div.DivClassName
{
background-color: #940F5C;
}
.BgClassName
{
background-color: #940F5C;
}
</style>
border-color css
<style>
span { border-color: #940F5C; }
span { border-color: rgb(148,15,92); }
td.TdClassName
{
border-color: #940F5C;
}
.TagClassName
{
border-color: #940F5C;
}
</style>