Shades of Jazzberry Jam #94155D
Tints of Jazzberry Jam #94155D
RGB
CMYK
RGB Variations
Color information
#94155D (or 0x94155D) is known color: Jazzberry Jam. HEX triplet: 94, 15 and 5D. RGB value is (148,21,93). Sum of RGB (Red+Green+Blue) = 148+21+93=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94155D is #6BEAA2. Grayscale: #434343. Windows color (decimal): -7072419 or 6100372. OLE color: 6100372.
HSL color Cylindrical-coordinate representation of color #94155D: hue angle of 325.98º degrees, saturation: 0.75, 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 #94155D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 93 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.42 |
| HSL | 325.98º | 0.75% | 0.33% | - |
| HSV(B) | 325.98º | 0.86% | 0.58% | - |
| XYZ | 14.46 | 7.62 | 11.07 | - |
| YUV | 67.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 93 | 0 | 0.86 | 0.37 | 0.42 | 325.98 | 0.75 | 0.33 |
| Hex | 94 | 15 | 5D | 0 | 56 | 25 | 2A | 146 | 4B | 21 |
| Octal | 224 | 25 | 135 | 0 | 126 | 45 | 52 | 506 | 113 | 41 |
| Binary | 10010100 | 10101 | 1011101 | 0 | 1010110 | 100101 | 101010 | 101000110 | 1001011 | 100001 |
Color Harmonies of #94155D
Complementary color
Monochromatic Colors of #94155D
Black with #94155D
Text Example
Text Example
White with #94155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94155D; }
p { color: rgb(148,21,93); }
H1.HeaderClassName
{
color: #94155D;
}
.AnyTagClassName
{
color: #94155D;
}
</style>
background-color css
<style>
a { background-color: #94155D; }
a { background-color: rgb(148,21,93); }
div.DivClassName
{
background-color: #94155D;
}
.BgClassName
{
background-color: #94155D;
}
</style>
border-color css
<style>
span { border-color: #94155D; }
span { border-color: rgb(148,21,93); }
td.TdClassName
{
border-color: #94155D;
}
.TagClassName
{
border-color: #94155D;
}
</style>