Shades of Jazzberry Jam #9F175D
Tints of Jazzberry Jam #9F175D
RGB
CMYK
RGB Variations
Color information
#9F175D (or 0x9F175D) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 5D. RGB value is (159,23,93). Sum of RGB (Red+Green+Blue) = 159+23+93=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F175D is #60E8A2. Grayscale: #474747. Windows color (decimal): -6351011 or 6100895. OLE color: 6100895.
HSL color Cylindrical-coordinate representation of color #9F175D: hue angle of 329.12º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F175D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 93 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.38 |
| HSL | 329.12º | 0.75% | 0.36% | - |
| HSV(B) | 329.12º | 0.86% | 0.62% | - |
| XYZ | 16.58 | 8.77 | 11.18 | - |
| YUV | 71.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 93 | 0 | 0.86 | 0.42 | 0.38 | 329.12 | 0.75 | 0.36 |
| Hex | 9F | 17 | 5D | 0 | 56 | 2A | 26 | 149 | 4B | 24 |
| Octal | 237 | 27 | 135 | 0 | 126 | 52 | 46 | 511 | 113 | 44 |
| Binary | 10011111 | 10111 | 1011101 | 0 | 1010110 | 101010 | 100110 | 101001001 | 1001011 | 100100 |
Color Harmonies of #9F175D
Complementary color
Monochromatic Colors of #9F175D
Black with #9F175D
Text Example
Text Example
White with #9F175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F175D; }
p { color: rgb(159,23,93); }
H1.HeaderClassName
{
color: #9F175D;
}
.AnyTagClassName
{
color: #9F175D;
}
</style>
background-color css
<style>
a { background-color: #9F175D; }
a { background-color: rgb(159,23,93); }
div.DivClassName
{
background-color: #9F175D;
}
.BgClassName
{
background-color: #9F175D;
}
</style>
border-color css
<style>
span { border-color: #9F175D; }
span { border-color: rgb(159,23,93); }
td.TdClassName
{
border-color: #9F175D;
}
.TagClassName
{
border-color: #9F175D;
}
</style>