Shades of Jazzberry Jam #94185C
Tints of Jazzberry Jam #94185C
RGB
CMYK
RGB Variations
Color information
#94185C (or 0x94185C) is known color: Jazzberry Jam. HEX triplet: 94, 18 and 5C. RGB value is (148,24,92). Sum of RGB (Red+Green+Blue) = 148+24+92=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94185C is #6BE7A3. Grayscale: #444444. Windows color (decimal): -7071652 or 6035604. OLE color: 6035604.
HSL color Cylindrical-coordinate representation of color #94185C: hue angle of 327.1º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94185C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 92 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.42 |
| HSL | 327.1º | 0.72% | 0.34% | - |
| HSV(B) | 327.1º | 0.84% | 0.58% | - |
| XYZ | 14.47 | 7.72 | 10.85 | - |
| YUV | 68.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 92 | 0 | 0.84 | 0.38 | 0.42 | 327.1 | 0.72 | 0.34 |
| Hex | 94 | 18 | 5C | 0 | 54 | 26 | 2A | 147 | 48 | 22 |
| Octal | 224 | 30 | 134 | 0 | 124 | 46 | 52 | 507 | 110 | 42 |
| Binary | 10010100 | 11000 | 1011100 | 0 | 1010100 | 100110 | 101010 | 101000111 | 1001000 | 100010 |
Color Harmonies of #94185C
Complementary color
Monochromatic Colors of #94185C
Black with #94185C
Text Example
Text Example
White with #94185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94185C; }
p { color: rgb(148,24,92); }
H1.HeaderClassName
{
color: #94185C;
}
.AnyTagClassName
{
color: #94185C;
}
</style>
background-color css
<style>
a { background-color: #94185C; }
a { background-color: rgb(148,24,92); }
div.DivClassName
{
background-color: #94185C;
}
.BgClassName
{
background-color: #94185C;
}
</style>
border-color css
<style>
span { border-color: #94185C; }
span { border-color: rgb(148,24,92); }
td.TdClassName
{
border-color: #94185C;
}
.TagClassName
{
border-color: #94185C;
}
</style>