Shades of Jazzberry Jam #9E136C
Tints of Jazzberry Jam #9E136C
RGB
CMYK
RGB Variations
Color information
#9E136C (or 0x9E136C) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 6C. RGB value is (158,19,108). Sum of RGB (Red+Green+Blue) = 158+19+108=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E136C is #61EC93. Grayscale: #464646. Windows color (decimal): -6417556 or 7082910. OLE color: 7082910.
HSL color Cylindrical-coordinate representation of color #9E136C: hue angle of 321.58º 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 #9E136C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 108 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.38 |
| HSL | 321.58º | 0.79% | 0.35% | - |
| HSV(B) | 321.58º | 0.88% | 0.62% | - |
| XYZ | 17.04 | 8.82 | 14.99 | - |
| YUV | 70.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 108 | 0 | 0.88 | 0.32 | 0.38 | 321.58 | 0.79 | 0.35 |
| Hex | 9E | 13 | 6C | 0 | 58 | 20 | 26 | 142 | 4F | 23 |
| Octal | 236 | 23 | 154 | 0 | 130 | 40 | 46 | 502 | 117 | 43 |
| Binary | 10011110 | 10011 | 1101100 | 0 | 1011000 | 100000 | 100110 | 101000010 | 1001111 | 100011 |
Color Harmonies of #9E136C
Complementary color
Monochromatic Colors of #9E136C
Black with #9E136C
Text Example
Text Example
White with #9E136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E136C; }
p { color: rgb(158,19,108); }
H1.HeaderClassName
{
color: #9E136C;
}
.AnyTagClassName
{
color: #9E136C;
}
</style>
background-color css
<style>
a { background-color: #9E136C; }
a { background-color: rgb(158,19,108); }
div.DivClassName
{
background-color: #9E136C;
}
.BgClassName
{
background-color: #9E136C;
}
</style>
border-color css
<style>
span { border-color: #9E136C; }
span { border-color: rgb(158,19,108); }
td.TdClassName
{
border-color: #9E136C;
}
.TagClassName
{
border-color: #9E136C;
}
</style>