Shades of Jazzberry Jam #9D024D
Tints of Jazzberry Jam #9D024D
RGB
CMYK
RGB Variations
Color information
#9D024D (or 0x9D024D) is known color: Jazzberry Jam. HEX triplet: 9D, 02 and 4D. RGB value is (157,2,77). Sum of RGB (Red+Green+Blue) = 157+2+77=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D024D is #62FDB2. Grayscale: #383838. Windows color (decimal): -6487475 or 5046941. OLE color: 5046941.
HSL color Cylindrical-coordinate representation of color #9D024D: hue angle of 330.97º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D024D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.38 |
| HSL | 330.97º | 0.97% | 0.31% | - |
| HSV(B) | 330.97º | 0.99% | 0.62% | - |
| XYZ | 15.27 | 7.75 | 7.71 | - |
| YUV | 56.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 77 | 0 | 0.99 | 0.51 | 0.38 | 330.97 | 0.97 | 0.31 |
| Hex | 9D | 2 | 4D | 0 | 63 | 33 | 26 | 14B | 61 | 1F |
| Octal | 235 | 2 | 115 | 0 | 143 | 63 | 46 | 513 | 141 | 37 |
| Binary | 10011101 | 10 | 1001101 | 0 | 1100011 | 110011 | 100110 | 101001011 | 1100001 | 11111 |
Color Harmonies of #9D024D
Complementary color
Monochromatic Colors of #9D024D
Black with #9D024D
Text Example
Text Example
White with #9D024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D024D; }
p { color: rgb(157,2,77); }
H1.HeaderClassName
{
color: #9D024D;
}
.AnyTagClassName
{
color: #9D024D;
}
</style>
background-color css
<style>
a { background-color: #9D024D; }
a { background-color: rgb(157,2,77); }
div.DivClassName
{
background-color: #9D024D;
}
.BgClassName
{
background-color: #9D024D;
}
</style>
border-color css
<style>
span { border-color: #9D024D; }
span { border-color: rgb(157,2,77); }
td.TdClassName
{
border-color: #9D024D;
}
.TagClassName
{
border-color: #9D024D;
}
</style>