Shades of Jazzberry Jam #9F0051
Tints of Jazzberry Jam #9F0051
RGB
CMYK
RGB Variations
Color information
#9F0051 (or 0x9F0051) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 51. RGB value is (159,0,81). Sum of RGB (Red+Green+Blue) = 159+0+81=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0051 is #60FFAE. Grayscale: #383838. Windows color (decimal): -6356911 or 5308575. OLE color: 5308575.
HSL color Cylindrical-coordinate representation of color #9F0051: hue angle of 329.43º 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 #9F0051 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.49 | 0.38 |
| HSL | 329.43º | 1% | 0.31% | - |
| HSV(B) | 329.43º | 1% | 0.62% | - |
| XYZ | 15.78 | 7.97 | 8.49 | - |
| YUV | 56.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 81 | 0 | 1 | 0.49 | 0.38 | 329.43 | 1 | 0.31 |
| Hex | 9F | 0 | 51 | 0 | 64 | 31 | 26 | 149 | 64 | 1F |
| Octal | 237 | 0 | 121 | 0 | 144 | 61 | 46 | 511 | 144 | 37 |
| Binary | 10011111 | 0 | 1010001 | 0 | 1100100 | 110001 | 100110 | 101001001 | 1100100 | 11111 |
Color Harmonies of #9F0051
Complementary color
Monochromatic Colors of #9F0051
Black with #9F0051
Text Example
Text Example
White with #9F0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0051; }
p { color: rgb(159,0,81); }
H1.HeaderClassName
{
color: #9F0051;
}
.AnyTagClassName
{
color: #9F0051;
}
</style>
background-color css
<style>
a { background-color: #9F0051; }
a { background-color: rgb(159,0,81); }
div.DivClassName
{
background-color: #9F0051;
}
.BgClassName
{
background-color: #9F0051;
}
</style>
border-color css
<style>
span { border-color: #9F0051; }
span { border-color: rgb(159,0,81); }
td.TdClassName
{
border-color: #9F0051;
}
.TagClassName
{
border-color: #9F0051;
}
</style>