Shades of Jazzberry Jam #9E1069
Tints of Jazzberry Jam #9E1069
RGB
CMYK
RGB Variations
Color information
#9E1069 (or 0x9E1069) is known color: Jazzberry Jam. HEX triplet: 9E, 10 and 69. RGB value is (158,16,105). Sum of RGB (Red+Green+Blue) = 158+16+105=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1069 is #61EF96. Grayscale: #444444. Windows color (decimal): -6418327 or 6885534. OLE color: 6885534.
HSL color Cylindrical-coordinate representation of color #9E1069: hue angle of 322.39º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1069 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 105 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.38 |
| HSL | 322.39º | 0.82% | 0.34% | - |
| HSV(B) | 322.39º | 0.9% | 0.62% | - |
| XYZ | 16.84 | 8.66 | 14.15 | - |
| YUV | 68.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 105 | 0 | 0.90 | 0.34 | 0.38 | 322.39 | 0.82 | 0.34 |
| Hex | 9E | 10 | 69 | 0 | 5A | 22 | 26 | 142 | 52 | 22 |
| Octal | 236 | 20 | 151 | 0 | 132 | 42 | 46 | 502 | 122 | 42 |
| Binary | 10011110 | 10000 | 1101001 | 0 | 1011010 | 100010 | 100110 | 101000010 | 1010010 | 100010 |
Color Harmonies of #9E1069
Complementary color
Monochromatic Colors of #9E1069
Black with #9E1069
Text Example
Text Example
White with #9E1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1069; }
p { color: rgb(158,16,105); }
H1.HeaderClassName
{
color: #9E1069;
}
.AnyTagClassName
{
color: #9E1069;
}
</style>
background-color css
<style>
a { background-color: #9E1069; }
a { background-color: rgb(158,16,105); }
div.DivClassName
{
background-color: #9E1069;
}
.BgClassName
{
background-color: #9E1069;
}
</style>
border-color css
<style>
span { border-color: #9E1069; }
span { border-color: rgb(158,16,105); }
td.TdClassName
{
border-color: #9E1069;
}
.TagClassName
{
border-color: #9E1069;
}
</style>