Shades of Jazzberry Jam #9E2267
Tints of Jazzberry Jam #9E2267
RGB
CMYK
RGB Variations
Color information
#9E2267 (or 0x9E2267) is known color: Jazzberry Jam. HEX triplet: 9E, 22 and 67. RGB value is (158,34,103). Sum of RGB (Red+Green+Blue) = 158+34+103=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2267 is #61DD98. Grayscale: #4E4E4E. Windows color (decimal): -6413721 or 6759070. OLE color: 6759070.
HSL color Cylindrical-coordinate representation of color #9E2267: hue angle of 326.61º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2267 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 103 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.38 |
| HSL | 326.61º | 0.65% | 0.38% | - |
| HSV(B) | 326.61º | 0.78% | 0.62% | - |
| XYZ | 17.12 | 9.39 | 13.74 | - |
| YUV | 78.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 103 | 0 | 0.78 | 0.35 | 0.38 | 326.61 | 0.65 | 0.38 |
| Hex | 9E | 22 | 67 | 0 | 4E | 23 | 26 | 147 | 41 | 26 |
| Octal | 236 | 42 | 147 | 0 | 116 | 43 | 46 | 507 | 101 | 46 |
| Binary | 10011110 | 100010 | 1100111 | 0 | 1001110 | 100011 | 100110 | 101000111 | 1000001 | 100110 |
Color Harmonies of #9E2267
Complementary color
Monochromatic Colors of #9E2267
Black with #9E2267
Text Example
Text Example
White with #9E2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2267; }
p { color: rgb(158,34,103); }
H1.HeaderClassName
{
color: #9E2267;
}
.AnyTagClassName
{
color: #9E2267;
}
</style>
background-color css
<style>
a { background-color: #9E2267; }
a { background-color: rgb(158,34,103); }
div.DivClassName
{
background-color: #9E2267;
}
.BgClassName
{
background-color: #9E2267;
}
</style>
border-color css
<style>
span { border-color: #9E2267; }
span { border-color: rgb(158,34,103); }
td.TdClassName
{
border-color: #9E2267;
}
.TagClassName
{
border-color: #9E2267;
}
</style>