Shades of Jazzberry Jam #94185B
Tints of Jazzberry Jam #94185B
RGB
CMYK
RGB Variations
Color information
#94185B (or 0x94185B) is known color: Jazzberry Jam. HEX triplet: 94, 18 and 5B. RGB value is (148,24,91). Sum of RGB (Red+Green+Blue) = 148+24+91=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94185B is #6BE7A4. Grayscale: #444444. Windows color (decimal): -7071653 or 5970068. OLE color: 5970068.
HSL color Cylindrical-coordinate representation of color #94185B: hue angle of 327.58º 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 #94185B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 91 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.42 |
| HSL | 327.58º | 0.72% | 0.34% | - |
| HSV(B) | 327.58º | 0.84% | 0.58% | - |
| XYZ | 14.43 | 7.7 | 10.62 | - |
| YUV | 68.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 91 | 0 | 0.84 | 0.39 | 0.42 | 327.58 | 0.72 | 0.34 |
| Hex | 94 | 18 | 5B | 0 | 54 | 27 | 2A | 148 | 48 | 22 |
| Octal | 224 | 30 | 133 | 0 | 124 | 47 | 52 | 510 | 110 | 42 |
| Binary | 10010100 | 11000 | 1011011 | 0 | 1010100 | 100111 | 101010 | 101001000 | 1001000 | 100010 |
Color Harmonies of #94185B
Complementary color
Monochromatic Colors of #94185B
Black with #94185B
Text Example
Text Example
White with #94185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94185B; }
p { color: rgb(148,24,91); }
H1.HeaderClassName
{
color: #94185B;
}
.AnyTagClassName
{
color: #94185B;
}
</style>
background-color css
<style>
a { background-color: #94185B; }
a { background-color: rgb(148,24,91); }
div.DivClassName
{
background-color: #94185B;
}
.BgClassName
{
background-color: #94185B;
}
</style>
border-color css
<style>
span { border-color: #94185B; }
span { border-color: rgb(148,24,91); }
td.TdClassName
{
border-color: #94185B;
}
.TagClassName
{
border-color: #94185B;
}
</style>