Shades of Jazzberry Jam #9F185E
Tints of Jazzberry Jam #9F185E
RGB
CMYK
RGB Variations
Color information
#9F185E (or 0x9F185E) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 5E. RGB value is (159,24,94). Sum of RGB (Red+Green+Blue) = 159+24+94=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F185E is #60E7A1. Grayscale: #484848. Windows color (decimal): -6350754 or 6166687. OLE color: 6166687.
HSL color Cylindrical-coordinate representation of color #9F185E: hue angle of 328.89º 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 #9F185E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 94 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.38 |
| HSL | 328.89º | 0.74% | 0.36% | - |
| HSV(B) | 328.89º | 0.85% | 0.62% | - |
| XYZ | 16.65 | 8.83 | 11.42 | - |
| YUV | 72.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 94 | 0 | 0.85 | 0.41 | 0.38 | 328.89 | 0.74 | 0.36 |
| Hex | 9F | 18 | 5E | 0 | 55 | 29 | 26 | 149 | 4A | 24 |
| Octal | 237 | 30 | 136 | 0 | 125 | 51 | 46 | 511 | 112 | 44 |
| Binary | 10011111 | 11000 | 1011110 | 0 | 1010101 | 101001 | 100110 | 101001001 | 1001010 | 100100 |
Color Harmonies of #9F185E
Complementary color
Monochromatic Colors of #9F185E
Black with #9F185E
Text Example
Text Example
White with #9F185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F185E; }
p { color: rgb(159,24,94); }
H1.HeaderClassName
{
color: #9F185E;
}
.AnyTagClassName
{
color: #9F185E;
}
</style>
background-color css
<style>
a { background-color: #9F185E; }
a { background-color: rgb(159,24,94); }
div.DivClassName
{
background-color: #9F185E;
}
.BgClassName
{
background-color: #9F185E;
}
</style>
border-color css
<style>
span { border-color: #9F185E; }
span { border-color: rgb(159,24,94); }
td.TdClassName
{
border-color: #9F185E;
}
.TagClassName
{
border-color: #9F185E;
}
</style>