Shades of Jazzberry Jam #9F1253
Tints of Jazzberry Jam #9F1253
RGB
CMYK
RGB Variations
Color information
#9F1253 (or 0x9F1253) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 53. RGB value is (159,18,83). Sum of RGB (Red+Green+Blue) = 159+18+83=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1253 is #60EDAC. Grayscale: #434343. Windows color (decimal): -6352301 or 5444255. OLE color: 5444255.
HSL color Cylindrical-coordinate representation of color #9F1253: hue angle of 332.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1253 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 83 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.38 |
| HSL | 332.34º | 0.8% | 0.35% | - |
| HSV(B) | 332.34º | 0.89% | 0.62% | - |
| XYZ | 16.08 | 8.43 | 8.96 | - |
| YUV | 67.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 83 | 0 | 0.89 | 0.48 | 0.38 | 332.34 | 0.8 | 0.35 |
| Hex | 9F | 12 | 53 | 0 | 59 | 30 | 26 | 14C | 50 | 23 |
| Octal | 237 | 22 | 123 | 0 | 131 | 60 | 46 | 514 | 120 | 43 |
| Binary | 10011111 | 10010 | 1010011 | 0 | 1011001 | 110000 | 100110 | 101001100 | 1010000 | 100011 |
Color Harmonies of #9F1253
Complementary color
Monochromatic Colors of #9F1253
Black with #9F1253
Text Example
Text Example
White with #9F1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1253; }
p { color: rgb(159,18,83); }
H1.HeaderClassName
{
color: #9F1253;
}
.AnyTagClassName
{
color: #9F1253;
}
</style>
background-color css
<style>
a { background-color: #9F1253; }
a { background-color: rgb(159,18,83); }
div.DivClassName
{
background-color: #9F1253;
}
.BgClassName
{
background-color: #9F1253;
}
</style>
border-color css
<style>
span { border-color: #9F1253; }
span { border-color: rgb(159,18,83); }
td.TdClassName
{
border-color: #9F1253;
}
.TagClassName
{
border-color: #9F1253;
}
</style>