Shades of Jazzberry Jam #9C0156
Tints of Jazzberry Jam #9C0156
RGB
CMYK
RGB Variations
Color information
#9C0156 (or 0x9C0156) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 56. RGB value is (156,1,86). Sum of RGB (Red+Green+Blue) = 156+1+86=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0156 is #63FEA9. Grayscale: #383838. Windows color (decimal): -6553258 or 5636508. OLE color: 5636508.
HSL color Cylindrical-coordinate representation of color #9C0156: hue angle of 327.1º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0156 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.39 |
| HSL | 327.1º | 0.99% | 0.31% | - |
| HSV(B) | 327.1º | 0.99% | 0.61% | - |
| XYZ | 15.4 | 7.76 | 9.49 | - |
| YUV | 57.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 86 | 0 | 0.99 | 0.45 | 0.39 | 327.1 | 0.99 | 0.31 |
| Hex | 9C | 1 | 56 | 0 | 63 | 2D | 27 | 147 | 63 | 1F |
| Octal | 234 | 1 | 126 | 0 | 143 | 55 | 47 | 507 | 143 | 37 |
| Binary | 10011100 | 1 | 1010110 | 0 | 1100011 | 101101 | 100111 | 101000111 | 1100011 | 11111 |
Color Harmonies of #9C0156
Complementary color
Monochromatic Colors of #9C0156
Black with #9C0156
Text Example
Text Example
White with #9C0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0156; }
p { color: rgb(156,1,86); }
H1.HeaderClassName
{
color: #9C0156;
}
.AnyTagClassName
{
color: #9C0156;
}
</style>
background-color css
<style>
a { background-color: #9C0156; }
a { background-color: rgb(156,1,86); }
div.DivClassName
{
background-color: #9C0156;
}
.BgClassName
{
background-color: #9C0156;
}
</style>
border-color css
<style>
span { border-color: #9C0156; }
span { border-color: rgb(156,1,86); }
td.TdClassName
{
border-color: #9C0156;
}
.TagClassName
{
border-color: #9C0156;
}
</style>