Shades of Jazzberry Jam #9D1863
Tints of Jazzberry Jam #9D1863
RGB
CMYK
RGB Variations
Color information
#9D1863 (or 0x9D1863) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 63. RGB value is (157,24,99). Sum of RGB (Red+Green+Blue) = 157+24+99=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1863 is #62E79C. Grayscale: #484848. Windows color (decimal): -6481821 or 6494365. OLE color: 6494365.
HSL color Cylindrical-coordinate representation of color #9D1863: hue angle of 326.17º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1863 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 99 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.38 |
| HSL | 326.17º | 0.73% | 0.35% | - |
| HSV(B) | 326.17º | 0.85% | 0.62% | - |
| XYZ | 16.48 | 8.72 | 12.62 | - |
| YUV | 72.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 99 | 0 | 0.85 | 0.37 | 0.38 | 326.17 | 0.73 | 0.35 |
| Hex | 9D | 18 | 63 | 0 | 55 | 25 | 26 | 146 | 49 | 23 |
| Octal | 235 | 30 | 143 | 0 | 125 | 45 | 46 | 506 | 111 | 43 |
| Binary | 10011101 | 11000 | 1100011 | 0 | 1010101 | 100101 | 100110 | 101000110 | 1001001 | 100011 |
Color Harmonies of #9D1863
Complementary color
Monochromatic Colors of #9D1863
Black with #9D1863
Text Example
Text Example
White with #9D1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1863; }
p { color: rgb(157,24,99); }
H1.HeaderClassName
{
color: #9D1863;
}
.AnyTagClassName
{
color: #9D1863;
}
</style>
background-color css
<style>
a { background-color: #9D1863; }
a { background-color: rgb(157,24,99); }
div.DivClassName
{
background-color: #9D1863;
}
.BgClassName
{
background-color: #9D1863;
}
</style>
border-color css
<style>
span { border-color: #9D1863; }
span { border-color: rgb(157,24,99); }
td.TdClassName
{
border-color: #9D1863;
}
.TagClassName
{
border-color: #9D1863;
}
</style>