Shades of Jazzberry Jam #9D1857
Tints of Jazzberry Jam #9D1857
RGB
CMYK
RGB Variations
Color information
#9D1857 (or 0x9D1857) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 57. RGB value is (157,24,87). Sum of RGB (Red+Green+Blue) = 157+24+87=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1857 is #62E7A8. Grayscale: #464646. Windows color (decimal): -6481833 or 5707933. OLE color: 5707933.
HSL color Cylindrical-coordinate representation of color #9D1857: hue angle of 331.58º 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 #9D1857 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 87 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.38 |
| HSL | 331.58º | 0.73% | 0.35% | - |
| HSV(B) | 331.58º | 0.85% | 0.62% | - |
| XYZ | 15.95 | 8.51 | 9.82 | - |
| YUV | 70.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 87 | 0 | 0.85 | 0.45 | 0.38 | 331.58 | 0.73 | 0.35 |
| Hex | 9D | 18 | 57 | 0 | 55 | 2D | 26 | 14C | 49 | 23 |
| Octal | 235 | 30 | 127 | 0 | 125 | 55 | 46 | 514 | 111 | 43 |
| Binary | 10011101 | 11000 | 1010111 | 0 | 1010101 | 101101 | 100110 | 101001100 | 1001001 | 100011 |
Color Harmonies of #9D1857
Complementary color
Monochromatic Colors of #9D1857
Black with #9D1857
Text Example
Text Example
White with #9D1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1857; }
p { color: rgb(157,24,87); }
H1.HeaderClassName
{
color: #9D1857;
}
.AnyTagClassName
{
color: #9D1857;
}
</style>
background-color css
<style>
a { background-color: #9D1857; }
a { background-color: rgb(157,24,87); }
div.DivClassName
{
background-color: #9D1857;
}
.BgClassName
{
background-color: #9D1857;
}
</style>
border-color css
<style>
span { border-color: #9D1857; }
span { border-color: rgb(157,24,87); }
td.TdClassName
{
border-color: #9D1857;
}
.TagClassName
{
border-color: #9D1857;
}
</style>