Shades of Jazzberry Jam #9C2166
Tints of Jazzberry Jam #9C2166
RGB
CMYK
RGB Variations
Color information
#9C2166 (or 0x9C2166) is known color: Jazzberry Jam. HEX triplet: 9C, 21 and 66. RGB value is (156,33,102). Sum of RGB (Red+Green+Blue) = 156+33+102=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2166 is #63DE99. Grayscale: #4D4D4D. Windows color (decimal): -6545050 or 6693276. OLE color: 6693276.
HSL color Cylindrical-coordinate representation of color #9C2166: hue angle of 326.34º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2166 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 102 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.39 |
| HSL | 326.34º | 0.65% | 0.37% | - |
| HSV(B) | 326.34º | 0.79% | 0.61% | - |
| XYZ | 16.65 | 9.11 | 13.45 | - |
| YUV | 77.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 102 | 0 | 0.79 | 0.35 | 0.39 | 326.34 | 0.65 | 0.37 |
| Hex | 9C | 21 | 66 | 0 | 4F | 23 | 27 | 146 | 41 | 25 |
| Octal | 234 | 41 | 146 | 0 | 117 | 43 | 47 | 506 | 101 | 45 |
| Binary | 10011100 | 100001 | 1100110 | 0 | 1001111 | 100011 | 100111 | 101000110 | 1000001 | 100101 |
Color Harmonies of #9C2166
Complementary color
Monochromatic Colors of #9C2166
Black with #9C2166
Text Example
Text Example
White with #9C2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2166; }
p { color: rgb(156,33,102); }
H1.HeaderClassName
{
color: #9C2166;
}
.AnyTagClassName
{
color: #9C2166;
}
</style>
background-color css
<style>
a { background-color: #9C2166; }
a { background-color: rgb(156,33,102); }
div.DivClassName
{
background-color: #9C2166;
}
.BgClassName
{
background-color: #9C2166;
}
</style>
border-color css
<style>
span { border-color: #9C2166; }
span { border-color: rgb(156,33,102); }
td.TdClassName
{
border-color: #9C2166;
}
.TagClassName
{
border-color: #9C2166;
}
</style>