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