Shades of Jazzberry Jam #9F1069
Tints of Jazzberry Jam #9F1069
RGB
CMYK
RGB Variations
Color information
#9F1069 (or 0x9F1069) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 69. RGB value is (159,16,105). Sum of RGB (Red+Green+Blue) = 159+16+105=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1069 is #60EF96. Grayscale: #444444. Windows color (decimal): -6352791 or 6885535. OLE color: 6885535.
HSL color Cylindrical-coordinate representation of color #9F1069: hue angle of 322.66º 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 #9F1069 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 105 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.38 |
| HSL | 322.66º | 0.82% | 0.34% | - |
| HSV(B) | 322.66º | 0.9% | 0.62% | - |
| XYZ | 17.03 | 8.76 | 14.16 | - |
| YUV | 68.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 105 | 0 | 0.90 | 0.34 | 0.38 | 322.66 | 0.82 | 0.34 |
| Hex | 9F | 10 | 69 | 0 | 5A | 22 | 26 | 143 | 52 | 22 |
| Octal | 237 | 20 | 151 | 0 | 132 | 42 | 46 | 503 | 122 | 42 |
| Binary | 10011111 | 10000 | 1101001 | 0 | 1011010 | 100010 | 100110 | 101000011 | 1010010 | 100010 |
Color Harmonies of #9F1069
Complementary color
Monochromatic Colors of #9F1069
Black with #9F1069
Text Example
Text Example
White with #9F1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1069; }
p { color: rgb(159,16,105); }
H1.HeaderClassName
{
color: #9F1069;
}
.AnyTagClassName
{
color: #9F1069;
}
</style>
background-color css
<style>
a { background-color: #9F1069; }
a { background-color: rgb(159,16,105); }
div.DivClassName
{
background-color: #9F1069;
}
.BgClassName
{
background-color: #9F1069;
}
</style>
border-color css
<style>
span { border-color: #9F1069; }
span { border-color: rgb(159,16,105); }
td.TdClassName
{
border-color: #9F1069;
}
.TagClassName
{
border-color: #9F1069;
}
</style>