Shades of Jazzberry Jam #9D1353
Tints of Jazzberry Jam #9D1353
RGB
CMYK
RGB Variations
Color information
#9D1353 (or 0x9D1353) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 53. RGB value is (157,19,83). Sum of RGB (Red+Green+Blue) = 157+19+83=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1353 is #62ECAC. Grayscale: #434343. Windows color (decimal): -6483117 or 5444509. OLE color: 5444509.
HSL color Cylindrical-coordinate representation of color #9D1353: hue angle of 332.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1353 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 83 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.38 |
| HSL | 332.17º | 0.78% | 0.35% | - |
| HSV(B) | 332.17º | 0.88% | 0.62% | - |
| XYZ | 15.7 | 8.26 | 8.95 | - |
| YUV | 67.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 83 | 0 | 0.88 | 0.47 | 0.38 | 332.17 | 0.78 | 0.35 |
| Hex | 9D | 13 | 53 | 0 | 58 | 2F | 26 | 14C | 4E | 23 |
| Octal | 235 | 23 | 123 | 0 | 130 | 57 | 46 | 514 | 116 | 43 |
| Binary | 10011101 | 10011 | 1010011 | 0 | 1011000 | 101111 | 100110 | 101001100 | 1001110 | 100011 |
Color Harmonies of #9D1353
Complementary color
Monochromatic Colors of #9D1353
Black with #9D1353
Text Example
Text Example
White with #9D1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1353; }
p { color: rgb(157,19,83); }
H1.HeaderClassName
{
color: #9D1353;
}
.AnyTagClassName
{
color: #9D1353;
}
</style>
background-color css
<style>
a { background-color: #9D1353; }
a { background-color: rgb(157,19,83); }
div.DivClassName
{
background-color: #9D1353;
}
.BgClassName
{
background-color: #9D1353;
}
</style>
border-color css
<style>
span { border-color: #9D1353; }
span { border-color: rgb(157,19,83); }
td.TdClassName
{
border-color: #9D1353;
}
.TagClassName
{
border-color: #9D1353;
}
</style>