Shades of Jazzberry Jam #9B185B
Tints of Jazzberry Jam #9B185B
RGB
CMYK
RGB Variations
Color information
#9B185B (or 0x9B185B) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 5B. RGB value is (155,24,91). Sum of RGB (Red+Green+Blue) = 155+24+91=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B185B is #64E7A4. Grayscale: #464646. Windows color (decimal): -6612901 or 5970075. OLE color: 5970075.
HSL color Cylindrical-coordinate representation of color #9B185B: hue angle of 329.31º degrees, saturation: 0.73, 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 #9B185B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 91 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.39 |
| HSL | 329.31º | 0.73% | 0.35% | - |
| HSV(B) | 329.31º | 0.85% | 0.61% | - |
| XYZ | 15.73 | 8.38 | 10.69 | - |
| YUV | 70.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 91 | 0 | 0.85 | 0.41 | 0.39 | 329.31 | 0.73 | 0.35 |
| Hex | 9B | 18 | 5B | 0 | 55 | 29 | 27 | 149 | 49 | 23 |
| Octal | 233 | 30 | 133 | 0 | 125 | 51 | 47 | 511 | 111 | 43 |
| Binary | 10011011 | 11000 | 1011011 | 0 | 1010101 | 101001 | 100111 | 101001001 | 1001001 | 100011 |
Color Harmonies of #9B185B
Complementary color
Monochromatic Colors of #9B185B
Black with #9B185B
Text Example
Text Example
White with #9B185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B185B; }
p { color: rgb(155,24,91); }
H1.HeaderClassName
{
color: #9B185B;
}
.AnyTagClassName
{
color: #9B185B;
}
</style>
background-color css
<style>
a { background-color: #9B185B; }
a { background-color: rgb(155,24,91); }
div.DivClassName
{
background-color: #9B185B;
}
.BgClassName
{
background-color: #9B185B;
}
</style>
border-color css
<style>
span { border-color: #9B185B; }
span { border-color: rgb(155,24,91); }
td.TdClassName
{
border-color: #9B185B;
}
.TagClassName
{
border-color: #9B185B;
}
</style>