Shades of Jazzberry Jam #9D1566
Tints of Jazzberry Jam #9D1566
RGB
CMYK
RGB Variations
Color information
#9D1566 (or 0x9D1566) is known color: Jazzberry Jam. HEX triplet: 9D, 15 and 66. RGB value is (157,21,102). Sum of RGB (Red+Green+Blue) = 157+21+102=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1566 is #62EA99. Grayscale: #464646. Windows color (decimal): -6482586 or 6690205. OLE color: 6690205.
HSL color Cylindrical-coordinate representation of color #9D1566: hue angle of 324.26º degrees, saturation: 0.76, 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 #9D1566 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 21 | 102 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.38 |
| HSL | 324.26º | 0.76% | 0.35% | - |
| HSV(B) | 324.26º | 0.87% | 0.62% | - |
| XYZ | 16.57 | 8.66 | 13.37 | - |
| YUV | 70.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 102 | 0 | 0.87 | 0.35 | 0.38 | 324.26 | 0.76 | 0.35 |
| Hex | 9D | 15 | 66 | 0 | 57 | 23 | 26 | 144 | 4C | 23 |
| Octal | 235 | 25 | 146 | 0 | 127 | 43 | 46 | 504 | 114 | 43 |
| Binary | 10011101 | 10101 | 1100110 | 0 | 1010111 | 100011 | 100110 | 101000100 | 1001100 | 100011 |
Color Harmonies of #9D1566
Complementary color
Monochromatic Colors of #9D1566
Black with #9D1566
Text Example
Text Example
White with #9D1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1566; }
p { color: rgb(157,21,102); }
H1.HeaderClassName
{
color: #9D1566;
}
.AnyTagClassName
{
color: #9D1566;
}
</style>
background-color css
<style>
a { background-color: #9D1566; }
a { background-color: rgb(157,21,102); }
div.DivClassName
{
background-color: #9D1566;
}
.BgClassName
{
background-color: #9D1566;
}
</style>
border-color css
<style>
span { border-color: #9D1566; }
span { border-color: rgb(157,21,102); }
td.TdClassName
{
border-color: #9D1566;
}
.TagClassName
{
border-color: #9D1566;
}
</style>