Shades of Jazzberry Jam #94004E
Tints of Jazzberry Jam #94004E
RGB
CMYK
RGB Variations
Color information
#94004E (or 0x94004E) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 4E. RGB value is (148,0,78). Sum of RGB (Red+Green+Blue) = 148+0+78=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #94004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94004E is #6BFFB1. Grayscale: #343434. Windows color (decimal): -7077810 or 5111956. OLE color: 5111956.
HSL color Cylindrical-coordinate representation of color #94004E: hue angle of 328.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94004E is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.47 | 0.42 |
| HSL | 328.38º | 1% | 0.29% | - |
| HSV(B) | 328.38º | 1% | 0.58% | - |
| XYZ | 13.59 | 6.85 | 7.81 | - |
| YUV | 53.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 78 | 0 | 1 | 0.47 | 0.42 | 328.38 | 1 | 0.29 |
| Hex | 94 | 0 | 4E | 0 | 64 | 2F | 2A | 148 | 64 | 1D |
| Octal | 224 | 0 | 116 | 0 | 144 | 57 | 52 | 510 | 144 | 35 |
| Binary | 10010100 | 0 | 1001110 | 0 | 1100100 | 101111 | 101010 | 101001000 | 1100100 | 11101 |
Color Harmonies of #94004E
Complementary color
Monochromatic Colors of #94004E
Black with #94004E
Text Example
Text Example
White with #94004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94004E; }
p { color: rgb(148,0,78); }
H1.HeaderClassName
{
color: #94004E;
}
.AnyTagClassName
{
color: #94004E;
}
</style>
background-color css
<style>
a { background-color: #94004E; }
a { background-color: rgb(148,0,78); }
div.DivClassName
{
background-color: #94004E;
}
.BgClassName
{
background-color: #94004E;
}
</style>
border-color css
<style>
span { border-color: #94004E; }
span { border-color: rgb(148,0,78); }
td.TdClassName
{
border-color: #94004E;
}
.TagClassName
{
border-color: #94004E;
}
</style>