Shades of Jazzberry Jam #9F1054
Tints of Jazzberry Jam #9F1054
RGB
CMYK
RGB Variations
Color information
#9F1054 (or 0x9F1054) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 54. RGB value is (159,16,84). Sum of RGB (Red+Green+Blue) = 159+16+84=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1054 is #60EFAB. Grayscale: #424242. Windows color (decimal): -6352812 or 5509279. OLE color: 5509279.
HSL color Cylindrical-coordinate representation of color #9F1054: hue angle of 331.47º 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 #9F1054 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 84 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.38 |
| HSL | 331.47º | 0.82% | 0.34% | - |
| HSV(B) | 331.47º | 0.9% | 0.62% | - |
| XYZ | 16.08 | 8.38 | 9.16 | - |
| YUV | 66.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 84 | 0 | 0.90 | 0.47 | 0.38 | 331.47 | 0.82 | 0.34 |
| Hex | 9F | 10 | 54 | 0 | 5A | 2F | 26 | 14B | 52 | 22 |
| Octal | 237 | 20 | 124 | 0 | 132 | 57 | 46 | 513 | 122 | 42 |
| Binary | 10011111 | 10000 | 1010100 | 0 | 1011010 | 101111 | 100110 | 101001011 | 1010010 | 100010 |
Color Harmonies of #9F1054
Complementary color
Monochromatic Colors of #9F1054
Black with #9F1054
Text Example
Text Example
White with #9F1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1054; }
p { color: rgb(159,16,84); }
H1.HeaderClassName
{
color: #9F1054;
}
.AnyTagClassName
{
color: #9F1054;
}
</style>
background-color css
<style>
a { background-color: #9F1054; }
a { background-color: rgb(159,16,84); }
div.DivClassName
{
background-color: #9F1054;
}
.BgClassName
{
background-color: #9F1054;
}
</style>
border-color css
<style>
span { border-color: #9F1054; }
span { border-color: rgb(159,16,84); }
td.TdClassName
{
border-color: #9F1054;
}
.TagClassName
{
border-color: #9F1054;
}
</style>