Shades of Jazzberry Jam #9D084D
Tints of Jazzberry Jam #9D084D
RGB
CMYK
RGB Variations
Color information
#9D084D (or 0x9D084D) is known color: Jazzberry Jam. HEX triplet: 9D, 08 and 4D. RGB value is (157,8,77). Sum of RGB (Red+Green+Blue) = 157+8+77=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D084D is #62F7B2. Grayscale: #3C3C3C. Windows color (decimal): -6485939 or 5048477. OLE color: 5048477.
HSL color Cylindrical-coordinate representation of color #9D084D: hue angle of 332.21º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D084D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.38 |
| HSL | 332.21º | 0.9% | 0.32% | - |
| HSV(B) | 332.21º | 0.95% | 0.62% | - |
| XYZ | 15.33 | 7.88 | 7.73 | - |
| YUV | 60.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 77 | 0 | 0.95 | 0.51 | 0.38 | 332.21 | 0.9 | 0.32 |
| Hex | 9D | 8 | 4D | 0 | 5F | 33 | 26 | 14C | 5A | 20 |
| Octal | 235 | 10 | 115 | 0 | 137 | 63 | 46 | 514 | 132 | 40 |
| Binary | 10011101 | 1000 | 1001101 | 0 | 1011111 | 110011 | 100110 | 101001100 | 1011010 | 100000 |
Color Harmonies of #9D084D
Complementary color
Monochromatic Colors of #9D084D
Black with #9D084D
Text Example
Text Example
White with #9D084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D084D; }
p { color: rgb(157,8,77); }
H1.HeaderClassName
{
color: #9D084D;
}
.AnyTagClassName
{
color: #9D084D;
}
</style>
background-color css
<style>
a { background-color: #9D084D; }
a { background-color: rgb(157,8,77); }
div.DivClassName
{
background-color: #9D084D;
}
.BgClassName
{
background-color: #9D084D;
}
</style>
border-color css
<style>
span { border-color: #9D084D; }
span { border-color: rgb(157,8,77); }
td.TdClassName
{
border-color: #9D084D;
}
.TagClassName
{
border-color: #9D084D;
}
</style>