Shades of Jazzberry Jam #9F185A
Tints of Jazzberry Jam #9F185A
RGB
CMYK
RGB Variations
Color information
#9F185A (or 0x9F185A) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 5A. RGB value is (159,24,90). Sum of RGB (Red+Green+Blue) = 159+24+90=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F185A is #60E7A5. Grayscale: #474747. Windows color (decimal): -6350758 or 5904543. OLE color: 5904543.
HSL color Cylindrical-coordinate representation of color #9F185A: hue angle of 330.67º 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 #9F185A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 90 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.38 |
| HSL | 330.67º | 0.74% | 0.36% | - |
| HSV(B) | 330.67º | 0.85% | 0.62% | - |
| XYZ | 16.47 | 8.76 | 10.5 | - |
| YUV | 71.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 90 | 0 | 0.85 | 0.43 | 0.38 | 330.67 | 0.74 | 0.36 |
| Hex | 9F | 18 | 5A | 0 | 55 | 2B | 26 | 14B | 4A | 24 |
| Octal | 237 | 30 | 132 | 0 | 125 | 53 | 46 | 513 | 112 | 44 |
| Binary | 10011111 | 11000 | 1011010 | 0 | 1010101 | 101011 | 100110 | 101001011 | 1001010 | 100100 |
Color Harmonies of #9F185A
Complementary color
Monochromatic Colors of #9F185A
Black with #9F185A
Text Example
Text Example
White with #9F185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F185A; }
p { color: rgb(159,24,90); }
H1.HeaderClassName
{
color: #9F185A;
}
.AnyTagClassName
{
color: #9F185A;
}
</style>
background-color css
<style>
a { background-color: #9F185A; }
a { background-color: rgb(159,24,90); }
div.DivClassName
{
background-color: #9F185A;
}
.BgClassName
{
background-color: #9F185A;
}
</style>
border-color css
<style>
span { border-color: #9F185A; }
span { border-color: rgb(159,24,90); }
td.TdClassName
{
border-color: #9F185A;
}
.TagClassName
{
border-color: #9F185A;
}
</style>