Shades of Jazzberry Jam #94175C
Tints of Jazzberry Jam #94175C
RGB
CMYK
RGB Variations
Color information
#94175C (or 0x94175C) is known color: Jazzberry Jam. HEX triplet: 94, 17 and 5C. RGB value is (148,23,92). Sum of RGB (Red+Green+Blue) = 148+23+92=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94175C is #6BE8A3. Grayscale: #444444. Windows color (decimal): -7071908 or 6035348. OLE color: 6035348.
HSL color Cylindrical-coordinate representation of color #94175C: hue angle of 326.88º degrees, saturation: 0.73, 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 #94175C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 23 | 92 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.42 |
| HSL | 326.88º | 0.73% | 0.34% | - |
| HSV(B) | 326.88º | 0.84% | 0.58% | - |
| XYZ | 14.45 | 7.68 | 10.85 | - |
| YUV | 68.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 92 | 0 | 0.84 | 0.38 | 0.42 | 326.88 | 0.73 | 0.34 |
| Hex | 94 | 17 | 5C | 0 | 54 | 26 | 2A | 147 | 49 | 22 |
| Octal | 224 | 27 | 134 | 0 | 124 | 46 | 52 | 507 | 111 | 42 |
| Binary | 10010100 | 10111 | 1011100 | 0 | 1010100 | 100110 | 101010 | 101000111 | 1001001 | 100010 |
Color Harmonies of #94175C
Complementary color
Monochromatic Colors of #94175C
Black with #94175C
Text Example
Text Example
White with #94175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94175C; }
p { color: rgb(148,23,92); }
H1.HeaderClassName
{
color: #94175C;
}
.AnyTagClassName
{
color: #94175C;
}
</style>
background-color css
<style>
a { background-color: #94175C; }
a { background-color: rgb(148,23,92); }
div.DivClassName
{
background-color: #94175C;
}
.BgClassName
{
background-color: #94175C;
}
</style>
border-color css
<style>
span { border-color: #94175C; }
span { border-color: rgb(148,23,92); }
td.TdClassName
{
border-color: #94175C;
}
.TagClassName
{
border-color: #94175C;
}
</style>