Shades of Jazzberry Jam #9B175C
Tints of Jazzberry Jam #9B175C
RGB
CMYK
RGB Variations
Color information
#9B175C (or 0x9B175C) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 5C. RGB value is (155,23,92). Sum of RGB (Red+Green+Blue) = 155+23+92=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B175C is #64E8A3. Grayscale: #464646. Windows color (decimal): -6613156 or 6035355. OLE color: 6035355.
HSL color Cylindrical-coordinate representation of color #9B175C: hue angle of 328.64º 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 #9B175C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 92 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.39 |
| HSL | 328.64º | 0.74% | 0.35% | - |
| HSV(B) | 328.64º | 0.85% | 0.61% | - |
| XYZ | 15.76 | 8.35 | 10.91 | - |
| YUV | 70.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 92 | 0 | 0.85 | 0.41 | 0.39 | 328.64 | 0.74 | 0.35 |
| Hex | 9B | 17 | 5C | 0 | 55 | 29 | 27 | 149 | 4A | 23 |
| Octal | 233 | 27 | 134 | 0 | 125 | 51 | 47 | 511 | 112 | 43 |
| Binary | 10011011 | 10111 | 1011100 | 0 | 1010101 | 101001 | 100111 | 101001001 | 1001010 | 100011 |
Color Harmonies of #9B175C
Complementary color
Monochromatic Colors of #9B175C
Black with #9B175C
Text Example
Text Example
White with #9B175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B175C; }
p { color: rgb(155,23,92); }
H1.HeaderClassName
{
color: #9B175C;
}
.AnyTagClassName
{
color: #9B175C;
}
</style>
background-color css
<style>
a { background-color: #9B175C; }
a { background-color: rgb(155,23,92); }
div.DivClassName
{
background-color: #9B175C;
}
.BgClassName
{
background-color: #9B175C;
}
</style>
border-color css
<style>
span { border-color: #9B175C; }
span { border-color: rgb(155,23,92); }
td.TdClassName
{
border-color: #9B175C;
}
.TagClassName
{
border-color: #9B175C;
}
</style>