Shades of Jazzberry Jam #9C1066
Tints of Jazzberry Jam #9C1066
RGB
CMYK
RGB Variations
Color information
#9C1066 (or 0x9C1066) is known color: Jazzberry Jam. HEX triplet: 9C, 10 and 66. RGB value is (156,16,102). Sum of RGB (Red+Green+Blue) = 156+16+102=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1066 is #63EF99. Grayscale: #434343. Windows color (decimal): -6549402 or 6688924. OLE color: 6688924.
HSL color Cylindrical-coordinate representation of color #9C1066: hue angle of 323.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1066 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 102 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.39 |
| HSL | 323.14º | 0.81% | 0.34% | - |
| HSV(B) | 323.14º | 0.9% | 0.61% | - |
| XYZ | 16.29 | 8.4 | 13.33 | - |
| YUV | 67.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 102 | 0 | 0.90 | 0.35 | 0.39 | 323.14 | 0.81 | 0.34 |
| Hex | 9C | 10 | 66 | 0 | 5A | 23 | 27 | 143 | 51 | 22 |
| Octal | 234 | 20 | 146 | 0 | 132 | 43 | 47 | 503 | 121 | 42 |
| Binary | 10011100 | 10000 | 1100110 | 0 | 1011010 | 100011 | 100111 | 101000011 | 1010001 | 100010 |
Color Harmonies of #9C1066
Complementary color
Monochromatic Colors of #9C1066
Black with #9C1066
Text Example
Text Example
White with #9C1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1066; }
p { color: rgb(156,16,102); }
H1.HeaderClassName
{
color: #9C1066;
}
.AnyTagClassName
{
color: #9C1066;
}
</style>
background-color css
<style>
a { background-color: #9C1066; }
a { background-color: rgb(156,16,102); }
div.DivClassName
{
background-color: #9C1066;
}
.BgClassName
{
background-color: #9C1066;
}
</style>
border-color css
<style>
span { border-color: #9C1066; }
span { border-color: rgb(156,16,102); }
td.TdClassName
{
border-color: #9C1066;
}
.TagClassName
{
border-color: #9C1066;
}
</style>