Shades of Jazzberry Jam #9B206B
Tints of Jazzberry Jam #9B206B
RGB
CMYK
RGB Variations
Color information
#9B206B (or 0x9B206B) is known color: Jazzberry Jam. HEX triplet: 9B, 20 and 6B. RGB value is (155,32,107). Sum of RGB (Red+Green+Blue) = 155+32+107=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B206B is #64DF94. Grayscale: #4D4D4D. Windows color (decimal): -6610837 or 7020699. OLE color: 7020699.
HSL color Cylindrical-coordinate representation of color #9B206B: hue angle of 323.41º 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 #9B206B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 107 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.39 |
| HSL | 323.41º | 0.66% | 0.37% | - |
| HSV(B) | 323.41º | 0.79% | 0.61% | - |
| XYZ | 16.69 | 9.06 | 14.78 | - |
| YUV | 77.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 107 | 0 | 0.79 | 0.31 | 0.39 | 323.41 | 0.66 | 0.37 |
| Hex | 9B | 20 | 6B | 0 | 4F | 1F | 27 | 143 | 42 | 25 |
| Octal | 233 | 40 | 153 | 0 | 117 | 37 | 47 | 503 | 102 | 45 |
| Binary | 10011011 | 100000 | 1101011 | 0 | 1001111 | 11111 | 100111 | 101000011 | 1000010 | 100101 |
Color Harmonies of #9B206B
Complementary color
Monochromatic Colors of #9B206B
Black with #9B206B
Text Example
Text Example
White with #9B206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B206B; }
p { color: rgb(155,32,107); }
H1.HeaderClassName
{
color: #9B206B;
}
.AnyTagClassName
{
color: #9B206B;
}
</style>
background-color css
<style>
a { background-color: #9B206B; }
a { background-color: rgb(155,32,107); }
div.DivClassName
{
background-color: #9B206B;
}
.BgClassName
{
background-color: #9B206B;
}
</style>
border-color css
<style>
span { border-color: #9B206B; }
span { border-color: rgb(155,32,107); }
td.TdClassName
{
border-color: #9B206B;
}
.TagClassName
{
border-color: #9B206B;
}
</style>