Shades of Jazzberry Jam #9F0149
Tints of Jazzberry Jam #9F0149
RGB
CMYK
RGB Variations
Color information
#9F0149 (or 0x9F0149) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 49. RGB value is (159,1,73). Sum of RGB (Red+Green+Blue) = 159+1+73=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0149 is #60FEB6. Grayscale: #383838. Windows color (decimal): -6356663 or 4784543. OLE color: 4784543.
HSL color Cylindrical-coordinate representation of color #9F0149: hue angle of 332.66º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0149 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.38 |
| HSL | 332.66º | 0.99% | 0.31% | - |
| HSV(B) | 332.66º | 0.99% | 0.62% | - |
| XYZ | 15.51 | 7.87 | 7.01 | - |
| YUV | 56.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 73 | 0 | 0.99 | 0.54 | 0.38 | 332.66 | 0.99 | 0.31 |
| Hex | 9F | 1 | 49 | 0 | 63 | 36 | 26 | 14D | 63 | 1F |
| Octal | 237 | 1 | 111 | 0 | 143 | 66 | 46 | 515 | 143 | 37 |
| Binary | 10011111 | 1 | 1001001 | 0 | 1100011 | 110110 | 100110 | 101001101 | 1100011 | 11111 |
Color Harmonies of #9F0149
Complementary color
Monochromatic Colors of #9F0149
Black with #9F0149
Text Example
Text Example
White with #9F0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0149; }
p { color: rgb(159,1,73); }
H1.HeaderClassName
{
color: #9F0149;
}
.AnyTagClassName
{
color: #9F0149;
}
</style>
background-color css
<style>
a { background-color: #9F0149; }
a { background-color: rgb(159,1,73); }
div.DivClassName
{
background-color: #9F0149;
}
.BgClassName
{
background-color: #9F0149;
}
</style>
border-color css
<style>
span { border-color: #9F0149; }
span { border-color: rgb(159,1,73); }
td.TdClassName
{
border-color: #9F0149;
}
.TagClassName
{
border-color: #9F0149;
}
</style>