Shades of Jazzberry Jam #9D0051
Tints of Jazzberry Jam #9D0051
RGB
CMYK
RGB Variations
Color information
#9D0051 (or 0x9D0051) is known color: Jazzberry Jam. HEX triplet: 9D, 00 and 51. RGB value is (157,0,81). Sum of RGB (Red+Green+Blue) = 157+0+81=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0051 is #62FFAE. Grayscale: #383838. Windows color (decimal): -6487983 or 5308573. OLE color: 5308573.
HSL color Cylindrical-coordinate representation of color #9D0051: hue angle of 329.04º 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 #9D0051 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.48 | 0.38 |
| HSL | 329.04º | 1% | 0.31% | - |
| HSV(B) | 329.04º | 1% | 0.62% | - |
| XYZ | 15.39 | 7.76 | 8.47 | - |
| YUV | 56.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 81 | 0 | 1 | 0.48 | 0.38 | 329.04 | 1 | 0.31 |
| Hex | 9D | 0 | 51 | 0 | 64 | 30 | 26 | 149 | 64 | 1F |
| Octal | 235 | 0 | 121 | 0 | 144 | 60 | 46 | 511 | 144 | 37 |
| Binary | 10011101 | 0 | 1010001 | 0 | 1100100 | 110000 | 100110 | 101001001 | 1100100 | 11111 |
Color Harmonies of #9D0051
Complementary color
Monochromatic Colors of #9D0051
Black with #9D0051
Text Example
Text Example
White with #9D0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0051; }
p { color: rgb(157,0,81); }
H1.HeaderClassName
{
color: #9D0051;
}
.AnyTagClassName
{
color: #9D0051;
}
</style>
background-color css
<style>
a { background-color: #9D0051; }
a { background-color: rgb(157,0,81); }
div.DivClassName
{
background-color: #9D0051;
}
.BgClassName
{
background-color: #9D0051;
}
</style>
border-color css
<style>
span { border-color: #9D0051; }
span { border-color: rgb(157,0,81); }
td.TdClassName
{
border-color: #9D0051;
}
.TagClassName
{
border-color: #9D0051;
}
</style>