Shades of Jazzberry Jam #9C206B
Tints of Jazzberry Jam #9C206B
RGB
CMYK
RGB Variations
Color information
#9C206B (or 0x9C206B) is known color: Jazzberry Jam. HEX triplet: 9C, 20 and 6B. RGB value is (156,32,107). Sum of RGB (Red+Green+Blue) = 156+32+107=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C206B is #63DF94. Grayscale: #4D4D4D. Windows color (decimal): -6545301 or 7020700. OLE color: 7020700.
HSL color Cylindrical-coordinate representation of color #9C206B: hue angle of 323.71º 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 #9C206B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 107 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.39 |
| HSL | 323.71º | 0.66% | 0.37% | - |
| HSV(B) | 323.71º | 0.79% | 0.61% | - |
| XYZ | 16.88 | 9.16 | 14.79 | - |
| YUV | 77.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 107 | 0 | 0.79 | 0.31 | 0.39 | 323.71 | 0.66 | 0.37 |
| Hex | 9C | 20 | 6B | 0 | 4F | 1F | 27 | 144 | 42 | 25 |
| Octal | 234 | 40 | 153 | 0 | 117 | 37 | 47 | 504 | 102 | 45 |
| Binary | 10011100 | 100000 | 1101011 | 0 | 1001111 | 11111 | 100111 | 101000100 | 1000010 | 100101 |
Color Harmonies of #9C206B
Complementary color
Monochromatic Colors of #9C206B
Black with #9C206B
Text Example
Text Example
White with #9C206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C206B; }
p { color: rgb(156,32,107); }
H1.HeaderClassName
{
color: #9C206B;
}
.AnyTagClassName
{
color: #9C206B;
}
</style>
background-color css
<style>
a { background-color: #9C206B; }
a { background-color: rgb(156,32,107); }
div.DivClassName
{
background-color: #9C206B;
}
.BgClassName
{
background-color: #9C206B;
}
</style>
border-color css
<style>
span { border-color: #9C206B; }
span { border-color: rgb(156,32,107); }
td.TdClassName
{
border-color: #9C206B;
}
.TagClassName
{
border-color: #9C206B;
}
</style>