Shades of Jazzberry Jam #9B115F
Tints of Jazzberry Jam #9B115F
RGB
CMYK
RGB Variations
Color information
#9B115F (or 0x9B115F) is known color: Jazzberry Jam. HEX triplet: 9B, 11 and 5F. RGB value is (155,17,95). Sum of RGB (Red+Green+Blue) = 155+17+95=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B115F is #64EEA0. Grayscale: #424242. Windows color (decimal): -6614689 or 6230427. OLE color: 6230427.
HSL color Cylindrical-coordinate representation of color #9B115F: hue angle of 326.09º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B115F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 95 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.39 |
| HSL | 326.09º | 0.8% | 0.34% | - |
| HSV(B) | 326.09º | 0.89% | 0.61% | - |
| XYZ | 15.78 | 8.2 | 11.58 | - |
| YUV | 67.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 95 | 0 | 0.89 | 0.39 | 0.39 | 326.09 | 0.8 | 0.34 |
| Hex | 9B | 11 | 5F | 0 | 59 | 27 | 27 | 146 | 50 | 22 |
| Octal | 233 | 21 | 137 | 0 | 131 | 47 | 47 | 506 | 120 | 42 |
| Binary | 10011011 | 10001 | 1011111 | 0 | 1011001 | 100111 | 100111 | 101000110 | 1010000 | 100010 |
Color Harmonies of #9B115F
Complementary color
Monochromatic Colors of #9B115F
Black with #9B115F
Text Example
Text Example
White with #9B115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B115F; }
p { color: rgb(155,17,95); }
H1.HeaderClassName
{
color: #9B115F;
}
.AnyTagClassName
{
color: #9B115F;
}
</style>
background-color css
<style>
a { background-color: #9B115F; }
a { background-color: rgb(155,17,95); }
div.DivClassName
{
background-color: #9B115F;
}
.BgClassName
{
background-color: #9B115F;
}
</style>
border-color css
<style>
span { border-color: #9B115F; }
span { border-color: rgb(155,17,95); }
td.TdClassName
{
border-color: #9B115F;
}
.TagClassName
{
border-color: #9B115F;
}
</style>