Shades of Jazzberry Jam #9D1852
Tints of Jazzberry Jam #9D1852
RGB
CMYK
RGB Variations
Color information
#9D1852 (or 0x9D1852) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 52. RGB value is (157,24,82). Sum of RGB (Red+Green+Blue) = 157+24+82=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1852 is #62E7AD. Grayscale: #464646. Windows color (decimal): -6481838 or 5380253. OLE color: 5380253.
HSL color Cylindrical-coordinate representation of color #9D1852: hue angle of 333.83º 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 #9D1852 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 82 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.38 |
| HSL | 333.83º | 0.73% | 0.35% | - |
| HSV(B) | 333.83º | 0.85% | 0.62% | - |
| XYZ | 15.75 | 8.43 | 8.78 | - |
| YUV | 70.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 82 | 0 | 0.85 | 0.48 | 0.38 | 333.83 | 0.73 | 0.35 |
| Hex | 9D | 18 | 52 | 0 | 55 | 30 | 26 | 14E | 49 | 23 |
| Octal | 235 | 30 | 122 | 0 | 125 | 60 | 46 | 516 | 111 | 43 |
| Binary | 10011101 | 11000 | 1010010 | 0 | 1010101 | 110000 | 100110 | 101001110 | 1001001 | 100011 |
Color Harmonies of #9D1852
Complementary color
Monochromatic Colors of #9D1852
Black with #9D1852
Text Example
Text Example
White with #9D1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1852; }
p { color: rgb(157,24,82); }
H1.HeaderClassName
{
color: #9D1852;
}
.AnyTagClassName
{
color: #9D1852;
}
</style>
background-color css
<style>
a { background-color: #9D1852; }
a { background-color: rgb(157,24,82); }
div.DivClassName
{
background-color: #9D1852;
}
.BgClassName
{
background-color: #9D1852;
}
</style>
border-color css
<style>
span { border-color: #9D1852; }
span { border-color: rgb(157,24,82); }
td.TdClassName
{
border-color: #9D1852;
}
.TagClassName
{
border-color: #9D1852;
}
</style>