Shades of Jazzberry Jam #9F0046
Tints of Jazzberry Jam #9F0046
RGB
CMYK
RGB Variations
Color information
#9F0046 (or 0x9F0046) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 46. RGB value is (159,0,70). Sum of RGB (Red+Green+Blue) = 159+0+70=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0046 is #60FFB9. Grayscale: #373737. Windows color (decimal): -6356922 or 4587679. OLE color: 4587679.
HSL color Cylindrical-coordinate representation of color #9F0046: hue angle of 333.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0046 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.56 | 0.38 |
| HSL | 333.58º | 1% | 0.31% | - |
| HSV(B) | 333.58º | 1% | 0.62% | - |
| XYZ | 15.4 | 7.81 | 6.49 | - |
| YUV | 55.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 70 | 0 | 1 | 0.56 | 0.38 | 333.58 | 1 | 0.31 |
| Hex | 9F | 0 | 46 | 0 | 64 | 38 | 26 | 14E | 64 | 1F |
| Octal | 237 | 0 | 106 | 0 | 144 | 70 | 46 | 516 | 144 | 37 |
| Binary | 10011111 | 0 | 1000110 | 0 | 1100100 | 111000 | 100110 | 101001110 | 1100100 | 11111 |
Color Harmonies of #9F0046
Complementary color
Monochromatic Colors of #9F0046
Black with #9F0046
Text Example
Text Example
White with #9F0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0046; }
p { color: rgb(159,0,70); }
H1.HeaderClassName
{
color: #9F0046;
}
.AnyTagClassName
{
color: #9F0046;
}
</style>
background-color css
<style>
a { background-color: #9F0046; }
a { background-color: rgb(159,0,70); }
div.DivClassName
{
background-color: #9F0046;
}
.BgClassName
{
background-color: #9F0046;
}
</style>
border-color css
<style>
span { border-color: #9F0046; }
span { border-color: rgb(159,0,70); }
td.TdClassName
{
border-color: #9F0046;
}
.TagClassName
{
border-color: #9F0046;
}
</style>