Shades of Jazzberry Jam #9E135B
Tints of Jazzberry Jam #9E135B
RGB
CMYK
RGB Variations
Color information
#9E135B (or 0x9E135B) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 5B. RGB value is (158,19,91). Sum of RGB (Red+Green+Blue) = 158+19+91=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E135B is #61ECA4. Grayscale: #444444. Windows color (decimal): -6417573 or 5968798. OLE color: 5968798.
HSL color Cylindrical-coordinate representation of color #9E135B: hue angle of 328.92º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E135B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 91 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.38 |
| HSL | 328.92º | 0.79% | 0.35% | - |
| HSV(B) | 328.92º | 0.88% | 0.62% | - |
| XYZ | 16.22 | 8.49 | 10.68 | - |
| YUV | 68.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 91 | 0 | 0.88 | 0.42 | 0.38 | 328.92 | 0.79 | 0.35 |
| Hex | 9E | 13 | 5B | 0 | 58 | 2A | 26 | 149 | 4F | 23 |
| Octal | 236 | 23 | 133 | 0 | 130 | 52 | 46 | 511 | 117 | 43 |
| Binary | 10011110 | 10011 | 1011011 | 0 | 1011000 | 101010 | 100110 | 101001001 | 1001111 | 100011 |
Color Harmonies of #9E135B
Complementary color
Monochromatic Colors of #9E135B
Black with #9E135B
Text Example
Text Example
White with #9E135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E135B; }
p { color: rgb(158,19,91); }
H1.HeaderClassName
{
color: #9E135B;
}
.AnyTagClassName
{
color: #9E135B;
}
</style>
background-color css
<style>
a { background-color: #9E135B; }
a { background-color: rgb(158,19,91); }
div.DivClassName
{
background-color: #9E135B;
}
.BgClassName
{
background-color: #9E135B;
}
</style>
border-color css
<style>
span { border-color: #9E135B; }
span { border-color: rgb(158,19,91); }
td.TdClassName
{
border-color: #9E135B;
}
.TagClassName
{
border-color: #9E135B;
}
</style>