Shades of Jazzberry Jam #94145F
Tints of Jazzberry Jam #94145F
RGB
CMYK
RGB Variations
Color information
#94145F (or 0x94145F) is known color: Jazzberry Jam. HEX triplet: 94, 14 and 5F. RGB value is (148,20,95). Sum of RGB (Red+Green+Blue) = 148+20+95=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94145F is #6BEBA0. Grayscale: #424242. Windows color (decimal): -7072673 or 6231188. OLE color: 6231188.
HSL color Cylindrical-coordinate representation of color #94145F: hue angle of 324.84º 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 #94145F is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 95 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.42 |
| HSL | 324.84º | 0.76% | 0.33% | - |
| HSV(B) | 324.84º | 0.86% | 0.58% | - |
| XYZ | 14.53 | 7.62 | 11.53 | - |
| YUV | 66.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 95 | 0 | 0.86 | 0.36 | 0.42 | 324.84 | 0.76 | 0.33 |
| Hex | 94 | 14 | 5F | 0 | 56 | 24 | 2A | 145 | 4C | 21 |
| Octal | 224 | 24 | 137 | 0 | 126 | 44 | 52 | 505 | 114 | 41 |
| Binary | 10010100 | 10100 | 1011111 | 0 | 1010110 | 100100 | 101010 | 101000101 | 1001100 | 100001 |
Color Harmonies of #94145F
Complementary color
Monochromatic Colors of #94145F
Black with #94145F
Text Example
Text Example
White with #94145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94145F; }
p { color: rgb(148,20,95); }
H1.HeaderClassName
{
color: #94145F;
}
.AnyTagClassName
{
color: #94145F;
}
</style>
background-color css
<style>
a { background-color: #94145F; }
a { background-color: rgb(148,20,95); }
div.DivClassName
{
background-color: #94145F;
}
.BgClassName
{
background-color: #94145F;
}
</style>
border-color css
<style>
span { border-color: #94145F; }
span { border-color: rgb(148,20,95); }
td.TdClassName
{
border-color: #94145F;
}
.TagClassName
{
border-color: #94145F;
}
</style>