Shades of Jazzberry Jam #941253
Tints of Jazzberry Jam #941253
RGB
CMYK
RGB Variations
Color information
#941253 (or 0x941253) is known color: Jazzberry Jam. HEX triplet: 94, 12 and 53. RGB value is (148,18,83). Sum of RGB (Red+Green+Blue) = 148+18+83=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #941253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941253 is #6BEDAC. Grayscale: #404040. Windows color (decimal): -7073197 or 5444244. OLE color: 5444244.
HSL color Cylindrical-coordinate representation of color #941253: hue angle of 330º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941253 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 83 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.42 |
| HSL | 330º | 0.78% | 0.33% | - |
| HSV(B) | 330º | 0.88% | 0.58% | - |
| XYZ | 13.99 | 7.35 | 8.87 | - |
| YUV | 64.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 83 | 0 | 0.88 | 0.44 | 0.42 | 330 | 0.78 | 0.33 |
| Hex | 94 | 12 | 53 | 0 | 58 | 2C | 2A | 14A | 4E | 21 |
| Octal | 224 | 22 | 123 | 0 | 130 | 54 | 52 | 512 | 116 | 41 |
| Binary | 10010100 | 10010 | 1010011 | 0 | 1011000 | 101100 | 101010 | 101001010 | 1001110 | 100001 |
Color Harmonies of #941253
Complementary color
Monochromatic Colors of #941253
Black with #941253
Text Example
Text Example
White with #941253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941253; }
p { color: rgb(148,18,83); }
H1.HeaderClassName
{
color: #941253;
}
.AnyTagClassName
{
color: #941253;
}
</style>
background-color css
<style>
a { background-color: #941253; }
a { background-color: rgb(148,18,83); }
div.DivClassName
{
background-color: #941253;
}
.BgClassName
{
background-color: #941253;
}
</style>
border-color css
<style>
span { border-color: #941253; }
span { border-color: rgb(148,18,83); }
td.TdClassName
{
border-color: #941253;
}
.TagClassName
{
border-color: #941253;
}
</style>