Shades of Jazzberry Jam #9E045C
Tints of Jazzberry Jam #9E045C
RGB
CMYK
RGB Variations
Color information
#9E045C (or 0x9E045C) is known color: Jazzberry Jam. HEX triplet: 9E, 04 and 5C. RGB value is (158,4,92). Sum of RGB (Red+Green+Blue) = 158+4+92=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E045C is #61FBA3. Grayscale: #3B3B3B. Windows color (decimal): -6421412 or 6030494. OLE color: 6030494.
HSL color Cylindrical-coordinate representation of color #9E045C: hue angle of 325.71º 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 #9E045C is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.38 |
| HSL | 325.71º | 0.95% | 0.32% | - |
| HSV(B) | 325.71º | 0.97% | 0.62% | - |
| XYZ | 16.08 | 8.13 | 10.85 | - |
| YUV | 60.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 92 | 0 | 0.97 | 0.42 | 0.38 | 325.71 | 0.95 | 0.32 |
| Hex | 9E | 4 | 5C | 0 | 61 | 2A | 26 | 146 | 5F | 20 |
| Octal | 236 | 4 | 134 | 0 | 141 | 52 | 46 | 506 | 137 | 40 |
| Binary | 10011110 | 100 | 1011100 | 0 | 1100001 | 101010 | 100110 | 101000110 | 1011111 | 100000 |
Color Harmonies of #9E045C
Complementary color
Monochromatic Colors of #9E045C
Black with #9E045C
Text Example
Text Example
White with #9E045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E045C; }
p { color: rgb(158,4,92); }
H1.HeaderClassName
{
color: #9E045C;
}
.AnyTagClassName
{
color: #9E045C;
}
</style>
background-color css
<style>
a { background-color: #9E045C; }
a { background-color: rgb(158,4,92); }
div.DivClassName
{
background-color: #9E045C;
}
.BgClassName
{
background-color: #9E045C;
}
</style>
border-color css
<style>
span { border-color: #9E045C; }
span { border-color: rgb(158,4,92); }
td.TdClassName
{
border-color: #9E045C;
}
.TagClassName
{
border-color: #9E045C;
}
</style>