Shades of Jazzberry Jam #9F1053
Tints of Jazzberry Jam #9F1053
RGB
CMYK
RGB Variations
Color information
#9F1053 (or 0x9F1053) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 53. RGB value is (159,16,83). Sum of RGB (Red+Green+Blue) = 159+16+83=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1053 is #60EFAC. Grayscale: #424242. Windows color (decimal): -6352813 or 5443743. OLE color: 5443743.
HSL color Cylindrical-coordinate representation of color #9F1053: hue angle of 331.89º 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 #9F1053 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 83 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.38 |
| HSL | 331.89º | 0.82% | 0.34% | - |
| HSV(B) | 331.89º | 0.9% | 0.62% | - |
| XYZ | 16.04 | 8.37 | 8.95 | - |
| YUV | 66.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 83 | 0 | 0.90 | 0.48 | 0.38 | 331.89 | 0.82 | 0.34 |
| Hex | 9F | 10 | 53 | 0 | 5A | 30 | 26 | 14C | 52 | 22 |
| Octal | 237 | 20 | 123 | 0 | 132 | 60 | 46 | 514 | 122 | 42 |
| Binary | 10011111 | 10000 | 1010011 | 0 | 1011010 | 110000 | 100110 | 101001100 | 1010010 | 100010 |
Color Harmonies of #9F1053
Complementary color
Monochromatic Colors of #9F1053
Black with #9F1053
Text Example
Text Example
White with #9F1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1053; }
p { color: rgb(159,16,83); }
H1.HeaderClassName
{
color: #9F1053;
}
.AnyTagClassName
{
color: #9F1053;
}
</style>
background-color css
<style>
a { background-color: #9F1053; }
a { background-color: rgb(159,16,83); }
div.DivClassName
{
background-color: #9F1053;
}
.BgClassName
{
background-color: #9F1053;
}
</style>
border-color css
<style>
span { border-color: #9F1053; }
span { border-color: rgb(159,16,83); }
td.TdClassName
{
border-color: #9F1053;
}
.TagClassName
{
border-color: #9F1053;
}
</style>