Shades of Jazzberry Jam #9D1069
Tints of Jazzberry Jam #9D1069
RGB
CMYK
RGB Variations
Color information
#9D1069 (or 0x9D1069) is known color: Jazzberry Jam. HEX triplet: 9D, 10 and 69. RGB value is (157,16,105). Sum of RGB (Red+Green+Blue) = 157+16+105=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1069 is #62EF96. Grayscale: #444444. Windows color (decimal): -6483863 or 6885533. OLE color: 6885533.
HSL color Cylindrical-coordinate representation of color #9D1069: hue angle of 322.13º 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 #9D1069 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 105 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.38 |
| HSL | 322.13º | 0.82% | 0.34% | - |
| HSV(B) | 322.13º | 0.9% | 0.62% | - |
| XYZ | 16.64 | 8.56 | 14.14 | - |
| YUV | 68.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 105 | 0 | 0.90 | 0.33 | 0.38 | 322.13 | 0.82 | 0.34 |
| Hex | 9D | 10 | 69 | 0 | 5A | 21 | 26 | 142 | 52 | 22 |
| Octal | 235 | 20 | 151 | 0 | 132 | 41 | 46 | 502 | 122 | 42 |
| Binary | 10011101 | 10000 | 1101001 | 0 | 1011010 | 100001 | 100110 | 101000010 | 1010010 | 100010 |
Color Harmonies of #9D1069
Complementary color
Monochromatic Colors of #9D1069
Black with #9D1069
Text Example
Text Example
White with #9D1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1069; }
p { color: rgb(157,16,105); }
H1.HeaderClassName
{
color: #9D1069;
}
.AnyTagClassName
{
color: #9D1069;
}
</style>
background-color css
<style>
a { background-color: #9D1069; }
a { background-color: rgb(157,16,105); }
div.DivClassName
{
background-color: #9D1069;
}
.BgClassName
{
background-color: #9D1069;
}
</style>
border-color css
<style>
span { border-color: #9D1069; }
span { border-color: rgb(157,16,105); }
td.TdClassName
{
border-color: #9D1069;
}
.TagClassName
{
border-color: #9D1069;
}
</style>