Shades of Jazzberry Jam #9D1866
Tints of Jazzberry Jam #9D1866
RGB
CMYK
RGB Variations
Color information
#9D1866 (or 0x9D1866) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 66. RGB value is (157,24,102). Sum of RGB (Red+Green+Blue) = 157+24+102=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1866 is #62E799. Grayscale: #484848. Windows color (decimal): -6481818 or 6690973. OLE color: 6690973.
HSL color Cylindrical-coordinate representation of color #9D1866: hue angle of 324.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1866 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 102 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.38 |
| HSL | 324.81º | 0.73% | 0.35% | - |
| HSV(B) | 324.81º | 0.85% | 0.62% | - |
| XYZ | 16.63 | 8.78 | 13.39 | - |
| YUV | 72.66 | 144.56 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 102 | 0 | 0.85 | 0.35 | 0.38 | 324.81 | 0.73 | 0.35 |
| Hex | 9D | 18 | 66 | 0 | 55 | 23 | 26 | 145 | 49 | 23 |
| Octal | 235 | 30 | 146 | 0 | 125 | 43 | 46 | 505 | 111 | 43 |
| Binary | 10011101 | 11000 | 1100110 | 0 | 1010101 | 100011 | 100110 | 101000101 | 1001001 | 100011 |
Color Harmonies of #9D1866
Complementary color
Monochromatic Colors of #9D1866
Black with #9D1866
Text Example
Text Example
White with #9D1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1866; }
p { color: rgb(157,24,102); }
H1.HeaderClassName
{
color: #9D1866;
}
.AnyTagClassName
{
color: #9D1866;
}
</style>
background-color css
<style>
a { background-color: #9D1866; }
a { background-color: rgb(157,24,102); }
div.DivClassName
{
background-color: #9D1866;
}
.BgClassName
{
background-color: #9D1866;
}
</style>
border-color css
<style>
span { border-color: #9D1866; }
span { border-color: rgb(157,24,102); }
td.TdClassName
{
border-color: #9D1866;
}
.TagClassName
{
border-color: #9D1866;
}
</style>