Shades of Jazzberry Jam #9E084E
Tints of Jazzberry Jam #9E084E
RGB
CMYK
RGB Variations
Color information
#9E084E (or 0x9E084E) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 4E. RGB value is (158,8,78). Sum of RGB (Red+Green+Blue) = 158+8+78=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E084E is #61F7B1. Grayscale: #3C3C3C. Windows color (decimal): -6420402 or 5114014. OLE color: 5114014.
HSL color Cylindrical-coordinate representation of color #9E084E: hue angle of 332º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E084E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 78 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.38 |
| HSL | 332º | 0.9% | 0.33% | - |
| HSV(B) | 332º | 0.95% | 0.62% | - |
| XYZ | 15.56 | 7.99 | 7.93 | - |
| YUV | 60.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 78 | 0 | 0.95 | 0.51 | 0.38 | 332 | 0.9 | 0.33 |
| Hex | 9E | 8 | 4E | 0 | 5F | 33 | 26 | 14C | 5A | 21 |
| Octal | 236 | 10 | 116 | 0 | 137 | 63 | 46 | 514 | 132 | 41 |
| Binary | 10011110 | 1000 | 1001110 | 0 | 1011111 | 110011 | 100110 | 101001100 | 1011010 | 100001 |
Color Harmonies of #9E084E
Complementary color
Monochromatic Colors of #9E084E
Black with #9E084E
Text Example
Text Example
White with #9E084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E084E; }
p { color: rgb(158,8,78); }
H1.HeaderClassName
{
color: #9E084E;
}
.AnyTagClassName
{
color: #9E084E;
}
</style>
background-color css
<style>
a { background-color: #9E084E; }
a { background-color: rgb(158,8,78); }
div.DivClassName
{
background-color: #9E084E;
}
.BgClassName
{
background-color: #9E084E;
}
</style>
border-color css
<style>
span { border-color: #9E084E; }
span { border-color: rgb(158,8,78); }
td.TdClassName
{
border-color: #9E084E;
}
.TagClassName
{
border-color: #9E084E;
}
</style>