Shades of Jazzberry Jam #9D0B5E
Tints of Jazzberry Jam #9D0B5E
RGB
CMYK
RGB Variations
Color information
#9D0B5E (or 0x9D0B5E) is known color: Jazzberry Jam. HEX triplet: 9D, 0B and 5E. RGB value is (157,11,94). Sum of RGB (Red+Green+Blue) = 157+11+94=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B5E is #62F4A1. Grayscale: #3F3F3F. Windows color (decimal): -6485154 or 6163357. OLE color: 6163357.
HSL color Cylindrical-coordinate representation of color #9D0B5E: hue angle of 325.89º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B5E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 94 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.38 |
| HSL | 325.89º | 0.87% | 0.33% | - |
| HSV(B) | 325.89º | 0.93% | 0.62% | - |
| XYZ | 16.04 | 8.22 | 11.33 | - |
| YUV | 64.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 94 | 0 | 0.93 | 0.40 | 0.38 | 325.89 | 0.87 | 0.33 |
| Hex | 9D | B | 5E | 0 | 5D | 28 | 26 | 146 | 57 | 21 |
| Octal | 235 | 13 | 136 | 0 | 135 | 50 | 46 | 506 | 127 | 41 |
| Binary | 10011101 | 1011 | 1011110 | 0 | 1011101 | 101000 | 100110 | 101000110 | 1010111 | 100001 |
Color Harmonies of #9D0B5E
Complementary color
Monochromatic Colors of #9D0B5E
Black with #9D0B5E
Text Example
Text Example
White with #9D0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B5E; }
p { color: rgb(157,11,94); }
H1.HeaderClassName
{
color: #9D0B5E;
}
.AnyTagClassName
{
color: #9D0B5E;
}
</style>
background-color css
<style>
a { background-color: #9D0B5E; }
a { background-color: rgb(157,11,94); }
div.DivClassName
{
background-color: #9D0B5E;
}
.BgClassName
{
background-color: #9D0B5E;
}
</style>
border-color css
<style>
span { border-color: #9D0B5E; }
span { border-color: rgb(157,11,94); }
td.TdClassName
{
border-color: #9D0B5E;
}
.TagClassName
{
border-color: #9D0B5E;
}
</style>