Shades of Jazzberry Jam #9B0952
Tints of Jazzberry Jam #9B0952
RGB
CMYK
RGB Variations
Color information
#9B0952 (or 0x9B0952) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 52. RGB value is (155,9,82). Sum of RGB (Red+Green+Blue) = 155+9+82=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0952 is #64F6AD. Grayscale: #3C3C3C. Windows color (decimal): -6616750 or 5376411. OLE color: 5376411.
HSL color Cylindrical-coordinate representation of color #9B0952: hue angle of 330º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0952 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 82 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.39 |
| HSL | 330º | 0.89% | 0.32% | - |
| HSV(B) | 330º | 0.94% | 0.61% | - |
| XYZ | 15.14 | 7.77 | 8.69 | - |
| YUV | 60.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 82 | 0 | 0.94 | 0.47 | 0.39 | 330 | 0.89 | 0.32 |
| Hex | 9B | 9 | 52 | 0 | 5E | 2F | 27 | 14A | 59 | 20 |
| Octal | 233 | 11 | 122 | 0 | 136 | 57 | 47 | 512 | 131 | 40 |
| Binary | 10011011 | 1001 | 1010010 | 0 | 1011110 | 101111 | 100111 | 101001010 | 1011001 | 100000 |
Color Harmonies of #9B0952
Complementary color
Monochromatic Colors of #9B0952
Black with #9B0952
Text Example
Text Example
White with #9B0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0952; }
p { color: rgb(155,9,82); }
H1.HeaderClassName
{
color: #9B0952;
}
.AnyTagClassName
{
color: #9B0952;
}
</style>
background-color css
<style>
a { background-color: #9B0952; }
a { background-color: rgb(155,9,82); }
div.DivClassName
{
background-color: #9B0952;
}
.BgClassName
{
background-color: #9B0952;
}
</style>
border-color css
<style>
span { border-color: #9B0952; }
span { border-color: rgb(155,9,82); }
td.TdClassName
{
border-color: #9B0952;
}
.TagClassName
{
border-color: #9B0952;
}
</style>