Shades of Jazzberry Jam #9B206A
Tints of Jazzberry Jam #9B206A
RGB
CMYK
RGB Variations
Color information
#9B206A (or 0x9B206A) is known color: Jazzberry Jam. HEX triplet: 9B, 20 and 6A. RGB value is (155,32,106). Sum of RGB (Red+Green+Blue) = 155+32+106=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B206A is #64DF95. Grayscale: #4D4D4D. Windows color (decimal): -6610838 or 6955163. OLE color: 6955163.
HSL color Cylindrical-coordinate representation of color #9B206A: hue angle of 323.9º 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 #9B206A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 106 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.39 |
| HSL | 323.9º | 0.66% | 0.37% | - |
| HSV(B) | 323.9º | 0.79% | 0.61% | - |
| XYZ | 16.64 | 9.04 | 14.5 | - |
| YUV | 77.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 106 | 0 | 0.79 | 0.32 | 0.39 | 323.9 | 0.66 | 0.37 |
| Hex | 9B | 20 | 6A | 0 | 4F | 20 | 27 | 144 | 42 | 25 |
| Octal | 233 | 40 | 152 | 0 | 117 | 40 | 47 | 504 | 102 | 45 |
| Binary | 10011011 | 100000 | 1101010 | 0 | 1001111 | 100000 | 100111 | 101000100 | 1000010 | 100101 |
Color Harmonies of #9B206A
Complementary color
Monochromatic Colors of #9B206A
Black with #9B206A
Text Example
Text Example
White with #9B206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B206A; }
p { color: rgb(155,32,106); }
H1.HeaderClassName
{
color: #9B206A;
}
.AnyTagClassName
{
color: #9B206A;
}
</style>
background-color css
<style>
a { background-color: #9B206A; }
a { background-color: rgb(155,32,106); }
div.DivClassName
{
background-color: #9B206A;
}
.BgClassName
{
background-color: #9B206A;
}
</style>
border-color css
<style>
span { border-color: #9B206A; }
span { border-color: rgb(155,32,106); }
td.TdClassName
{
border-color: #9B206A;
}
.TagClassName
{
border-color: #9B206A;
}
</style>