Shades of Jazzberry Jam #9E1A56
Tints of Jazzberry Jam #9E1A56
RGB
CMYK
RGB Variations
Color information
#9E1A56 (or 0x9E1A56) is known color: Jazzberry Jam. HEX triplet: 9E, 1A and 56. RGB value is (158,26,86). Sum of RGB (Red+Green+Blue) = 158+26+86=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1A56 is #61E5A9. Grayscale: #484848. Windows color (decimal): -6415786 or 5642910. OLE color: 5642910.
HSL color Cylindrical-coordinate representation of color #9E1A56: hue angle of 332.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A56 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 26 | 86 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.38 |
| HSL | 332.73º | 0.72% | 0.36% | - |
| HSV(B) | 332.73º | 0.84% | 0.62% | - |
| XYZ | 16.15 | 8.68 | 9.63 | - |
| YUV | 72.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 86 | 0 | 0.84 | 0.46 | 0.38 | 332.73 | 0.72 | 0.36 |
| Hex | 9E | 1A | 56 | 0 | 54 | 2E | 26 | 14D | 48 | 24 |
| Octal | 236 | 32 | 126 | 0 | 124 | 56 | 46 | 515 | 110 | 44 |
| Binary | 10011110 | 11010 | 1010110 | 0 | 1010100 | 101110 | 100110 | 101001101 | 1001000 | 100100 |
Color Harmonies of #9E1A56
Complementary color
Monochromatic Colors of #9E1A56
Black with #9E1A56
Text Example
Text Example
White with #9E1A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1A56; }
p { color: rgb(158,26,86); }
H1.HeaderClassName
{
color: #9E1A56;
}
.AnyTagClassName
{
color: #9E1A56;
}
</style>
background-color css
<style>
a { background-color: #9E1A56; }
a { background-color: rgb(158,26,86); }
div.DivClassName
{
background-color: #9E1A56;
}
.BgClassName
{
background-color: #9E1A56;
}
</style>
border-color css
<style>
span { border-color: #9E1A56; }
span { border-color: rgb(158,26,86); }
td.TdClassName
{
border-color: #9E1A56;
}
.TagClassName
{
border-color: #9E1A56;
}
</style>