Shades of Jazzberry Jam #9C1866
Tints of Jazzberry Jam #9C1866
RGB
CMYK
RGB Variations
Color information
#9C1866 (or 0x9C1866) is known color: Jazzberry Jam. HEX triplet: 9C, 18 and 66. RGB value is (156,24,102). Sum of RGB (Red+Green+Blue) = 156+24+102=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1866 is #63E799. Grayscale: #484848. Windows color (decimal): -6547354 or 6690972. OLE color: 6690972.
HSL color Cylindrical-coordinate representation of color #9C1866: hue angle of 324.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1866 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 102 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.39 |
| HSL | 324.55º | 0.73% | 0.35% | - |
| HSV(B) | 324.55º | 0.85% | 0.61% | - |
| XYZ | 16.44 | 8.68 | 13.38 | - |
| YUV | 72.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 102 | 0 | 0.85 | 0.35 | 0.39 | 324.55 | 0.73 | 0.35 |
| Hex | 9C | 18 | 66 | 0 | 55 | 23 | 27 | 145 | 49 | 23 |
| Octal | 234 | 30 | 146 | 0 | 125 | 43 | 47 | 505 | 111 | 43 |
| Binary | 10011100 | 11000 | 1100110 | 0 | 1010101 | 100011 | 100111 | 101000101 | 1001001 | 100011 |
Color Harmonies of #9C1866
Complementary color
Monochromatic Colors of #9C1866
Black with #9C1866
Text Example
Text Example
White with #9C1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1866; }
p { color: rgb(156,24,102); }
H1.HeaderClassName
{
color: #9C1866;
}
.AnyTagClassName
{
color: #9C1866;
}
</style>
background-color css
<style>
a { background-color: #9C1866; }
a { background-color: rgb(156,24,102); }
div.DivClassName
{
background-color: #9C1866;
}
.BgClassName
{
background-color: #9C1866;
}
</style>
border-color css
<style>
span { border-color: #9C1866; }
span { border-color: rgb(156,24,102); }
td.TdClassName
{
border-color: #9C1866;
}
.TagClassName
{
border-color: #9C1866;
}
</style>