Shades of Jazzberry Jam #9C1C62
Tints of Jazzberry Jam #9C1C62
RGB
CMYK
RGB Variations
Color information
#9C1C62 (or 0x9C1C62) is known color: Jazzberry Jam. HEX triplet: 9C, 1C and 62. RGB value is (156,28,98). Sum of RGB (Red+Green+Blue) = 156+28+98=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1C62 is #63E39D. Grayscale: #4A4A4A. Windows color (decimal): -6546334 or 6429852. OLE color: 6429852.
HSL color Cylindrical-coordinate representation of color #9C1C62: hue angle of 327.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C62 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 98 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.39 |
| HSL | 327.19º | 0.7% | 0.36% | - |
| HSV(B) | 327.19º | 0.82% | 0.61% | - |
| XYZ | 16.33 | 8.78 | 12.39 | - |
| YUV | 74.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 98 | 0 | 0.82 | 0.37 | 0.39 | 327.19 | 0.7 | 0.36 |
| Hex | 9C | 1C | 62 | 0 | 52 | 25 | 27 | 147 | 46 | 24 |
| Octal | 234 | 34 | 142 | 0 | 122 | 45 | 47 | 507 | 106 | 44 |
| Binary | 10011100 | 11100 | 1100010 | 0 | 1010010 | 100101 | 100111 | 101000111 | 1000110 | 100100 |
Color Harmonies of #9C1C62
Complementary color
Monochromatic Colors of #9C1C62
Black with #9C1C62
Text Example
Text Example
White with #9C1C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C62; }
p { color: rgb(156,28,98); }
H1.HeaderClassName
{
color: #9C1C62;
}
.AnyTagClassName
{
color: #9C1C62;
}
</style>
background-color css
<style>
a { background-color: #9C1C62; }
a { background-color: rgb(156,28,98); }
div.DivClassName
{
background-color: #9C1C62;
}
.BgClassName
{
background-color: #9C1C62;
}
</style>
border-color css
<style>
span { border-color: #9C1C62; }
span { border-color: rgb(156,28,98); }
td.TdClassName
{
border-color: #9C1C62;
}
.TagClassName
{
border-color: #9C1C62;
}
</style>