Shades of Jazzberry Jam #9B206D
Tints of Jazzberry Jam #9B206D
RGB
CMYK
RGB Variations
Color information
#9B206D (or 0x9B206D) is known color: Jazzberry Jam. HEX triplet: 9B, 20 and 6D. RGB value is (155,32,109). Sum of RGB (Red+Green+Blue) = 155+32+109=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B206D is #64DF92. Grayscale: #4D4D4D. Windows color (decimal): -6610835 or 7151771. OLE color: 7151771.
HSL color Cylindrical-coordinate representation of color #9B206D: hue angle of 322.44º 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 #9B206D is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 109 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.39 |
| HSL | 322.44º | 0.66% | 0.37% | - |
| HSV(B) | 322.44º | 0.79% | 0.61% | - |
| XYZ | 16.79 | 9.11 | 15.34 | - |
| YUV | 77.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 109 | 0 | 0.79 | 0.30 | 0.39 | 322.44 | 0.66 | 0.37 |
| Hex | 9B | 20 | 6D | 0 | 4F | 1E | 27 | 142 | 42 | 25 |
| Octal | 233 | 40 | 155 | 0 | 117 | 36 | 47 | 502 | 102 | 45 |
| Binary | 10011011 | 100000 | 1101101 | 0 | 1001111 | 11110 | 100111 | 101000010 | 1000010 | 100101 |
Color Harmonies of #9B206D
Complementary color
Monochromatic Colors of #9B206D
Black with #9B206D
Text Example
Text Example
White with #9B206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B206D; }
p { color: rgb(155,32,109); }
H1.HeaderClassName
{
color: #9B206D;
}
.AnyTagClassName
{
color: #9B206D;
}
</style>
background-color css
<style>
a { background-color: #9B206D; }
a { background-color: rgb(155,32,109); }
div.DivClassName
{
background-color: #9B206D;
}
.BgClassName
{
background-color: #9B206D;
}
</style>
border-color css
<style>
span { border-color: #9B206D; }
span { border-color: rgb(155,32,109); }
td.TdClassName
{
border-color: #9B206D;
}
.TagClassName
{
border-color: #9B206D;
}
</style>