Shades of Jazzberry Jam #9D0860
Tints of Jazzberry Jam #9D0860
RGB
CMYK
RGB Variations
Color information
#9D0860 (or 0x9D0860) is known color: Jazzberry Jam. HEX triplet: 9D, 08 and 60. RGB value is (157,8,96). Sum of RGB (Red+Green+Blue) = 157+8+96=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0860 is #62F79F. Grayscale: #3E3E3E. Windows color (decimal): -6485920 or 6293661. OLE color: 6293661.
HSL color Cylindrical-coordinate representation of color #9D0860: hue angle of 324.56º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0860 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 96 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.38 |
| HSL | 324.56º | 0.9% | 0.32% | - |
| HSV(B) | 324.56º | 0.95% | 0.62% | - |
| XYZ | 16.1 | 8.19 | 11.8 | - |
| YUV | 62.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 96 | 0 | 0.95 | 0.39 | 0.38 | 324.56 | 0.9 | 0.32 |
| Hex | 9D | 8 | 60 | 0 | 5F | 27 | 26 | 145 | 5A | 20 |
| Octal | 235 | 10 | 140 | 0 | 137 | 47 | 46 | 505 | 132 | 40 |
| Binary | 10011101 | 1000 | 1100000 | 0 | 1011111 | 100111 | 100110 | 101000101 | 1011010 | 100000 |
Color Harmonies of #9D0860
Complementary color
Monochromatic Colors of #9D0860
Black with #9D0860
Text Example
Text Example
White with #9D0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0860; }
p { color: rgb(157,8,96); }
H1.HeaderClassName
{
color: #9D0860;
}
.AnyTagClassName
{
color: #9D0860;
}
</style>
background-color css
<style>
a { background-color: #9D0860; }
a { background-color: rgb(157,8,96); }
div.DivClassName
{
background-color: #9D0860;
}
.BgClassName
{
background-color: #9D0860;
}
</style>
border-color css
<style>
span { border-color: #9D0860; }
span { border-color: rgb(157,8,96); }
td.TdClassName
{
border-color: #9D0860;
}
.TagClassName
{
border-color: #9D0860;
}
</style>