Shades of Jazzberry Jam #9E1250
Tints of Jazzberry Jam #9E1250
RGB
CMYK
RGB Variations
Color information
#9E1250 (or 0x9E1250) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 50. RGB value is (158,18,80). Sum of RGB (Red+Green+Blue) = 158+18+80=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1250 is #61EDAF. Grayscale: #424242. Windows color (decimal): -6417840 or 5247646. OLE color: 5247646.
HSL color Cylindrical-coordinate representation of color #9E1250: hue angle of 333.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1250 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 80 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.38 |
| HSL | 333.43º | 0.8% | 0.35% | - |
| HSV(B) | 333.43º | 0.89% | 0.62% | - |
| XYZ | 15.76 | 8.28 | 8.36 | - |
| YUV | 66.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 80 | 0 | 0.89 | 0.49 | 0.38 | 333.43 | 0.8 | 0.35 |
| Hex | 9E | 12 | 50 | 0 | 59 | 31 | 26 | 14D | 50 | 23 |
| Octal | 236 | 22 | 120 | 0 | 131 | 61 | 46 | 515 | 120 | 43 |
| Binary | 10011110 | 10010 | 1010000 | 0 | 1011001 | 110001 | 100110 | 101001101 | 1010000 | 100011 |
Color Harmonies of #9E1250
Complementary color
Monochromatic Colors of #9E1250
Black with #9E1250
Text Example
Text Example
White with #9E1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1250; }
p { color: rgb(158,18,80); }
H1.HeaderClassName
{
color: #9E1250;
}
.AnyTagClassName
{
color: #9E1250;
}
</style>
background-color css
<style>
a { background-color: #9E1250; }
a { background-color: rgb(158,18,80); }
div.DivClassName
{
background-color: #9E1250;
}
.BgClassName
{
background-color: #9E1250;
}
</style>
border-color css
<style>
span { border-color: #9E1250; }
span { border-color: rgb(158,18,80); }
td.TdClassName
{
border-color: #9E1250;
}
.TagClassName
{
border-color: #9E1250;
}
</style>