Shades of Jazzberry Jam #9B175F
Tints of Jazzberry Jam #9B175F
RGB
CMYK
RGB Variations
Color information
#9B175F (or 0x9B175F) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 5F. RGB value is (155,23,95). Sum of RGB (Red+Green+Blue) = 155+23+95=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B175F is #64E8A0. Grayscale: #464646. Windows color (decimal): -6613153 or 6231963. OLE color: 6231963.
HSL color Cylindrical-coordinate representation of color #9B175F: hue angle of 327.27º 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 #9B175F is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 95 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.39 |
| HSL | 327.27º | 0.74% | 0.35% | - |
| HSV(B) | 327.27º | 0.85% | 0.61% | - |
| XYZ | 15.89 | 8.41 | 11.61 | - |
| YUV | 70.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 95 | 0 | 0.85 | 0.39 | 0.39 | 327.27 | 0.74 | 0.35 |
| Hex | 9B | 17 | 5F | 0 | 55 | 27 | 27 | 147 | 4A | 23 |
| Octal | 233 | 27 | 137 | 0 | 125 | 47 | 47 | 507 | 112 | 43 |
| Binary | 10011011 | 10111 | 1011111 | 0 | 1010101 | 100111 | 100111 | 101000111 | 1001010 | 100011 |
Color Harmonies of #9B175F
Complementary color
Monochromatic Colors of #9B175F
Black with #9B175F
Text Example
Text Example
White with #9B175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B175F; }
p { color: rgb(155,23,95); }
H1.HeaderClassName
{
color: #9B175F;
}
.AnyTagClassName
{
color: #9B175F;
}
</style>
background-color css
<style>
a { background-color: #9B175F; }
a { background-color: rgb(155,23,95); }
div.DivClassName
{
background-color: #9B175F;
}
.BgClassName
{
background-color: #9B175F;
}
</style>
border-color css
<style>
span { border-color: #9B175F; }
span { border-color: rgb(155,23,95); }
td.TdClassName
{
border-color: #9B175F;
}
.TagClassName
{
border-color: #9B175F;
}
</style>