Shades of Jazzberry Jam #9C1966
Tints of Jazzberry Jam #9C1966
RGB
CMYK
RGB Variations
Color information
#9C1966 (or 0x9C1966) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 66. RGB value is (156,25,102). Sum of RGB (Red+Green+Blue) = 156+25+102=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1966 is #63E699. Grayscale: #484848. Windows color (decimal): -6547098 or 6691228. OLE color: 6691228.
HSL color Cylindrical-coordinate representation of color #9C1966: hue angle of 324.73º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1966 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 102 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.39 |
| HSL | 324.73º | 0.72% | 0.35% | - |
| HSV(B) | 324.73º | 0.84% | 0.61% | - |
| XYZ | 16.46 | 8.72 | 13.39 | - |
| YUV | 72.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 102 | 0 | 0.84 | 0.35 | 0.39 | 324.73 | 0.72 | 0.35 |
| Hex | 9C | 19 | 66 | 0 | 54 | 23 | 27 | 145 | 48 | 23 |
| Octal | 234 | 31 | 146 | 0 | 124 | 43 | 47 | 505 | 110 | 43 |
| Binary | 10011100 | 11001 | 1100110 | 0 | 1010100 | 100011 | 100111 | 101000101 | 1001000 | 100011 |
Color Harmonies of #9C1966
Complementary color
Monochromatic Colors of #9C1966
Black with #9C1966
Text Example
Text Example
White with #9C1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1966; }
p { color: rgb(156,25,102); }
H1.HeaderClassName
{
color: #9C1966;
}
.AnyTagClassName
{
color: #9C1966;
}
</style>
background-color css
<style>
a { background-color: #9C1966; }
a { background-color: rgb(156,25,102); }
div.DivClassName
{
background-color: #9C1966;
}
.BgClassName
{
background-color: #9C1966;
}
</style>
border-color css
<style>
span { border-color: #9C1966; }
span { border-color: rgb(156,25,102); }
td.TdClassName
{
border-color: #9C1966;
}
.TagClassName
{
border-color: #9C1966;
}
</style>