Shades of Jazzberry Jam #9F185D
Tints of Jazzberry Jam #9F185D
RGB
CMYK
RGB Variations
Color information
#9F185D (or 0x9F185D) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 5D. RGB value is (159,24,93). Sum of RGB (Red+Green+Blue) = 159+24+93=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F185D is #60E7A2. Grayscale: #484848. Windows color (decimal): -6350755 or 6101151. OLE color: 6101151.
HSL color Cylindrical-coordinate representation of color #9F185D: hue angle of 329.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 #9F185D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 93 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.38 |
| HSL | 329.33º | 0.74% | 0.36% | - |
| HSV(B) | 329.33º | 0.85% | 0.62% | - |
| XYZ | 16.6 | 8.81 | 11.18 | - |
| YUV | 72.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 93 | 0 | 0.85 | 0.42 | 0.38 | 329.33 | 0.74 | 0.36 |
| Hex | 9F | 18 | 5D | 0 | 55 | 2A | 26 | 149 | 4A | 24 |
| Octal | 237 | 30 | 135 | 0 | 125 | 52 | 46 | 511 | 112 | 44 |
| Binary | 10011111 | 11000 | 1011101 | 0 | 1010101 | 101010 | 100110 | 101001001 | 1001010 | 100100 |
Color Harmonies of #9F185D
Complementary color
Monochromatic Colors of #9F185D
Black with #9F185D
Text Example
Text Example
White with #9F185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F185D; }
p { color: rgb(159,24,93); }
H1.HeaderClassName
{
color: #9F185D;
}
.AnyTagClassName
{
color: #9F185D;
}
</style>
background-color css
<style>
a { background-color: #9F185D; }
a { background-color: rgb(159,24,93); }
div.DivClassName
{
background-color: #9F185D;
}
.BgClassName
{
background-color: #9F185D;
}
</style>
border-color css
<style>
span { border-color: #9F185D; }
span { border-color: rgb(159,24,93); }
td.TdClassName
{
border-color: #9F185D;
}
.TagClassName
{
border-color: #9F185D;
}
</style>