Shades of Jazzberry Jam #9E1454
Tints of Jazzberry Jam #9E1454
RGB
CMYK
RGB Variations
Color information
#9E1454 (or 0x9E1454) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 54. RGB value is (158,20,84). Sum of RGB (Red+Green+Blue) = 158+20+84=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1454 is #61EBAB. Grayscale: #444444. Windows color (decimal): -6417324 or 5510302. OLE color: 5510302.
HSL color Cylindrical-coordinate representation of color #9E1454: hue angle of 332.17º 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 #9E1454 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 84 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.38 |
| HSL | 332.17º | 0.78% | 0.35% | - |
| HSV(B) | 332.17º | 0.87% | 0.62% | - |
| XYZ | 15.95 | 8.41 | 9.17 | - |
| YUV | 68.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 84 | 0 | 0.87 | 0.47 | 0.38 | 332.17 | 0.78 | 0.35 |
| Hex | 9E | 14 | 54 | 0 | 57 | 2F | 26 | 14C | 4E | 23 |
| Octal | 236 | 24 | 124 | 0 | 127 | 57 | 46 | 514 | 116 | 43 |
| Binary | 10011110 | 10100 | 1010100 | 0 | 1010111 | 101111 | 100110 | 101001100 | 1001110 | 100011 |
Color Harmonies of #9E1454
Complementary color
Monochromatic Colors of #9E1454
Black with #9E1454
Text Example
Text Example
White with #9E1454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1454; }
p { color: rgb(158,20,84); }
H1.HeaderClassName
{
color: #9E1454;
}
.AnyTagClassName
{
color: #9E1454;
}
</style>
background-color css
<style>
a { background-color: #9E1454; }
a { background-color: rgb(158,20,84); }
div.DivClassName
{
background-color: #9E1454;
}
.BgClassName
{
background-color: #9E1454;
}
</style>
border-color css
<style>
span { border-color: #9E1454; }
span { border-color: rgb(158,20,84); }
td.TdClassName
{
border-color: #9E1454;
}
.TagClassName
{
border-color: #9E1454;
}
</style>