Shades of Jazzberry Jam #9E0350
Tints of Jazzberry Jam #9E0350
RGB
CMYK
RGB Variations
Color information
#9E0350 (or 0x9E0350) is known color: Jazzberry Jam. HEX triplet: 9E, 03 and 50. RGB value is (158,3,80). Sum of RGB (Red+Green+Blue) = 158+3+80=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0350 is #61FCAF. Grayscale: #393939. Windows color (decimal): -6421680 or 5243806. OLE color: 5243806.
HSL color Cylindrical-coordinate representation of color #9E0350: hue angle of 330.19º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E0350 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.38 |
| HSL | 330.19º | 0.96% | 0.32% | - |
| HSV(B) | 330.19º | 0.98% | 0.62% | - |
| XYZ | 15.58 | 7.91 | 8.3 | - |
| YUV | 58.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 80 | 0 | 0.98 | 0.49 | 0.38 | 330.19 | 0.96 | 0.32 |
| Hex | 9E | 3 | 50 | 0 | 62 | 31 | 26 | 14A | 60 | 20 |
| Octal | 236 | 3 | 120 | 0 | 142 | 61 | 46 | 512 | 140 | 40 |
| Binary | 10011110 | 11 | 1010000 | 0 | 1100010 | 110001 | 100110 | 101001010 | 1100000 | 100000 |
Color Harmonies of #9E0350
Complementary color
Monochromatic Colors of #9E0350
Black with #9E0350
Text Example
Text Example
White with #9E0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0350; }
p { color: rgb(158,3,80); }
H1.HeaderClassName
{
color: #9E0350;
}
.AnyTagClassName
{
color: #9E0350;
}
</style>
background-color css
<style>
a { background-color: #9E0350; }
a { background-color: rgb(158,3,80); }
div.DivClassName
{
background-color: #9E0350;
}
.BgClassName
{
background-color: #9E0350;
}
</style>
border-color css
<style>
span { border-color: #9E0350; }
span { border-color: rgb(158,3,80); }
td.TdClassName
{
border-color: #9E0350;
}
.TagClassName
{
border-color: #9E0350;
}
</style>