Shades of Jazzberry Jam #9F004F
Tints of Jazzberry Jam #9F004F
RGB
CMYK
RGB Variations
Color information
#9F004F (or 0x9F004F) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 4F. RGB value is (159,0,79). Sum of RGB (Red+Green+Blue) = 159+0+79=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F004F is #60FFB0. Grayscale: #383838. Windows color (decimal): -6356913 or 5177503. OLE color: 5177503.
HSL color Cylindrical-coordinate representation of color #9F004F: hue angle of 330.19º 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 #9F004F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.50 | 0.38 |
| HSL | 330.19º | 1% | 0.31% | - |
| HSV(B) | 330.19º | 1% | 0.62% | - |
| XYZ | 15.71 | 7.94 | 8.1 | - |
| YUV | 56.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 79 | 0 | 1 | 0.50 | 0.38 | 330.19 | 1 | 0.31 |
| Hex | 9F | 0 | 4F | 0 | 64 | 32 | 26 | 14A | 64 | 1F |
| Octal | 237 | 0 | 117 | 0 | 144 | 62 | 46 | 512 | 144 | 37 |
| Binary | 10011111 | 0 | 1001111 | 0 | 1100100 | 110010 | 100110 | 101001010 | 1100100 | 11111 |
Color Harmonies of #9F004F
Complementary color
Monochromatic Colors of #9F004F
Black with #9F004F
Text Example
Text Example
White with #9F004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F004F; }
p { color: rgb(159,0,79); }
H1.HeaderClassName
{
color: #9F004F;
}
.AnyTagClassName
{
color: #9F004F;
}
</style>
background-color css
<style>
a { background-color: #9F004F; }
a { background-color: rgb(159,0,79); }
div.DivClassName
{
background-color: #9F004F;
}
.BgClassName
{
background-color: #9F004F;
}
</style>
border-color css
<style>
span { border-color: #9F004F; }
span { border-color: rgb(159,0,79); }
td.TdClassName
{
border-color: #9F004F;
}
.TagClassName
{
border-color: #9F004F;
}
</style>