Shades of Jazzberry Jam #9E034C
Tints of Jazzberry Jam #9E034C
RGB
CMYK
RGB Variations
Color information
#9E034C (or 0x9E034C) is known color: Jazzberry Jam. HEX triplet: 9E, 03 and 4C. RGB value is (158,3,76). Sum of RGB (Red+Green+Blue) = 158+3+76=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E034C is #61FCB3. Grayscale: #393939. Windows color (decimal): -6421684 or 4981662. OLE color: 4981662.
HSL color Cylindrical-coordinate representation of color #9E034C: hue angle of 331.74º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E034C is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.38 |
| HSL | 331.74º | 0.96% | 0.32% | - |
| HSV(B) | 331.74º | 0.98% | 0.62% | - |
| XYZ | 15.44 | 7.86 | 7.54 | - |
| YUV | 57.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 76 | 0 | 0.98 | 0.52 | 0.38 | 331.74 | 0.96 | 0.32 |
| Hex | 9E | 3 | 4C | 0 | 62 | 34 | 26 | 14C | 60 | 20 |
| Octal | 236 | 3 | 114 | 0 | 142 | 64 | 46 | 514 | 140 | 40 |
| Binary | 10011110 | 11 | 1001100 | 0 | 1100010 | 110100 | 100110 | 101001100 | 1100000 | 100000 |
Color Harmonies of #9E034C
Complementary color
Monochromatic Colors of #9E034C
Black with #9E034C
Text Example
Text Example
White with #9E034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E034C; }
p { color: rgb(158,3,76); }
H1.HeaderClassName
{
color: #9E034C;
}
.AnyTagClassName
{
color: #9E034C;
}
</style>
background-color css
<style>
a { background-color: #9E034C; }
a { background-color: rgb(158,3,76); }
div.DivClassName
{
background-color: #9E034C;
}
.BgClassName
{
background-color: #9E034C;
}
</style>
border-color css
<style>
span { border-color: #9E034C; }
span { border-color: rgb(158,3,76); }
td.TdClassName
{
border-color: #9E034C;
}
.TagClassName
{
border-color: #9E034C;
}
</style>