Shades of Jazzberry Jam #9E084B
Tints of Jazzberry Jam #9E084B
RGB
CMYK
RGB Variations
Color information
#9E084B (or 0x9E084B) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 4B. RGB value is (158,8,75). Sum of RGB (Red+Green+Blue) = 158+8+75=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E084B is #61F7B4. Grayscale: #3C3C3C. Windows color (decimal): -6420405 or 4917406. OLE color: 4917406.
HSL color Cylindrical-coordinate representation of color #9E084B: hue angle of 333.2º 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 #9E084B is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 75 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.38 |
| HSL | 333.2º | 0.9% | 0.33% | - |
| HSV(B) | 333.2º | 0.95% | 0.62% | - |
| XYZ | 15.46 | 7.95 | 7.38 | - |
| YUV | 60.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 75 | 0 | 0.95 | 0.53 | 0.38 | 333.2 | 0.9 | 0.33 |
| Hex | 9E | 8 | 4B | 0 | 5F | 35 | 26 | 14D | 5A | 21 |
| Octal | 236 | 10 | 113 | 0 | 137 | 65 | 46 | 515 | 132 | 41 |
| Binary | 10011110 | 1000 | 1001011 | 0 | 1011111 | 110101 | 100110 | 101001101 | 1011010 | 100001 |
Color Harmonies of #9E084B
Complementary color
Monochromatic Colors of #9E084B
Black with #9E084B
Text Example
Text Example
White with #9E084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E084B; }
p { color: rgb(158,8,75); }
H1.HeaderClassName
{
color: #9E084B;
}
.AnyTagClassName
{
color: #9E084B;
}
</style>
background-color css
<style>
a { background-color: #9E084B; }
a { background-color: rgb(158,8,75); }
div.DivClassName
{
background-color: #9E084B;
}
.BgClassName
{
background-color: #9E084B;
}
</style>
border-color css
<style>
span { border-color: #9E084B; }
span { border-color: rgb(158,8,75); }
td.TdClassName
{
border-color: #9E084B;
}
.TagClassName
{
border-color: #9E084B;
}
</style>