Shades of Jazzberry Jam #94115D
Tints of Jazzberry Jam #94115D
RGB
CMYK
RGB Variations
Color information
#94115D (or 0x94115D) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 5D. RGB value is (148,17,93). Sum of RGB (Red+Green+Blue) = 148+17+93=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #94115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94115D is #6BEEA2. Grayscale: #404040. Windows color (decimal): -7073443 or 6099348. OLE color: 6099348.
HSL color Cylindrical-coordinate representation of color #94115D: hue angle of 325.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94115D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.42 |
| HSL | 325.19º | 0.79% | 0.32% | - |
| HSV(B) | 325.19º | 0.89% | 0.58% | - |
| XYZ | 14.39 | 7.49 | 11.04 | - |
| YUV | 64.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 93 | 0 | 0.89 | 0.37 | 0.42 | 325.19 | 0.79 | 0.32 |
| Hex | 94 | 11 | 5D | 0 | 59 | 25 | 2A | 145 | 4F | 20 |
| Octal | 224 | 21 | 135 | 0 | 131 | 45 | 52 | 505 | 117 | 40 |
| Binary | 10010100 | 10001 | 1011101 | 0 | 1011001 | 100101 | 101010 | 101000101 | 1001111 | 100000 |
Color Harmonies of #94115D
Complementary color
Monochromatic Colors of #94115D
Black with #94115D
Text Example
Text Example
White with #94115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94115D; }
p { color: rgb(148,17,93); }
H1.HeaderClassName
{
color: #94115D;
}
.AnyTagClassName
{
color: #94115D;
}
</style>
background-color css
<style>
a { background-color: #94115D; }
a { background-color: rgb(148,17,93); }
div.DivClassName
{
background-color: #94115D;
}
.BgClassName
{
background-color: #94115D;
}
</style>
border-color css
<style>
span { border-color: #94115D; }
span { border-color: rgb(148,17,93); }
td.TdClassName
{
border-color: #94115D;
}
.TagClassName
{
border-color: #94115D;
}
</style>