Shades of Jazzberry Jam #9B095F
Tints of Jazzberry Jam #9B095F
RGB
CMYK
RGB Variations
Color information
#9B095F (or 0x9B095F) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 5F. RGB value is (155,9,95). Sum of RGB (Red+Green+Blue) = 155+9+95=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B095F is #64F6A0. Grayscale: #3E3E3E. Windows color (decimal): -6616737 or 6228379. OLE color: 6228379.
HSL color Cylindrical-coordinate representation of color #9B095F: hue angle of 324.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B095F is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 95 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.39 |
| HSL | 324.66º | 0.89% | 0.32% | - |
| HSV(B) | 324.66º | 0.94% | 0.61% | - |
| XYZ | 15.68 | 7.99 | 11.54 | - |
| YUV | 62.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 95 | 0 | 0.94 | 0.39 | 0.39 | 324.66 | 0.89 | 0.32 |
| Hex | 9B | 9 | 5F | 0 | 5E | 27 | 27 | 145 | 59 | 20 |
| Octal | 233 | 11 | 137 | 0 | 136 | 47 | 47 | 505 | 131 | 40 |
| Binary | 10011011 | 1001 | 1011111 | 0 | 1011110 | 100111 | 100111 | 101000101 | 1011001 | 100000 |
Color Harmonies of #9B095F
Complementary color
Monochromatic Colors of #9B095F
Black with #9B095F
Text Example
Text Example
White with #9B095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B095F; }
p { color: rgb(155,9,95); }
H1.HeaderClassName
{
color: #9B095F;
}
.AnyTagClassName
{
color: #9B095F;
}
</style>
background-color css
<style>
a { background-color: #9B095F; }
a { background-color: rgb(155,9,95); }
div.DivClassName
{
background-color: #9B095F;
}
.BgClassName
{
background-color: #9B095F;
}
</style>
border-color css
<style>
span { border-color: #9B095F; }
span { border-color: rgb(155,9,95); }
td.TdClassName
{
border-color: #9B095F;
}
.TagClassName
{
border-color: #9B095F;
}
</style>