Shades of Jazzberry Jam #9E1452
Tints of Jazzberry Jam #9E1452
RGB
CMYK
RGB Variations
Color information
#9E1452 (or 0x9E1452) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 52. RGB value is (158,20,82). Sum of RGB (Red+Green+Blue) = 158+20+82=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1452 is #61EBAD. Grayscale: #444444. Windows color (decimal): -6417326 or 5379230. OLE color: 5379230.
HSL color Cylindrical-coordinate representation of color #9E1452: hue angle of 333.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1452 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 82 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.38 |
| HSL | 333.04º | 0.78% | 0.35% | - |
| HSV(B) | 333.04º | 0.87% | 0.62% | - |
| XYZ | 15.87 | 8.38 | 8.76 | - |
| YUV | 68.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 82 | 0 | 0.87 | 0.48 | 0.38 | 333.04 | 0.78 | 0.35 |
| Hex | 9E | 14 | 52 | 0 | 57 | 30 | 26 | 14D | 4E | 23 |
| Octal | 236 | 24 | 122 | 0 | 127 | 60 | 46 | 515 | 116 | 43 |
| Binary | 10011110 | 10100 | 1010010 | 0 | 1010111 | 110000 | 100110 | 101001101 | 1001110 | 100011 |
Color Harmonies of #9E1452
Complementary color
Monochromatic Colors of #9E1452
Black with #9E1452
Text Example
Text Example
White with #9E1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1452; }
p { color: rgb(158,20,82); }
H1.HeaderClassName
{
color: #9E1452;
}
.AnyTagClassName
{
color: #9E1452;
}
</style>
background-color css
<style>
a { background-color: #9E1452; }
a { background-color: rgb(158,20,82); }
div.DivClassName
{
background-color: #9E1452;
}
.BgClassName
{
background-color: #9E1452;
}
</style>
border-color css
<style>
span { border-color: #9E1452; }
span { border-color: rgb(158,20,82); }
td.TdClassName
{
border-color: #9E1452;
}
.TagClassName
{
border-color: #9E1452;
}
</style>