Shades of Jazzberry Jam #9E1262
Tints of Jazzberry Jam #9E1262
RGB
CMYK
RGB Variations
Color information
#9E1262 (or 0x9E1262) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 62. RGB value is (158,18,98). Sum of RGB (Red+Green+Blue) = 158+18+98=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1262 is #61ED9D. Grayscale: #444444. Windows color (decimal): -6417822 or 6427294. OLE color: 6427294.
HSL color Cylindrical-coordinate representation of color #9E1262: hue angle of 325.71º 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 #9E1262 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 98 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.38 |
| HSL | 325.71º | 0.8% | 0.35% | - |
| HSV(B) | 325.71º | 0.89% | 0.62% | - |
| XYZ | 16.52 | 8.58 | 12.34 | - |
| YUV | 68.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 98 | 0 | 0.89 | 0.38 | 0.38 | 325.71 | 0.8 | 0.35 |
| Hex | 9E | 12 | 62 | 0 | 59 | 26 | 26 | 146 | 50 | 23 |
| Octal | 236 | 22 | 142 | 0 | 131 | 46 | 46 | 506 | 120 | 43 |
| Binary | 10011110 | 10010 | 1100010 | 0 | 1011001 | 100110 | 100110 | 101000110 | 1010000 | 100011 |
Color Harmonies of #9E1262
Complementary color
Monochromatic Colors of #9E1262
Black with #9E1262
Text Example
Text Example
White with #9E1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1262; }
p { color: rgb(158,18,98); }
H1.HeaderClassName
{
color: #9E1262;
}
.AnyTagClassName
{
color: #9E1262;
}
</style>
background-color css
<style>
a { background-color: #9E1262; }
a { background-color: rgb(158,18,98); }
div.DivClassName
{
background-color: #9E1262;
}
.BgClassName
{
background-color: #9E1262;
}
</style>
border-color css
<style>
span { border-color: #9E1262; }
span { border-color: rgb(158,18,98); }
td.TdClassName
{
border-color: #9E1262;
}
.TagClassName
{
border-color: #9E1262;
}
</style>