Shades of Jazzberry Jam #9F185C
Tints of Jazzberry Jam #9F185C
RGB
CMYK
RGB Variations
Color information
#9F185C (or 0x9F185C) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 5C. RGB value is (159,24,92). Sum of RGB (Red+Green+Blue) = 159+24+92=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F185C is #60E7A3. Grayscale: #474747. Windows color (decimal): -6350756 or 6035615. OLE color: 6035615.
HSL color Cylindrical-coordinate representation of color #9F185C: hue angle of 329.78º 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 #9F185C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 92 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.38 |
| HSL | 329.78º | 0.74% | 0.36% | - |
| HSV(B) | 329.78º | 0.85% | 0.62% | - |
| XYZ | 16.56 | 8.8 | 10.95 | - |
| YUV | 72.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 92 | 0 | 0.85 | 0.42 | 0.38 | 329.78 | 0.74 | 0.36 |
| Hex | 9F | 18 | 5C | 0 | 55 | 2A | 26 | 14A | 4A | 24 |
| Octal | 237 | 30 | 134 | 0 | 125 | 52 | 46 | 512 | 112 | 44 |
| Binary | 10011111 | 11000 | 1011100 | 0 | 1010101 | 101010 | 100110 | 101001010 | 1001010 | 100100 |
Color Harmonies of #9F185C
Complementary color
Monochromatic Colors of #9F185C
Black with #9F185C
Text Example
Text Example
White with #9F185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F185C; }
p { color: rgb(159,24,92); }
H1.HeaderClassName
{
color: #9F185C;
}
.AnyTagClassName
{
color: #9F185C;
}
</style>
background-color css
<style>
a { background-color: #9F185C; }
a { background-color: rgb(159,24,92); }
div.DivClassName
{
background-color: #9F185C;
}
.BgClassName
{
background-color: #9F185C;
}
</style>
border-color css
<style>
span { border-color: #9F185C; }
span { border-color: rgb(159,24,92); }
td.TdClassName
{
border-color: #9F185C;
}
.TagClassName
{
border-color: #9F185C;
}
</style>