Shades of Jazzberry Jam #9D166C
Tints of Jazzberry Jam #9D166C
RGB
CMYK
RGB Variations
Color information
#9D166C (or 0x9D166C) is known color: Jazzberry Jam. HEX triplet: 9D, 16 and 6C. RGB value is (157,22,108). Sum of RGB (Red+Green+Blue) = 157+22+108=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D166C is #62E993. Grayscale: #474747. Windows color (decimal): -6482324 or 7083677. OLE color: 7083677.
HSL color Cylindrical-coordinate representation of color #9D166C: hue angle of 321.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D166C is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 22 | 108 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.38 |
| HSL | 321.78º | 0.75% | 0.35% | - |
| HSV(B) | 321.78º | 0.86% | 0.62% | - |
| XYZ | 16.9 | 8.82 | 15 | - |
| YUV | 72.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 108 | 0 | 0.86 | 0.31 | 0.38 | 321.78 | 0.75 | 0.35 |
| Hex | 9D | 16 | 6C | 0 | 56 | 1F | 26 | 142 | 4B | 23 |
| Octal | 235 | 26 | 154 | 0 | 126 | 37 | 46 | 502 | 113 | 43 |
| Binary | 10011101 | 10110 | 1101100 | 0 | 1010110 | 11111 | 100110 | 101000010 | 1001011 | 100011 |
Color Harmonies of #9D166C
Complementary color
Monochromatic Colors of #9D166C
Black with #9D166C
Text Example
Text Example
White with #9D166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D166C; }
p { color: rgb(157,22,108); }
H1.HeaderClassName
{
color: #9D166C;
}
.AnyTagClassName
{
color: #9D166C;
}
</style>
background-color css
<style>
a { background-color: #9D166C; }
a { background-color: rgb(157,22,108); }
div.DivClassName
{
background-color: #9D166C;
}
.BgClassName
{
background-color: #9D166C;
}
</style>
border-color css
<style>
span { border-color: #9D166C; }
span { border-color: rgb(157,22,108); }
td.TdClassName
{
border-color: #9D166C;
}
.TagClassName
{
border-color: #9D166C;
}
</style>