Shades of Jazzberry Jam #9B0652
Tints of Jazzberry Jam #9B0652
RGB
CMYK
RGB Variations
Color information
#9B0652 (or 0x9B0652) is known color: Jazzberry Jam. HEX triplet: 9B, 06 and 52. RGB value is (155,6,82). Sum of RGB (Red+Green+Blue) = 155+6+82=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0652 is #64F9AD. Grayscale: #3B3B3B. Windows color (decimal): -6617518 or 5375643. OLE color: 5375643.
HSL color Cylindrical-coordinate representation of color #9B0652: hue angle of 329.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0652 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 82 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.39 |
| HSL | 329.4º | 0.93% | 0.32% | - |
| HSV(B) | 329.4º | 0.96% | 0.61% | - |
| XYZ | 15.11 | 7.71 | 8.67 | - |
| YUV | 59.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 82 | 0 | 0.96 | 0.47 | 0.39 | 329.4 | 0.93 | 0.32 |
| Hex | 9B | 6 | 52 | 0 | 60 | 2F | 27 | 149 | 5D | 20 |
| Octal | 233 | 6 | 122 | 0 | 140 | 57 | 47 | 511 | 135 | 40 |
| Binary | 10011011 | 110 | 1010010 | 0 | 1100000 | 101111 | 100111 | 101001001 | 1011101 | 100000 |
Color Harmonies of #9B0652
Complementary color
Monochromatic Colors of #9B0652
Black with #9B0652
Text Example
Text Example
White with #9B0652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0652; }
p { color: rgb(155,6,82); }
H1.HeaderClassName
{
color: #9B0652;
}
.AnyTagClassName
{
color: #9B0652;
}
</style>
background-color css
<style>
a { background-color: #9B0652; }
a { background-color: rgb(155,6,82); }
div.DivClassName
{
background-color: #9B0652;
}
.BgClassName
{
background-color: #9B0652;
}
</style>
border-color css
<style>
span { border-color: #9B0652; }
span { border-color: rgb(155,6,82); }
td.TdClassName
{
border-color: #9B0652;
}
.TagClassName
{
border-color: #9B0652;
}
</style>