Shades of Jazzberry Jam #9F0050
Tints of Jazzberry Jam #9F0050
RGB
CMYK
RGB Variations
Color information
#9F0050 (or 0x9F0050) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 50. RGB value is (159,0,80). Sum of RGB (Red+Green+Blue) = 159+0+80=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0050 is #60FFAF. Grayscale: #383838. Windows color (decimal): -6356912 or 5243039. OLE color: 5243039.
HSL color Cylindrical-coordinate representation of color #9F0050: hue angle of 329.81º 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 #9F0050 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.50 | 0.38 |
| HSL | 329.81º | 1% | 0.31% | - |
| HSV(B) | 329.81º | 1% | 0.62% | - |
| XYZ | 15.75 | 7.95 | 8.29 | - |
| YUV | 56.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 80 | 0 | 1 | 0.50 | 0.38 | 329.81 | 1 | 0.31 |
| Hex | 9F | 0 | 50 | 0 | 64 | 32 | 26 | 14A | 64 | 1F |
| Octal | 237 | 0 | 120 | 0 | 144 | 62 | 46 | 512 | 144 | 37 |
| Binary | 10011111 | 0 | 1010000 | 0 | 1100100 | 110010 | 100110 | 101001010 | 1100100 | 11111 |
Color Harmonies of #9F0050
Complementary color
Monochromatic Colors of #9F0050
Black with #9F0050
Text Example
Text Example
White with #9F0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0050; }
p { color: rgb(159,0,80); }
H1.HeaderClassName
{
color: #9F0050;
}
.AnyTagClassName
{
color: #9F0050;
}
</style>
background-color css
<style>
a { background-color: #9F0050; }
a { background-color: rgb(159,0,80); }
div.DivClassName
{
background-color: #9F0050;
}
.BgClassName
{
background-color: #9F0050;
}
</style>
border-color css
<style>
span { border-color: #9F0050; }
span { border-color: rgb(159,0,80); }
td.TdClassName
{
border-color: #9F0050;
}
.TagClassName
{
border-color: #9F0050;
}
</style>