Shades of Jazzberry Jam #9E044C
Tints of Jazzberry Jam #9E044C
RGB
CMYK
RGB Variations
Color information
#9E044C (or 0x9E044C) is known color: Jazzberry Jam. HEX triplet: 9E, 04 and 4C. RGB value is (158,4,76). Sum of RGB (Red+Green+Blue) = 158+4+76=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E044C is #61FBB3. Grayscale: #3A3A3A. Windows color (decimal): -6421428 or 4981918. OLE color: 4981918.
HSL color Cylindrical-coordinate representation of color #9E044C: hue angle of 331.95º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E044C is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 76 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.38 |
| HSL | 331.95º | 0.95% | 0.32% | - |
| HSV(B) | 331.95º | 0.97% | 0.62% | - |
| XYZ | 15.45 | 7.88 | 7.54 | - |
| YUV | 58.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 76 | 0 | 0.97 | 0.52 | 0.38 | 331.95 | 0.95 | 0.32 |
| Hex | 9E | 4 | 4C | 0 | 61 | 34 | 26 | 14C | 5F | 20 |
| Octal | 236 | 4 | 114 | 0 | 141 | 64 | 46 | 514 | 137 | 40 |
| Binary | 10011110 | 100 | 1001100 | 0 | 1100001 | 110100 | 100110 | 101001100 | 1011111 | 100000 |
Color Harmonies of #9E044C
Complementary color
Monochromatic Colors of #9E044C
Black with #9E044C
Text Example
Text Example
White with #9E044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E044C; }
p { color: rgb(158,4,76); }
H1.HeaderClassName
{
color: #9E044C;
}
.AnyTagClassName
{
color: #9E044C;
}
</style>
background-color css
<style>
a { background-color: #9E044C; }
a { background-color: rgb(158,4,76); }
div.DivClassName
{
background-color: #9E044C;
}
.BgClassName
{
background-color: #9E044C;
}
</style>
border-color css
<style>
span { border-color: #9E044C; }
span { border-color: rgb(158,4,76); }
td.TdClassName
{
border-color: #9E044C;
}
.TagClassName
{
border-color: #9E044C;
}
</style>