Shades of Jazzberry Jam #9E0A5C
Tints of Jazzberry Jam #9E0A5C
RGB
CMYK
RGB Variations
Color information
#9E0A5C (or 0x9E0A5C) is known color: Jazzberry Jam. HEX triplet: 9E, 0A and 5C. RGB value is (158,10,92). Sum of RGB (Red+Green+Blue) = 158+10+92=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A5C is #61F5A3. Grayscale: #3F3F3F. Windows color (decimal): -6419876 or 6032030. OLE color: 6032030.
HSL color Cylindrical-coordinate representation of color #9E0A5C: hue angle of 326.76º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A5C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 92 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.38 |
| HSL | 326.76º | 0.88% | 0.33% | - |
| HSV(B) | 326.76º | 0.94% | 0.62% | - |
| XYZ | 16.14 | 8.26 | 10.87 | - |
| YUV | 63.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 92 | 0 | 0.94 | 0.42 | 0.38 | 326.76 | 0.88 | 0.33 |
| Hex | 9E | A | 5C | 0 | 5E | 2A | 26 | 147 | 58 | 21 |
| Octal | 236 | 12 | 134 | 0 | 136 | 52 | 46 | 507 | 130 | 41 |
| Binary | 10011110 | 1010 | 1011100 | 0 | 1011110 | 101010 | 100110 | 101000111 | 1011000 | 100001 |
Color Harmonies of #9E0A5C
Complementary color
Monochromatic Colors of #9E0A5C
Black with #9E0A5C
Text Example
Text Example
White with #9E0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A5C; }
p { color: rgb(158,10,92); }
H1.HeaderClassName
{
color: #9E0A5C;
}
.AnyTagClassName
{
color: #9E0A5C;
}
</style>
background-color css
<style>
a { background-color: #9E0A5C; }
a { background-color: rgb(158,10,92); }
div.DivClassName
{
background-color: #9E0A5C;
}
.BgClassName
{
background-color: #9E0A5C;
}
</style>
border-color css
<style>
span { border-color: #9E0A5C; }
span { border-color: rgb(158,10,92); }
td.TdClassName
{
border-color: #9E0A5C;
}
.TagClassName
{
border-color: #9E0A5C;
}
</style>