Shades of Jazzberry Jam #9D146A
Tints of Jazzberry Jam #9D146A
RGB
CMYK
RGB Variations
Color information
#9D146A (or 0x9D146A) is known color: Jazzberry Jam. HEX triplet: 9D, 14 and 6A. RGB value is (157,20,106). Sum of RGB (Red+Green+Blue) = 157+20+106=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D146A is #62EB95. Grayscale: #464646. Windows color (decimal): -6482838 or 6952093. OLE color: 6952093.
HSL color Cylindrical-coordinate representation of color #9D146A: hue angle of 322.34º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D146A is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 106 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.38 |
| HSL | 322.34º | 0.77% | 0.35% | - |
| HSV(B) | 322.34º | 0.87% | 0.62% | - |
| XYZ | 16.76 | 8.71 | 14.43 | - |
| YUV | 70.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 106 | 0 | 0.87 | 0.32 | 0.38 | 322.34 | 0.77 | 0.35 |
| Hex | 9D | 14 | 6A | 0 | 57 | 20 | 26 | 142 | 4D | 23 |
| Octal | 235 | 24 | 152 | 0 | 127 | 40 | 46 | 502 | 115 | 43 |
| Binary | 10011101 | 10100 | 1101010 | 0 | 1010111 | 100000 | 100110 | 101000010 | 1001101 | 100011 |
Color Harmonies of #9D146A
Complementary color
Monochromatic Colors of #9D146A
Black with #9D146A
Text Example
Text Example
White with #9D146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D146A; }
p { color: rgb(157,20,106); }
H1.HeaderClassName
{
color: #9D146A;
}
.AnyTagClassName
{
color: #9D146A;
}
</style>
background-color css
<style>
a { background-color: #9D146A; }
a { background-color: rgb(157,20,106); }
div.DivClassName
{
background-color: #9D146A;
}
.BgClassName
{
background-color: #9D146A;
}
</style>
border-color css
<style>
span { border-color: #9D146A; }
span { border-color: rgb(157,20,106); }
td.TdClassName
{
border-color: #9D146A;
}
.TagClassName
{
border-color: #9D146A;
}
</style>