Shades of Jazzberry Jam #9B0753
Tints of Jazzberry Jam #9B0753
RGB
CMYK
RGB Variations
Color information
#9B0753 (or 0x9B0753) is known color: Jazzberry Jam. HEX triplet: 9B, 07 and 53. RGB value is (155,7,83). Sum of RGB (Red+Green+Blue) = 155+7+83=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0753 is #64F8AC. Grayscale: #3B3B3B. Windows color (decimal): -6617261 or 5441435. OLE color: 5441435.
HSL color Cylindrical-coordinate representation of color #9B0753: hue angle of 329.19º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0753 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 7 | 83 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.39 |
| HSL | 329.19º | 0.91% | 0.32% | - |
| HSV(B) | 329.19º | 0.95% | 0.61% | - |
| XYZ | 15.15 | 7.75 | 8.88 | - |
| YUV | 59.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 83 | 0 | 0.95 | 0.46 | 0.39 | 329.19 | 0.91 | 0.32 |
| Hex | 9B | 7 | 53 | 0 | 5F | 2E | 27 | 149 | 5B | 20 |
| Octal | 233 | 7 | 123 | 0 | 137 | 56 | 47 | 511 | 133 | 40 |
| Binary | 10011011 | 111 | 1010011 | 0 | 1011111 | 101110 | 100111 | 101001001 | 1011011 | 100000 |
Color Harmonies of #9B0753
Complementary color
Monochromatic Colors of #9B0753
Black with #9B0753
Text Example
Text Example
White with #9B0753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0753; }
p { color: rgb(155,7,83); }
H1.HeaderClassName
{
color: #9B0753;
}
.AnyTagClassName
{
color: #9B0753;
}
</style>
background-color css
<style>
a { background-color: #9B0753; }
a { background-color: rgb(155,7,83); }
div.DivClassName
{
background-color: #9B0753;
}
.BgClassName
{
background-color: #9B0753;
}
</style>
border-color css
<style>
span { border-color: #9B0753; }
span { border-color: rgb(155,7,83); }
td.TdClassName
{
border-color: #9B0753;
}
.TagClassName
{
border-color: #9B0753;
}
</style>