Shades of Jazzberry Jam #9F175B
Tints of Jazzberry Jam #9F175B
RGB
CMYK
RGB Variations
Color information
#9F175B (or 0x9F175B) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 5B. RGB value is (159,23,91). Sum of RGB (Red+Green+Blue) = 159+23+91=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F175B is #60E8A4. Grayscale: #474747. Windows color (decimal): -6351013 or 5969823. OLE color: 5969823.
HSL color Cylindrical-coordinate representation of color #9F175B: hue angle of 330º 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 #9F175B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 91 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.38 |
| HSL | 330º | 0.75% | 0.36% | - |
| HSV(B) | 330º | 0.86% | 0.62% | - |
| XYZ | 16.49 | 8.74 | 10.72 | - |
| YUV | 71.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 91 | 0 | 0.86 | 0.43 | 0.38 | 330 | 0.75 | 0.36 |
| Hex | 9F | 17 | 5B | 0 | 56 | 2B | 26 | 14A | 4B | 24 |
| Octal | 237 | 27 | 133 | 0 | 126 | 53 | 46 | 512 | 113 | 44 |
| Binary | 10011111 | 10111 | 1011011 | 0 | 1010110 | 101011 | 100110 | 101001010 | 1001011 | 100100 |
Color Harmonies of #9F175B
Complementary color
Monochromatic Colors of #9F175B
Black with #9F175B
Text Example
Text Example
White with #9F175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F175B; }
p { color: rgb(159,23,91); }
H1.HeaderClassName
{
color: #9F175B;
}
.AnyTagClassName
{
color: #9F175B;
}
</style>
background-color css
<style>
a { background-color: #9F175B; }
a { background-color: rgb(159,23,91); }
div.DivClassName
{
background-color: #9F175B;
}
.BgClassName
{
background-color: #9F175B;
}
</style>
border-color css
<style>
span { border-color: #9F175B; }
span { border-color: rgb(159,23,91); }
td.TdClassName
{
border-color: #9F175B;
}
.TagClassName
{
border-color: #9F175B;
}
</style>