Shades of Jazzberry Jam #9D1F70
Tints of Jazzberry Jam #9D1F70
RGB
CMYK
RGB Variations
Color information
#9D1F70 (or 0x9D1F70) is known color: Jazzberry Jam. HEX triplet: 9D, 1F and 70. RGB value is (157,31,112). Sum of RGB (Red+Green+Blue) = 157+31+112=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1F70 is #62E08F. Grayscale: #4D4D4D. Windows color (decimal): -6480016 or 7348125. OLE color: 7348125.
HSL color Cylindrical-coordinate representation of color #9D1F70: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F70 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 31 | 112 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.38 |
| HSL | 321.43º | 0.67% | 0.37% | - |
| HSV(B) | 321.43º | 0.8% | 0.62% | - |
| XYZ | 17.32 | 9.32 | 16.21 | - |
| YUV | 77.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 112 | 0 | 0.80 | 0.29 | 0.38 | 321.43 | 0.67 | 0.37 |
| Hex | 9D | 1F | 70 | 0 | 50 | 1D | 26 | 141 | 43 | 25 |
| Octal | 235 | 37 | 160 | 0 | 120 | 35 | 46 | 501 | 103 | 45 |
| Binary | 10011101 | 11111 | 1110000 | 0 | 1010000 | 11101 | 100110 | 101000001 | 1000011 | 100101 |
Color Harmonies of #9D1F70
Complementary color
Monochromatic Colors of #9D1F70
Black with #9D1F70
Text Example
Text Example
White with #9D1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1F70; }
p { color: rgb(157,31,112); }
H1.HeaderClassName
{
color: #9D1F70;
}
.AnyTagClassName
{
color: #9D1F70;
}
</style>
background-color css
<style>
a { background-color: #9D1F70; }
a { background-color: rgb(157,31,112); }
div.DivClassName
{
background-color: #9D1F70;
}
.BgClassName
{
background-color: #9D1F70;
}
</style>
border-color css
<style>
span { border-color: #9D1F70; }
span { border-color: rgb(157,31,112); }
td.TdClassName
{
border-color: #9D1F70;
}
.TagClassName
{
border-color: #9D1F70;
}
</style>