Shades of Jazzberry Jam #9E0B5D
Tints of Jazzberry Jam #9E0B5D
RGB
CMYK
RGB Variations
Color information
#9E0B5D (or 0x9E0B5D) is known color: Jazzberry Jam. HEX triplet: 9E, 0B and 5D. RGB value is (158,11,93). Sum of RGB (Red+Green+Blue) = 158+11+93=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B5D is #61F4A2. Grayscale: #404040. Windows color (decimal): -6419619 or 6097822. OLE color: 6097822.
HSL color Cylindrical-coordinate representation of color #9E0B5D: hue angle of 326.53º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B5D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 93 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.38 |
| HSL | 326.53º | 0.87% | 0.33% | - |
| HSV(B) | 326.53º | 0.93% | 0.62% | - |
| XYZ | 16.2 | 8.3 | 11.1 | - |
| YUV | 64.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 93 | 0 | 0.93 | 0.41 | 0.38 | 326.53 | 0.87 | 0.33 |
| Hex | 9E | B | 5D | 0 | 5D | 29 | 26 | 147 | 57 | 21 |
| Octal | 236 | 13 | 135 | 0 | 135 | 51 | 46 | 507 | 127 | 41 |
| Binary | 10011110 | 1011 | 1011101 | 0 | 1011101 | 101001 | 100110 | 101000111 | 1010111 | 100001 |
Color Harmonies of #9E0B5D
Complementary color
Monochromatic Colors of #9E0B5D
Black with #9E0B5D
Text Example
Text Example
White with #9E0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B5D; }
p { color: rgb(158,11,93); }
H1.HeaderClassName
{
color: #9E0B5D;
}
.AnyTagClassName
{
color: #9E0B5D;
}
</style>
background-color css
<style>
a { background-color: #9E0B5D; }
a { background-color: rgb(158,11,93); }
div.DivClassName
{
background-color: #9E0B5D;
}
.BgClassName
{
background-color: #9E0B5D;
}
</style>
border-color css
<style>
span { border-color: #9E0B5D; }
span { border-color: rgb(158,11,93); }
td.TdClassName
{
border-color: #9E0B5D;
}
.TagClassName
{
border-color: #9E0B5D;
}
</style>