Shades of Jazzberry Jam #9D1E70
Tints of Jazzberry Jam #9D1E70
RGB
CMYK
RGB Variations
Color information
#9D1E70 (or 0x9D1E70) is known color: Jazzberry Jam. HEX triplet: 9D, 1E and 70. RGB value is (157,30,112). Sum of RGB (Red+Green+Blue) = 157+30+112=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E70 is #62E18F. Grayscale: #4D4D4D. Windows color (decimal): -6480272 or 7347869. OLE color: 7347869.
HSL color Cylindrical-coordinate representation of color #9D1E70: hue angle of 321.26º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E70 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 112 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.38 |
| HSL | 321.26º | 0.68% | 0.37% | - |
| HSV(B) | 321.26º | 0.81% | 0.62% | - |
| XYZ | 17.29 | 9.27 | 16.21 | - |
| YUV | 77.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 112 | 0 | 0.81 | 0.29 | 0.38 | 321.26 | 0.68 | 0.37 |
| Hex | 9D | 1E | 70 | 0 | 51 | 1D | 26 | 141 | 44 | 25 |
| Octal | 235 | 36 | 160 | 0 | 121 | 35 | 46 | 501 | 104 | 45 |
| Binary | 10011101 | 11110 | 1110000 | 0 | 1010001 | 11101 | 100110 | 101000001 | 1000100 | 100101 |
Color Harmonies of #9D1E70
Complementary color
Monochromatic Colors of #9D1E70
Black with #9D1E70
Text Example
Text Example
White with #9D1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E70; }
p { color: rgb(157,30,112); }
H1.HeaderClassName
{
color: #9D1E70;
}
.AnyTagClassName
{
color: #9D1E70;
}
</style>
background-color css
<style>
a { background-color: #9D1E70; }
a { background-color: rgb(157,30,112); }
div.DivClassName
{
background-color: #9D1E70;
}
.BgClassName
{
background-color: #9D1E70;
}
</style>
border-color css
<style>
span { border-color: #9D1E70; }
span { border-color: rgb(157,30,112); }
td.TdClassName
{
border-color: #9D1E70;
}
.TagClassName
{
border-color: #9D1E70;
}
</style>