Shades of Jazzberry Jam #9F186C
Tints of Jazzberry Jam #9F186C
RGB
CMYK
RGB Variations
Color information
#9F186C (or 0x9F186C) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 6C. RGB value is (159,24,108). Sum of RGB (Red+Green+Blue) = 159+24+108=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F186C is #60E793. Grayscale: #494949. Windows color (decimal): -6350740 or 7084191. OLE color: 7084191.
HSL color Cylindrical-coordinate representation of color #9F186C: hue angle of 322.67º 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 #9F186C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 108 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.38 |
| HSL | 322.67º | 0.74% | 0.36% | - |
| HSV(B) | 322.67º | 0.85% | 0.62% | - |
| XYZ | 17.33 | 9.11 | 15.03 | - |
| YUV | 73.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 108 | 0 | 0.85 | 0.32 | 0.38 | 322.67 | 0.74 | 0.36 |
| Hex | 9F | 18 | 6C | 0 | 55 | 20 | 26 | 143 | 4A | 24 |
| Octal | 237 | 30 | 154 | 0 | 125 | 40 | 46 | 503 | 112 | 44 |
| Binary | 10011111 | 11000 | 1101100 | 0 | 1010101 | 100000 | 100110 | 101000011 | 1001010 | 100100 |
Color Harmonies of #9F186C
Complementary color
Monochromatic Colors of #9F186C
Black with #9F186C
Text Example
Text Example
White with #9F186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F186C; }
p { color: rgb(159,24,108); }
H1.HeaderClassName
{
color: #9F186C;
}
.AnyTagClassName
{
color: #9F186C;
}
</style>
background-color css
<style>
a { background-color: #9F186C; }
a { background-color: rgb(159,24,108); }
div.DivClassName
{
background-color: #9F186C;
}
.BgClassName
{
background-color: #9F186C;
}
</style>
border-color css
<style>
span { border-color: #9F186C; }
span { border-color: rgb(159,24,108); }
td.TdClassName
{
border-color: #9F186C;
}
.TagClassName
{
border-color: #9F186C;
}
</style>