Shades of Jazzberry Jam #9F136D
Tints of Jazzberry Jam #9F136D
RGB
CMYK
RGB Variations
Color information
#9F136D (or 0x9F136D) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 6D. RGB value is (159,19,109). Sum of RGB (Red+Green+Blue) = 159+19+109=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F136D is #60EC92. Grayscale: #464646. Windows color (decimal): -6352019 or 7148447. OLE color: 7148447.
HSL color Cylindrical-coordinate representation of color #9F136D: hue angle of 321.43º 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 #9F136D is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 109 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.38 |
| HSL | 321.43º | 0.79% | 0.35% | - |
| HSV(B) | 321.43º | 0.88% | 0.62% | - |
| XYZ | 17.29 | 8.94 | 15.28 | - |
| YUV | 71.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 109 | 0 | 0.88 | 0.31 | 0.38 | 321.43 | 0.79 | 0.35 |
| Hex | 9F | 13 | 6D | 0 | 58 | 1F | 26 | 141 | 4F | 23 |
| Octal | 237 | 23 | 155 | 0 | 130 | 37 | 46 | 501 | 117 | 43 |
| Binary | 10011111 | 10011 | 1101101 | 0 | 1011000 | 11111 | 100110 | 101000001 | 1001111 | 100011 |
Color Harmonies of #9F136D
Complementary color
Monochromatic Colors of #9F136D
Black with #9F136D
Text Example
Text Example
White with #9F136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F136D; }
p { color: rgb(159,19,109); }
H1.HeaderClassName
{
color: #9F136D;
}
.AnyTagClassName
{
color: #9F136D;
}
</style>
background-color css
<style>
a { background-color: #9F136D; }
a { background-color: rgb(159,19,109); }
div.DivClassName
{
background-color: #9F136D;
}
.BgClassName
{
background-color: #9F136D;
}
</style>
border-color css
<style>
span { border-color: #9F136D; }
span { border-color: rgb(159,19,109); }
td.TdClassName
{
border-color: #9F136D;
}
.TagClassName
{
border-color: #9F136D;
}
</style>