Shades of Jazzberry Jam #9F136C
Tints of Jazzberry Jam #9F136C
RGB
CMYK
RGB Variations
Color information
#9F136C (or 0x9F136C) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 6C. RGB value is (159,19,108). Sum of RGB (Red+Green+Blue) = 159+19+108=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F136C is #60EC93. Grayscale: #464646. Windows color (decimal): -6352020 or 7082911. OLE color: 7082911.
HSL color Cylindrical-coordinate representation of color #9F136C: hue angle of 321.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F136C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 108 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.38 |
| HSL | 321.86º | 0.79% | 0.35% | - |
| HSV(B) | 321.86º | 0.88% | 0.62% | - |
| XYZ | 17.24 | 8.92 | 15 | - |
| YUV | 71.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 108 | 0 | 0.88 | 0.32 | 0.38 | 321.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 6C | 0 | 58 | 20 | 26 | 142 | 4F | 23 |
| Octal | 237 | 23 | 154 | 0 | 130 | 40 | 46 | 502 | 117 | 43 |
| Binary | 10011111 | 10011 | 1101100 | 0 | 1011000 | 100000 | 100110 | 101000010 | 1001111 | 100011 |
Color Harmonies of #9F136C
Complementary color
Monochromatic Colors of #9F136C
Black with #9F136C
Text Example
Text Example
White with #9F136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F136C; }
p { color: rgb(159,19,108); }
H1.HeaderClassName
{
color: #9F136C;
}
.AnyTagClassName
{
color: #9F136C;
}
</style>
background-color css
<style>
a { background-color: #9F136C; }
a { background-color: rgb(159,19,108); }
div.DivClassName
{
background-color: #9F136C;
}
.BgClassName
{
background-color: #9F136C;
}
</style>
border-color css
<style>
span { border-color: #9F136C; }
span { border-color: rgb(159,19,108); }
td.TdClassName
{
border-color: #9F136C;
}
.TagClassName
{
border-color: #9F136C;
}
</style>