Shades of Jazzberry Jam #9B206C
Tints of Jazzberry Jam #9B206C
RGB
CMYK
RGB Variations
Color information
#9B206C (or 0x9B206C) is known color: Jazzberry Jam. HEX triplet: 9B, 20 and 6C. RGB value is (155,32,108). Sum of RGB (Red+Green+Blue) = 155+32+108=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B206C is #64DF93. Grayscale: #4D4D4D. Windows color (decimal): -6610836 or 7086235. OLE color: 7086235.
HSL color Cylindrical-coordinate representation of color #9B206C: hue angle of 322.93º 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 #9B206C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 108 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.39 |
| HSL | 322.93º | 0.66% | 0.37% | - |
| HSV(B) | 322.93º | 0.79% | 0.61% | - |
| XYZ | 16.74 | 9.08 | 15.06 | - |
| YUV | 77.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 108 | 0 | 0.79 | 0.30 | 0.39 | 322.93 | 0.66 | 0.37 |
| Hex | 9B | 20 | 6C | 0 | 4F | 1E | 27 | 143 | 42 | 25 |
| Octal | 233 | 40 | 154 | 0 | 117 | 36 | 47 | 503 | 102 | 45 |
| Binary | 10011011 | 100000 | 1101100 | 0 | 1001111 | 11110 | 100111 | 101000011 | 1000010 | 100101 |
Color Harmonies of #9B206C
Complementary color
Monochromatic Colors of #9B206C
Black with #9B206C
Text Example
Text Example
White with #9B206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B206C; }
p { color: rgb(155,32,108); }
H1.HeaderClassName
{
color: #9B206C;
}
.AnyTagClassName
{
color: #9B206C;
}
</style>
background-color css
<style>
a { background-color: #9B206C; }
a { background-color: rgb(155,32,108); }
div.DivClassName
{
background-color: #9B206C;
}
.BgClassName
{
background-color: #9B206C;
}
</style>
border-color css
<style>
span { border-color: #9B206C; }
span { border-color: rgb(155,32,108); }
td.TdClassName
{
border-color: #9B206C;
}
.TagClassName
{
border-color: #9B206C;
}
</style>