Shades of Jazzberry Jam #9F186F
Tints of Jazzberry Jam #9F186F
RGB
CMYK
RGB Variations
Color information
#9F186F (or 0x9F186F) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 6F. RGB value is (159,24,111). Sum of RGB (Red+Green+Blue) = 159+24+111=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F186F is #60E790. Grayscale: #4A4A4A. Windows color (decimal): -6350737 or 7280799. OLE color: 7280799.
HSL color Cylindrical-coordinate representation of color #9F186F: hue angle of 321.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F186F is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 111 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.38 |
| HSL | 321.33º | 0.74% | 0.36% | - |
| HSV(B) | 321.33º | 0.85% | 0.62% | - |
| XYZ | 17.49 | 9.17 | 15.89 | - |
| YUV | 74.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 111 | 0 | 0.85 | 0.30 | 0.38 | 321.33 | 0.74 | 0.36 |
| Hex | 9F | 18 | 6F | 0 | 55 | 1E | 26 | 141 | 4A | 24 |
| Octal | 237 | 30 | 157 | 0 | 125 | 36 | 46 | 501 | 112 | 44 |
| Binary | 10011111 | 11000 | 1101111 | 0 | 1010101 | 11110 | 100110 | 101000001 | 1001010 | 100100 |
Color Harmonies of #9F186F
Complementary color
Monochromatic Colors of #9F186F
Black with #9F186F
Text Example
Text Example
White with #9F186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F186F; }
p { color: rgb(159,24,111); }
H1.HeaderClassName
{
color: #9F186F;
}
.AnyTagClassName
{
color: #9F186F;
}
</style>
background-color css
<style>
a { background-color: #9F186F; }
a { background-color: rgb(159,24,111); }
div.DivClassName
{
background-color: #9F186F;
}
.BgClassName
{
background-color: #9F186F;
}
</style>
border-color css
<style>
span { border-color: #9F186F; }
span { border-color: rgb(159,24,111); }
td.TdClassName
{
border-color: #9F186F;
}
.TagClassName
{
border-color: #9F186F;
}
</style>