Shades of Jazzberry Jam #9C1651
Tints of Jazzberry Jam #9C1651
RGB
CMYK
RGB Variations
Color information
#9C1651 (or 0x9C1651) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 51. RGB value is (156,22,81). Sum of RGB (Red+Green+Blue) = 156+22+81=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1651 is #63E9AE. Grayscale: #444444. Windows color (decimal): -6547887 or 5314204. OLE color: 5314204.
HSL color Cylindrical-coordinate representation of color #9C1651: hue angle of 333.58º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1651 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 81 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.39 |
| HSL | 333.58º | 0.75% | 0.35% | - |
| HSV(B) | 333.58º | 0.86% | 0.61% | - |
| XYZ | 15.48 | 8.24 | 8.56 | - |
| YUV | 68.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 81 | 0 | 0.86 | 0.48 | 0.39 | 333.58 | 0.75 | 0.35 |
| Hex | 9C | 16 | 51 | 0 | 56 | 30 | 27 | 14E | 4B | 23 |
| Octal | 234 | 26 | 121 | 0 | 126 | 60 | 47 | 516 | 113 | 43 |
| Binary | 10011100 | 10110 | 1010001 | 0 | 1010110 | 110000 | 100111 | 101001110 | 1001011 | 100011 |
Color Harmonies of #9C1651
Complementary color
Monochromatic Colors of #9C1651
Black with #9C1651
Text Example
Text Example
White with #9C1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1651; }
p { color: rgb(156,22,81); }
H1.HeaderClassName
{
color: #9C1651;
}
.AnyTagClassName
{
color: #9C1651;
}
</style>
background-color css
<style>
a { background-color: #9C1651; }
a { background-color: rgb(156,22,81); }
div.DivClassName
{
background-color: #9C1651;
}
.BgClassName
{
background-color: #9C1651;
}
</style>
border-color css
<style>
span { border-color: #9C1651; }
span { border-color: rgb(156,22,81); }
td.TdClassName
{
border-color: #9C1651;
}
.TagClassName
{
border-color: #9C1651;
}
</style>