Shades of Jazzberry Jam #9F186B
Tints of Jazzberry Jam #9F186B
RGB
CMYK
RGB Variations
Color information
#9F186B (or 0x9F186B) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 6B. RGB value is (159,24,107). Sum of RGB (Red+Green+Blue) = 159+24+107=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F186B is #60E794. Grayscale: #494949. Windows color (decimal): -6350741 or 7018655. OLE color: 7018655.
HSL color Cylindrical-coordinate representation of color #9F186B: hue angle of 323.11º 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 #9F186B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 107 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.38 |
| HSL | 323.11º | 0.74% | 0.36% | - |
| HSV(B) | 323.11º | 0.85% | 0.62% | - |
| XYZ | 17.28 | 9.09 | 14.75 | - |
| YUV | 73.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 107 | 0 | 0.85 | 0.33 | 0.38 | 323.11 | 0.74 | 0.36 |
| Hex | 9F | 18 | 6B | 0 | 55 | 21 | 26 | 143 | 4A | 24 |
| Octal | 237 | 30 | 153 | 0 | 125 | 41 | 46 | 503 | 112 | 44 |
| Binary | 10011111 | 11000 | 1101011 | 0 | 1010101 | 100001 | 100110 | 101000011 | 1001010 | 100100 |
Color Harmonies of #9F186B
Complementary color
Monochromatic Colors of #9F186B
Black with #9F186B
Text Example
Text Example
White with #9F186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F186B; }
p { color: rgb(159,24,107); }
H1.HeaderClassName
{
color: #9F186B;
}
.AnyTagClassName
{
color: #9F186B;
}
</style>
background-color css
<style>
a { background-color: #9F186B; }
a { background-color: rgb(159,24,107); }
div.DivClassName
{
background-color: #9F186B;
}
.BgClassName
{
background-color: #9F186B;
}
</style>
border-color css
<style>
span { border-color: #9F186B; }
span { border-color: rgb(159,24,107); }
td.TdClassName
{
border-color: #9F186B;
}
.TagClassName
{
border-color: #9F186B;
}
</style>