Shades of Jazzberry Jam #9C084D
Tints of Jazzberry Jam #9C084D
RGB
CMYK
RGB Variations
Color information
#9C084D (or 0x9C084D) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 4D. RGB value is (156,8,77). Sum of RGB (Red+Green+Blue) = 156+8+77=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C084D is #63F7B2. Grayscale: #3B3B3B. Windows color (decimal): -6551475 or 5048476. OLE color: 5048476.
HSL color Cylindrical-coordinate representation of color #9C084D: hue angle of 332.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C084D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.39 |
| HSL | 332.03º | 0.9% | 0.32% | - |
| HSV(B) | 332.03º | 0.95% | 0.61% | - |
| XYZ | 15.14 | 7.78 | 7.72 | - |
| YUV | 60.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 77 | 0 | 0.95 | 0.51 | 0.39 | 332.03 | 0.9 | 0.32 |
| Hex | 9C | 8 | 4D | 0 | 5F | 33 | 27 | 14C | 5A | 20 |
| Octal | 234 | 10 | 115 | 0 | 137 | 63 | 47 | 514 | 132 | 40 |
| Binary | 10011100 | 1000 | 1001101 | 0 | 1011111 | 110011 | 100111 | 101001100 | 1011010 | 100000 |
Color Harmonies of #9C084D
Complementary color
Monochromatic Colors of #9C084D
Black with #9C084D
Text Example
Text Example
White with #9C084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C084D; }
p { color: rgb(156,8,77); }
H1.HeaderClassName
{
color: #9C084D;
}
.AnyTagClassName
{
color: #9C084D;
}
</style>
background-color css
<style>
a { background-color: #9C084D; }
a { background-color: rgb(156,8,77); }
div.DivClassName
{
background-color: #9C084D;
}
.BgClassName
{
background-color: #9C084D;
}
</style>
border-color css
<style>
span { border-color: #9C084D; }
span { border-color: rgb(156,8,77); }
td.TdClassName
{
border-color: #9C084D;
}
.TagClassName
{
border-color: #9C084D;
}
</style>