Shades of Jazzberry Jam #9E035D
Tints of Jazzberry Jam #9E035D
RGB
CMYK
RGB Variations
Color information
#9E035D (or 0x9E035D) is known color: Jazzberry Jam. HEX triplet: 9E, 03 and 5D. RGB value is (158,3,93). Sum of RGB (Red+Green+Blue) = 158+3+93=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E035D is #61FCA2. Grayscale: #3B3B3B. Windows color (decimal): -6421667 or 6095774. OLE color: 6095774.
HSL color Cylindrical-coordinate representation of color #9E035D: hue angle of 325.16º 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 #9E035D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.38 |
| HSL | 325.16º | 0.96% | 0.32% | - |
| HSV(B) | 325.16º | 0.98% | 0.62% | - |
| XYZ | 16.11 | 8.12 | 11.08 | - |
| YUV | 59.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 93 | 0 | 0.98 | 0.41 | 0.38 | 325.16 | 0.96 | 0.32 |
| Hex | 9E | 3 | 5D | 0 | 62 | 29 | 26 | 145 | 60 | 20 |
| Octal | 236 | 3 | 135 | 0 | 142 | 51 | 46 | 505 | 140 | 40 |
| Binary | 10011110 | 11 | 1011101 | 0 | 1100010 | 101001 | 100110 | 101000101 | 1100000 | 100000 |
Color Harmonies of #9E035D
Complementary color
Monochromatic Colors of #9E035D
Black with #9E035D
Text Example
Text Example
White with #9E035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E035D; }
p { color: rgb(158,3,93); }
H1.HeaderClassName
{
color: #9E035D;
}
.AnyTagClassName
{
color: #9E035D;
}
</style>
background-color css
<style>
a { background-color: #9E035D; }
a { background-color: rgb(158,3,93); }
div.DivClassName
{
background-color: #9E035D;
}
.BgClassName
{
background-color: #9E035D;
}
</style>
border-color css
<style>
span { border-color: #9E035D; }
span { border-color: rgb(158,3,93); }
td.TdClassName
{
border-color: #9E035D;
}
.TagClassName
{
border-color: #9E035D;
}
</style>