Shades of Jazzberry Jam #9B175B
Tints of Jazzberry Jam #9B175B
RGB
CMYK
RGB Variations
Color information
#9B175B (or 0x9B175B) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 5B. RGB value is (155,23,91). Sum of RGB (Red+Green+Blue) = 155+23+91=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B175B is #64E8A4. Grayscale: #464646. Windows color (decimal): -6613157 or 5969819. OLE color: 5969819.
HSL color Cylindrical-coordinate representation of color #9B175B: hue angle of 329.09º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B175B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 91 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.39 |
| HSL | 329.09º | 0.74% | 0.35% | - |
| HSV(B) | 329.09º | 0.85% | 0.61% | - |
| XYZ | 15.71 | 8.34 | 10.68 | - |
| YUV | 70.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 91 | 0 | 0.85 | 0.41 | 0.39 | 329.09 | 0.74 | 0.35 |
| Hex | 9B | 17 | 5B | 0 | 55 | 29 | 27 | 149 | 4A | 23 |
| Octal | 233 | 27 | 133 | 0 | 125 | 51 | 47 | 511 | 112 | 43 |
| Binary | 10011011 | 10111 | 1011011 | 0 | 1010101 | 101001 | 100111 | 101001001 | 1001010 | 100011 |
Color Harmonies of #9B175B
Complementary color
Monochromatic Colors of #9B175B
Black with #9B175B
Text Example
Text Example
White with #9B175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B175B; }
p { color: rgb(155,23,91); }
H1.HeaderClassName
{
color: #9B175B;
}
.AnyTagClassName
{
color: #9B175B;
}
</style>
background-color css
<style>
a { background-color: #9B175B; }
a { background-color: rgb(155,23,91); }
div.DivClassName
{
background-color: #9B175B;
}
.BgClassName
{
background-color: #9B175B;
}
</style>
border-color css
<style>
span { border-color: #9B175B; }
span { border-color: rgb(155,23,91); }
td.TdClassName
{
border-color: #9B175B;
}
.TagClassName
{
border-color: #9B175B;
}
</style>