Shades of Jazzberry Jam #9D1E6F
Tints of Jazzberry Jam #9D1E6F
RGB
CMYK
RGB Variations
Color information
#9D1E6F (or 0x9D1E6F) is known color: Jazzberry Jam. HEX triplet: 9D, 1E and 6F. RGB value is (157,30,111). Sum of RGB (Red+Green+Blue) = 157+30+111=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E6F is #62E190. Grayscale: #4D4D4D. Windows color (decimal): -6480273 or 7282333. OLE color: 7282333.
HSL color Cylindrical-coordinate representation of color #9D1E6F: hue angle of 321.73º 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 #9D1E6F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 111 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.38 |
| HSL | 321.73º | 0.68% | 0.37% | - |
| HSV(B) | 321.73º | 0.81% | 0.62% | - |
| XYZ | 17.24 | 9.24 | 15.91 | - |
| YUV | 77.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 111 | 0 | 0.81 | 0.29 | 0.38 | 321.73 | 0.68 | 0.37 |
| Hex | 9D | 1E | 6F | 0 | 51 | 1D | 26 | 142 | 44 | 25 |
| Octal | 235 | 36 | 157 | 0 | 121 | 35 | 46 | 502 | 104 | 45 |
| Binary | 10011101 | 11110 | 1101111 | 0 | 1010001 | 11101 | 100110 | 101000010 | 1000100 | 100101 |
Color Harmonies of #9D1E6F
Complementary color
Monochromatic Colors of #9D1E6F
Black with #9D1E6F
Text Example
Text Example
White with #9D1E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E6F; }
p { color: rgb(157,30,111); }
H1.HeaderClassName
{
color: #9D1E6F;
}
.AnyTagClassName
{
color: #9D1E6F;
}
</style>
background-color css
<style>
a { background-color: #9D1E6F; }
a { background-color: rgb(157,30,111); }
div.DivClassName
{
background-color: #9D1E6F;
}
.BgClassName
{
background-color: #9D1E6F;
}
</style>
border-color css
<style>
span { border-color: #9D1E6F; }
span { border-color: rgb(157,30,111); }
td.TdClassName
{
border-color: #9D1E6F;
}
.TagClassName
{
border-color: #9D1E6F;
}
</style>