Shades of Jazzberry Jam #9D0C57
Tints of Jazzberry Jam #9D0C57
RGB
CMYK
RGB Variations
Color information
#9D0C57 (or 0x9D0C57) is known color: Jazzberry Jam. HEX triplet: 9D, 0C and 57. RGB value is (157,12,87). Sum of RGB (Red+Green+Blue) = 157+12+87=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C57 is #62F3A8. Grayscale: #3F3F3F. Windows color (decimal): -6484905 or 5704861. OLE color: 5704861.
HSL color Cylindrical-coordinate representation of color #9D0C57: hue angle of 328.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C57 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 87 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.38 |
| HSL | 328.97º | 0.86% | 0.33% | - |
| HSV(B) | 328.97º | 0.92% | 0.62% | - |
| XYZ | 15.76 | 8.12 | 9.75 | - |
| YUV | 63.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 87 | 0 | 0.92 | 0.45 | 0.38 | 328.97 | 0.86 | 0.33 |
| Hex | 9D | C | 57 | 0 | 5C | 2D | 26 | 149 | 56 | 21 |
| Octal | 235 | 14 | 127 | 0 | 134 | 55 | 46 | 511 | 126 | 41 |
| Binary | 10011101 | 1100 | 1010111 | 0 | 1011100 | 101101 | 100110 | 101001001 | 1010110 | 100001 |
Color Harmonies of #9D0C57
Complementary color
Monochromatic Colors of #9D0C57
Black with #9D0C57
Text Example
Text Example
White with #9D0C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C57; }
p { color: rgb(157,12,87); }
H1.HeaderClassName
{
color: #9D0C57;
}
.AnyTagClassName
{
color: #9D0C57;
}
</style>
background-color css
<style>
a { background-color: #9D0C57; }
a { background-color: rgb(157,12,87); }
div.DivClassName
{
background-color: #9D0C57;
}
.BgClassName
{
background-color: #9D0C57;
}
</style>
border-color css
<style>
span { border-color: #9D0C57; }
span { border-color: rgb(157,12,87); }
td.TdClassName
{
border-color: #9D0C57;
}
.TagClassName
{
border-color: #9D0C57;
}
</style>