Shades of Jazzberry Jam #9E045A
Tints of Jazzberry Jam #9E045A
RGB
CMYK
RGB Variations
Color information
#9E045A (or 0x9E045A) is known color: Jazzberry Jam. HEX triplet: 9E, 04 and 5A. RGB value is (158,4,90). Sum of RGB (Red+Green+Blue) = 158+4+90=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E045A is #61FBA5. Grayscale: #3B3B3B. Windows color (decimal): -6421414 or 5899422. OLE color: 5899422.
HSL color Cylindrical-coordinate representation of color #9E045A: hue angle of 326.49º 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 #9E045A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.38 |
| HSL | 326.49º | 0.95% | 0.32% | - |
| HSV(B) | 326.49º | 0.97% | 0.62% | - |
| XYZ | 15.99 | 8.09 | 10.39 | - |
| YUV | 59.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 90 | 0 | 0.97 | 0.43 | 0.38 | 326.49 | 0.95 | 0.32 |
| Hex | 9E | 4 | 5A | 0 | 61 | 2B | 26 | 146 | 5F | 20 |
| Octal | 236 | 4 | 132 | 0 | 141 | 53 | 46 | 506 | 137 | 40 |
| Binary | 10011110 | 100 | 1011010 | 0 | 1100001 | 101011 | 100110 | 101000110 | 1011111 | 100000 |
Color Harmonies of #9E045A
Complementary color
Monochromatic Colors of #9E045A
Black with #9E045A
Text Example
Text Example
White with #9E045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E045A; }
p { color: rgb(158,4,90); }
H1.HeaderClassName
{
color: #9E045A;
}
.AnyTagClassName
{
color: #9E045A;
}
</style>
background-color css
<style>
a { background-color: #9E045A; }
a { background-color: rgb(158,4,90); }
div.DivClassName
{
background-color: #9E045A;
}
.BgClassName
{
background-color: #9E045A;
}
</style>
border-color css
<style>
span { border-color: #9E045A; }
span { border-color: rgb(158,4,90); }
td.TdClassName
{
border-color: #9E045A;
}
.TagClassName
{
border-color: #9E045A;
}
</style>