Shades of Jazzberry Jam #9D1256
Tints of Jazzberry Jam #9D1256
RGB
CMYK
RGB Variations
Color information
#9D1256 (or 0x9D1256) is known color: Jazzberry Jam. HEX triplet: 9D, 12 and 56. RGB value is (157,18,86). Sum of RGB (Red+Green+Blue) = 157+18+86=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1256 is #62EDA9. Grayscale: #434343. Windows color (decimal): -6483370 or 5640861. OLE color: 5640861.
HSL color Cylindrical-coordinate representation of color #9D1256: hue angle of 330.65º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1256 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 86 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.38 |
| HSL | 330.65º | 0.79% | 0.34% | - |
| HSV(B) | 330.65º | 0.89% | 0.62% | - |
| XYZ | 15.8 | 8.27 | 9.57 | - |
| YUV | 67.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 86 | 0 | 0.89 | 0.45 | 0.38 | 330.65 | 0.79 | 0.34 |
| Hex | 9D | 12 | 56 | 0 | 59 | 2D | 26 | 14B | 4F | 22 |
| Octal | 235 | 22 | 126 | 0 | 131 | 55 | 46 | 513 | 117 | 42 |
| Binary | 10011101 | 10010 | 1010110 | 0 | 1011001 | 101101 | 100110 | 101001011 | 1001111 | 100010 |
Color Harmonies of #9D1256
Complementary color
Monochromatic Colors of #9D1256
Black with #9D1256
Text Example
Text Example
White with #9D1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1256; }
p { color: rgb(157,18,86); }
H1.HeaderClassName
{
color: #9D1256;
}
.AnyTagClassName
{
color: #9D1256;
}
</style>
background-color css
<style>
a { background-color: #9D1256; }
a { background-color: rgb(157,18,86); }
div.DivClassName
{
background-color: #9D1256;
}
.BgClassName
{
background-color: #9D1256;
}
</style>
border-color css
<style>
span { border-color: #9D1256; }
span { border-color: rgb(157,18,86); }
td.TdClassName
{
border-color: #9D1256;
}
.TagClassName
{
border-color: #9D1256;
}
</style>