Shades of Jazzberry Jam #9C104B
Tints of Jazzberry Jam #9C104B
RGB
CMYK
RGB Variations
Color information
#9C104B (or 0x9C104B) is known color: Jazzberry Jam. HEX triplet: 9C, 10 and 4B. RGB value is (156,16,75). Sum of RGB (Red+Green+Blue) = 156+16+75=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C104B is #63EFB4. Grayscale: #404040. Windows color (decimal): -6549429 or 4919452. OLE color: 4919452.
HSL color Cylindrical-coordinate representation of color #9C104B: hue angle of 334.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C104B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 75 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.39 |
| HSL | 334.71º | 0.81% | 0.34% | - |
| HSV(B) | 334.71º | 0.9% | 0.61% | - |
| XYZ | 15.17 | 7.95 | 7.39 | - |
| YUV | 64.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 75 | 0 | 0.90 | 0.52 | 0.39 | 334.71 | 0.81 | 0.34 |
| Hex | 9C | 10 | 4B | 0 | 5A | 34 | 27 | 14F | 51 | 22 |
| Octal | 234 | 20 | 113 | 0 | 132 | 64 | 47 | 517 | 121 | 42 |
| Binary | 10011100 | 10000 | 1001011 | 0 | 1011010 | 110100 | 100111 | 101001111 | 1010001 | 100010 |
Color Harmonies of #9C104B
Complementary color
Monochromatic Colors of #9C104B
Black with #9C104B
Text Example
Text Example
White with #9C104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C104B; }
p { color: rgb(156,16,75); }
H1.HeaderClassName
{
color: #9C104B;
}
.AnyTagClassName
{
color: #9C104B;
}
</style>
background-color css
<style>
a { background-color: #9C104B; }
a { background-color: rgb(156,16,75); }
div.DivClassName
{
background-color: #9C104B;
}
.BgClassName
{
background-color: #9C104B;
}
</style>
border-color css
<style>
span { border-color: #9C104B; }
span { border-color: rgb(156,16,75); }
td.TdClassName
{
border-color: #9C104B;
}
.TagClassName
{
border-color: #9C104B;
}
</style>