Shades of Jazzberry Jam #9F146C
Tints of Jazzberry Jam #9F146C
RGB
CMYK
RGB Variations
Color information
#9F146C (or 0x9F146C) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 6C. RGB value is (159,20,108). Sum of RGB (Red+Green+Blue) = 159+20+108=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F146C is #60EB93. Grayscale: #474747. Windows color (decimal): -6351764 or 7083167. OLE color: 7083167.
HSL color Cylindrical-coordinate representation of color #9F146C: hue angle of 322.01º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F146C is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 108 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.38 |
| HSL | 322.01º | 0.78% | 0.35% | - |
| HSV(B) | 322.01º | 0.87% | 0.62% | - |
| XYZ | 17.26 | 8.95 | 15.01 | - |
| YUV | 71.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 108 | 0 | 0.87 | 0.32 | 0.38 | 322.01 | 0.78 | 0.35 |
| Hex | 9F | 14 | 6C | 0 | 57 | 20 | 26 | 142 | 4E | 23 |
| Octal | 237 | 24 | 154 | 0 | 127 | 40 | 46 | 502 | 116 | 43 |
| Binary | 10011111 | 10100 | 1101100 | 0 | 1010111 | 100000 | 100110 | 101000010 | 1001110 | 100011 |
Color Harmonies of #9F146C
Complementary color
Monochromatic Colors of #9F146C
Black with #9F146C
Text Example
Text Example
White with #9F146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F146C; }
p { color: rgb(159,20,108); }
H1.HeaderClassName
{
color: #9F146C;
}
.AnyTagClassName
{
color: #9F146C;
}
</style>
background-color css
<style>
a { background-color: #9F146C; }
a { background-color: rgb(159,20,108); }
div.DivClassName
{
background-color: #9F146C;
}
.BgClassName
{
background-color: #9F146C;
}
</style>
border-color css
<style>
span { border-color: #9F146C; }
span { border-color: rgb(159,20,108); }
td.TdClassName
{
border-color: #9F146C;
}
.TagClassName
{
border-color: #9F146C;
}
</style>