Shades of Jazzberry Jam #9D004C
Tints of Jazzberry Jam #9D004C
RGB
CMYK
RGB Variations
Color information
#9D004C (or 0x9D004C) is known color: Jazzberry Jam. HEX triplet: 9D, 00 and 4C. RGB value is (157,0,76). Sum of RGB (Red+Green+Blue) = 157+0+76=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D004C is #62FFB3. Grayscale: #373737. Windows color (decimal): -6487988 or 4980893. OLE color: 4980893.
HSL color Cylindrical-coordinate representation of color #9D004C: hue angle of 330.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D004C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.52 | 0.38 |
| HSL | 330.96º | 1% | 0.31% | - |
| HSV(B) | 330.96º | 1% | 0.62% | - |
| XYZ | 15.21 | 7.69 | 7.52 | - |
| YUV | 55.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 76 | 0 | 1 | 0.52 | 0.38 | 330.96 | 1 | 0.31 |
| Hex | 9D | 0 | 4C | 0 | 64 | 34 | 26 | 14B | 64 | 1F |
| Octal | 235 | 0 | 114 | 0 | 144 | 64 | 46 | 513 | 144 | 37 |
| Binary | 10011101 | 0 | 1001100 | 0 | 1100100 | 110100 | 100110 | 101001011 | 1100100 | 11111 |
Color Harmonies of #9D004C
Complementary color
Monochromatic Colors of #9D004C
Black with #9D004C
Text Example
Text Example
White with #9D004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D004C; }
p { color: rgb(157,0,76); }
H1.HeaderClassName
{
color: #9D004C;
}
.AnyTagClassName
{
color: #9D004C;
}
</style>
background-color css
<style>
a { background-color: #9D004C; }
a { background-color: rgb(157,0,76); }
div.DivClassName
{
background-color: #9D004C;
}
.BgClassName
{
background-color: #9D004C;
}
</style>
border-color css
<style>
span { border-color: #9D004C; }
span { border-color: rgb(157,0,76); }
td.TdClassName
{
border-color: #9D004C;
}
.TagClassName
{
border-color: #9D004C;
}
</style>