Shades of Jazzberry Jam #9E1350
Tints of Jazzberry Jam #9E1350
RGB
CMYK
RGB Variations
Color information
#9E1350 (or 0x9E1350) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 50. RGB value is (158,19,80). Sum of RGB (Red+Green+Blue) = 158+19+80=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1350 is #61ECAF. Grayscale: #434343. Windows color (decimal): -6417584 or 5247902. OLE color: 5247902.
HSL color Cylindrical-coordinate representation of color #9E1350: hue angle of 333.67º 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 #9E1350 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 80 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.38 |
| HSL | 333.67º | 0.79% | 0.35% | - |
| HSV(B) | 333.67º | 0.88% | 0.62% | - |
| XYZ | 15.78 | 8.31 | 8.36 | - |
| YUV | 67.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 80 | 0 | 0.88 | 0.49 | 0.38 | 333.67 | 0.79 | 0.35 |
| Hex | 9E | 13 | 50 | 0 | 58 | 31 | 26 | 14E | 4F | 23 |
| Octal | 236 | 23 | 120 | 0 | 130 | 61 | 46 | 516 | 117 | 43 |
| Binary | 10011110 | 10011 | 1010000 | 0 | 1011000 | 110001 | 100110 | 101001110 | 1001111 | 100011 |
Color Harmonies of #9E1350
Complementary color
Monochromatic Colors of #9E1350
Black with #9E1350
Text Example
Text Example
White with #9E1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1350; }
p { color: rgb(158,19,80); }
H1.HeaderClassName
{
color: #9E1350;
}
.AnyTagClassName
{
color: #9E1350;
}
</style>
background-color css
<style>
a { background-color: #9E1350; }
a { background-color: rgb(158,19,80); }
div.DivClassName
{
background-color: #9E1350;
}
.BgClassName
{
background-color: #9E1350;
}
</style>
border-color css
<style>
span { border-color: #9E1350; }
span { border-color: rgb(158,19,80); }
td.TdClassName
{
border-color: #9E1350;
}
.TagClassName
{
border-color: #9E1350;
}
</style>