Shades of Jazzberry Jam #9C054D
Tints of Jazzberry Jam #9C054D
RGB
CMYK
RGB Variations
Color information
#9C054D (or 0x9C054D) is known color: Jazzberry Jam. HEX triplet: 9C, 05 and 4D. RGB value is (156,5,77). Sum of RGB (Red+Green+Blue) = 156+5+77=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C054D is #63FAB2. Grayscale: #3A3A3A. Windows color (decimal): -6552243 or 5047708. OLE color: 5047708.
HSL color Cylindrical-coordinate representation of color #9C054D: hue angle of 331.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C054D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.39 |
| HSL | 331.39º | 0.94% | 0.32% | - |
| HSV(B) | 331.39º | 0.97% | 0.61% | - |
| XYZ | 15.1 | 7.71 | 7.71 | - |
| YUV | 58.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 77 | 0 | 0.97 | 0.51 | 0.39 | 331.39 | 0.94 | 0.32 |
| Hex | 9C | 5 | 4D | 0 | 61 | 33 | 27 | 14B | 5E | 20 |
| Octal | 234 | 5 | 115 | 0 | 141 | 63 | 47 | 513 | 136 | 40 |
| Binary | 10011100 | 101 | 1001101 | 0 | 1100001 | 110011 | 100111 | 101001011 | 1011110 | 100000 |
Color Harmonies of #9C054D
Complementary color
Monochromatic Colors of #9C054D
Black with #9C054D
Text Example
Text Example
White with #9C054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C054D; }
p { color: rgb(156,5,77); }
H1.HeaderClassName
{
color: #9C054D;
}
.AnyTagClassName
{
color: #9C054D;
}
</style>
background-color css
<style>
a { background-color: #9C054D; }
a { background-color: rgb(156,5,77); }
div.DivClassName
{
background-color: #9C054D;
}
.BgClassName
{
background-color: #9C054D;
}
</style>
border-color css
<style>
span { border-color: #9C054D; }
span { border-color: rgb(156,5,77); }
td.TdClassName
{
border-color: #9C054D;
}
.TagClassName
{
border-color: #9C054D;
}
</style>