Shades of Jazzberry Jam #9C206A
Tints of Jazzberry Jam #9C206A
RGB
CMYK
RGB Variations
Color information
#9C206A (or 0x9C206A) is known color: Jazzberry Jam. HEX triplet: 9C, 20 and 6A. RGB value is (156,32,106). Sum of RGB (Red+Green+Blue) = 156+32+106=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C206A is #63DF95. Grayscale: #4D4D4D. Windows color (decimal): -6545302 or 6955164. OLE color: 6955164.
HSL color Cylindrical-coordinate representation of color #9C206A: hue angle of 324.19º degrees, saturation: 0.66, 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 #9C206A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 106 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.39 |
| HSL | 324.19º | 0.66% | 0.37% | - |
| HSV(B) | 324.19º | 0.79% | 0.61% | - |
| XYZ | 16.83 | 9.14 | 14.51 | - |
| YUV | 77.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 106 | 0 | 0.79 | 0.32 | 0.39 | 324.19 | 0.66 | 0.37 |
| Hex | 9C | 20 | 6A | 0 | 4F | 20 | 27 | 144 | 42 | 25 |
| Octal | 234 | 40 | 152 | 0 | 117 | 40 | 47 | 504 | 102 | 45 |
| Binary | 10011100 | 100000 | 1101010 | 0 | 1001111 | 100000 | 100111 | 101000100 | 1000010 | 100101 |
Color Harmonies of #9C206A
Complementary color
Monochromatic Colors of #9C206A
Black with #9C206A
Text Example
Text Example
White with #9C206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C206A; }
p { color: rgb(156,32,106); }
H1.HeaderClassName
{
color: #9C206A;
}
.AnyTagClassName
{
color: #9C206A;
}
</style>
background-color css
<style>
a { background-color: #9C206A; }
a { background-color: rgb(156,32,106); }
div.DivClassName
{
background-color: #9C206A;
}
.BgClassName
{
background-color: #9C206A;
}
</style>
border-color css
<style>
span { border-color: #9C206A; }
span { border-color: rgb(156,32,106); }
td.TdClassName
{
border-color: #9C206A;
}
.TagClassName
{
border-color: #9C206A;
}
</style>