Shades of Jazzberry Jam #9C1051
Tints of Jazzberry Jam #9C1051
RGB
CMYK
RGB Variations
Color information
#9C1051 (or 0x9C1051) is known color: Jazzberry Jam. HEX triplet: 9C, 10 and 51. RGB value is (156,16,81). Sum of RGB (Red+Green+Blue) = 156+16+81=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1051 is #63EFAE. Grayscale: #414141. Windows color (decimal): -6549423 or 5312668. OLE color: 5312668.
HSL color Cylindrical-coordinate representation of color #9C1051: hue angle of 332.14º 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 #9C1051 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 81 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.39 |
| HSL | 332.14º | 0.81% | 0.34% | - |
| HSV(B) | 332.14º | 0.9% | 0.61% | - |
| XYZ | 15.38 | 8.03 | 8.52 | - |
| YUV | 65.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 81 | 0 | 0.90 | 0.48 | 0.39 | 332.14 | 0.81 | 0.34 |
| Hex | 9C | 10 | 51 | 0 | 5A | 30 | 27 | 14C | 51 | 22 |
| Octal | 234 | 20 | 121 | 0 | 132 | 60 | 47 | 514 | 121 | 42 |
| Binary | 10011100 | 10000 | 1010001 | 0 | 1011010 | 110000 | 100111 | 101001100 | 1010001 | 100010 |
Color Harmonies of #9C1051
Complementary color
Monochromatic Colors of #9C1051
Black with #9C1051
Text Example
Text Example
White with #9C1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1051; }
p { color: rgb(156,16,81); }
H1.HeaderClassName
{
color: #9C1051;
}
.AnyTagClassName
{
color: #9C1051;
}
</style>
background-color css
<style>
a { background-color: #9C1051; }
a { background-color: rgb(156,16,81); }
div.DivClassName
{
background-color: #9C1051;
}
.BgClassName
{
background-color: #9C1051;
}
</style>
border-color css
<style>
span { border-color: #9C1051; }
span { border-color: rgb(156,16,81); }
td.TdClassName
{
border-color: #9C1051;
}
.TagClassName
{
border-color: #9C1051;
}
</style>