Shades of Jazzberry Jam #9B0F4F
Tints of Jazzberry Jam #9B0F4F
RGB
CMYK
RGB Variations
Color information
#9B0F4F (or 0x9B0F4F) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 4F. RGB value is (155,15,79). Sum of RGB (Red+Green+Blue) = 155+15+79=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F4F is #64F0B0. Grayscale: #404040. Windows color (decimal): -6615217 or 5181339. OLE color: 5181339.
HSL color Cylindrical-coordinate representation of color #9B0F4F: hue angle of 332.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F4F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 79 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.39 |
| HSL | 332.57º | 0.82% | 0.33% | - |
| HSV(B) | 332.57º | 0.9% | 0.61% | - |
| XYZ | 15.1 | 7.87 | 8.12 | - |
| YUV | 64.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 79 | 0 | 0.90 | 0.49 | 0.39 | 332.57 | 0.82 | 0.33 |
| Hex | 9B | F | 4F | 0 | 5A | 31 | 27 | 14D | 52 | 21 |
| Octal | 233 | 17 | 117 | 0 | 132 | 61 | 47 | 515 | 122 | 41 |
| Binary | 10011011 | 1111 | 1001111 | 0 | 1011010 | 110001 | 100111 | 101001101 | 1010010 | 100001 |
Color Harmonies of #9B0F4F
Complementary color
Monochromatic Colors of #9B0F4F
Black with #9B0F4F
Text Example
Text Example
White with #9B0F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F4F; }
p { color: rgb(155,15,79); }
H1.HeaderClassName
{
color: #9B0F4F;
}
.AnyTagClassName
{
color: #9B0F4F;
}
</style>
background-color css
<style>
a { background-color: #9B0F4F; }
a { background-color: rgb(155,15,79); }
div.DivClassName
{
background-color: #9B0F4F;
}
.BgClassName
{
background-color: #9B0F4F;
}
</style>
border-color css
<style>
span { border-color: #9B0F4F; }
span { border-color: rgb(155,15,79); }
td.TdClassName
{
border-color: #9B0F4F;
}
.TagClassName
{
border-color: #9B0F4F;
}
</style>