Shades of Jazzberry Jam #94145B
Tints of Jazzberry Jam #94145B
RGB
CMYK
RGB Variations
Color information
#94145B (or 0x94145B) is known color: Jazzberry Jam. HEX triplet: 94, 14 and 5B. RGB value is (148,20,91). Sum of RGB (Red+Green+Blue) = 148+20+91=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94145B is #6BEBA4. Grayscale: #424242. Windows color (decimal): -7072677 or 5969044. OLE color: 5969044.
HSL color Cylindrical-coordinate representation of color #94145B: hue angle of 326.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94145B is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 91 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.42 |
| HSL | 326.72º | 0.76% | 0.33% | - |
| HSV(B) | 326.72º | 0.86% | 0.58% | - |
| XYZ | 14.35 | 7.55 | 10.6 | - |
| YUV | 66.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 91 | 0 | 0.86 | 0.39 | 0.42 | 326.72 | 0.76 | 0.33 |
| Hex | 94 | 14 | 5B | 0 | 56 | 27 | 2A | 147 | 4C | 21 |
| Octal | 224 | 24 | 133 | 0 | 126 | 47 | 52 | 507 | 114 | 41 |
| Binary | 10010100 | 10100 | 1011011 | 0 | 1010110 | 100111 | 101010 | 101000111 | 1001100 | 100001 |
Color Harmonies of #94145B
Complementary color
Monochromatic Colors of #94145B
Black with #94145B
Text Example
Text Example
White with #94145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94145B; }
p { color: rgb(148,20,91); }
H1.HeaderClassName
{
color: #94145B;
}
.AnyTagClassName
{
color: #94145B;
}
</style>
background-color css
<style>
a { background-color: #94145B; }
a { background-color: rgb(148,20,91); }
div.DivClassName
{
background-color: #94145B;
}
.BgClassName
{
background-color: #94145B;
}
</style>
border-color css
<style>
span { border-color: #94145B; }
span { border-color: rgb(148,20,91); }
td.TdClassName
{
border-color: #94145B;
}
.TagClassName
{
border-color: #94145B;
}
</style>