Shades of Jazzberry Jam #9F1268
Tints of Jazzberry Jam #9F1268
RGB
CMYK
RGB Variations
Color information
#9F1268 (or 0x9F1268) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 68. RGB value is (159,18,104). Sum of RGB (Red+Green+Blue) = 159+18+104=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1268 is #60ED97. Grayscale: #454545. Windows color (decimal): -6352280 or 6820511. OLE color: 6820511.
HSL color Cylindrical-coordinate representation of color #9F1268: hue angle of 323.4º 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 #9F1268 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 104 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.38 |
| HSL | 323.4º | 0.8% | 0.35% | - |
| HSV(B) | 323.4º | 0.89% | 0.62% | - |
| XYZ | 17.01 | 8.8 | 13.9 | - |
| YUV | 69.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 104 | 0 | 0.89 | 0.35 | 0.38 | 323.4 | 0.8 | 0.35 |
| Hex | 9F | 12 | 68 | 0 | 59 | 23 | 26 | 143 | 50 | 23 |
| Octal | 237 | 22 | 150 | 0 | 131 | 43 | 46 | 503 | 120 | 43 |
| Binary | 10011111 | 10010 | 1101000 | 0 | 1011001 | 100011 | 100110 | 101000011 | 1010000 | 100011 |
Color Harmonies of #9F1268
Complementary color
Monochromatic Colors of #9F1268
Black with #9F1268
Text Example
Text Example
White with #9F1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1268; }
p { color: rgb(159,18,104); }
H1.HeaderClassName
{
color: #9F1268;
}
.AnyTagClassName
{
color: #9F1268;
}
</style>
background-color css
<style>
a { background-color: #9F1268; }
a { background-color: rgb(159,18,104); }
div.DivClassName
{
background-color: #9F1268;
}
.BgClassName
{
background-color: #9F1268;
}
</style>
border-color css
<style>
span { border-color: #9F1268; }
span { border-color: rgb(159,18,104); }
td.TdClassName
{
border-color: #9F1268;
}
.TagClassName
{
border-color: #9F1268;
}
</style>