Shades of Jazzberry Jam #940F51
Tints of Jazzberry Jam #940F51
RGB
CMYK
RGB Variations
Color information
#940F51 (or 0x940F51) is known color: Jazzberry Jam. HEX triplet: 94, 0F and 51. RGB value is (148,15,81). Sum of RGB (Red+Green+Blue) = 148+15+81=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #940F51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F51 is #6BF0AE. Grayscale: #3E3E3E. Windows color (decimal): -7073967 or 5312404. OLE color: 5312404.
HSL color Cylindrical-coordinate representation of color #940F51: hue angle of 330.23º 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 #940F51 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 81 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.42 |
| HSL | 330.23º | 0.82% | 0.32% | - |
| HSV(B) | 330.23º | 0.9% | 0.58% | - |
| XYZ | 13.87 | 7.23 | 8.45 | - |
| YUV | 62.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 81 | 0 | 0.90 | 0.45 | 0.42 | 330.23 | 0.82 | 0.32 |
| Hex | 94 | F | 51 | 0 | 5A | 2D | 2A | 14A | 52 | 20 |
| Octal | 224 | 17 | 121 | 0 | 132 | 55 | 52 | 512 | 122 | 40 |
| Binary | 10010100 | 1111 | 1010001 | 0 | 1011010 | 101101 | 101010 | 101001010 | 1010010 | 100000 |
Color Harmonies of #940F51
Complementary color
Monochromatic Colors of #940F51
Black with #940F51
Text Example
Text Example
White with #940F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F51; }
p { color: rgb(148,15,81); }
H1.HeaderClassName
{
color: #940F51;
}
.AnyTagClassName
{
color: #940F51;
}
</style>
background-color css
<style>
a { background-color: #940F51; }
a { background-color: rgb(148,15,81); }
div.DivClassName
{
background-color: #940F51;
}
.BgClassName
{
background-color: #940F51;
}
</style>
border-color css
<style>
span { border-color: #940F51; }
span { border-color: rgb(148,15,81); }
td.TdClassName
{
border-color: #940F51;
}
.TagClassName
{
border-color: #940F51;
}
</style>