Shades of Jazzberry Jam #9B115A
Tints of Jazzberry Jam #9B115A
RGB
CMYK
RGB Variations
Color information
#9B115A (or 0x9B115A) is known color: Jazzberry Jam. HEX triplet: 9B, 11 and 5A. RGB value is (155,17,90). Sum of RGB (Red+Green+Blue) = 155+17+90=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B115A is #64EEA5. Grayscale: #424242. Windows color (decimal): -6614694 or 5902747. OLE color: 5902747.
HSL color Cylindrical-coordinate representation of color #9B115A: hue angle of 328.26º 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 #9B115A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 90 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.39 |
| HSL | 328.26º | 0.8% | 0.34% | - |
| HSV(B) | 328.26º | 0.89% | 0.61% | - |
| XYZ | 15.56 | 8.11 | 10.42 | - |
| YUV | 66.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 90 | 0 | 0.89 | 0.42 | 0.39 | 328.26 | 0.8 | 0.34 |
| Hex | 9B | 11 | 5A | 0 | 59 | 2A | 27 | 148 | 50 | 22 |
| Octal | 233 | 21 | 132 | 0 | 131 | 52 | 47 | 510 | 120 | 42 |
| Binary | 10011011 | 10001 | 1011010 | 0 | 1011001 | 101010 | 100111 | 101001000 | 1010000 | 100010 |
Color Harmonies of #9B115A
Complementary color
Monochromatic Colors of #9B115A
Black with #9B115A
Text Example
Text Example
White with #9B115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B115A; }
p { color: rgb(155,17,90); }
H1.HeaderClassName
{
color: #9B115A;
}
.AnyTagClassName
{
color: #9B115A;
}
</style>
background-color css
<style>
a { background-color: #9B115A; }
a { background-color: rgb(155,17,90); }
div.DivClassName
{
background-color: #9B115A;
}
.BgClassName
{
background-color: #9B115A;
}
</style>
border-color css
<style>
span { border-color: #9B115A; }
span { border-color: rgb(155,17,90); }
td.TdClassName
{
border-color: #9B115A;
}
.TagClassName
{
border-color: #9B115A;
}
</style>