Shades of Jazzberry Jam #9B0F4E
Tints of Jazzberry Jam #9B0F4E
RGB
CMYK
RGB Variations
Color information
#9B0F4E (or 0x9B0F4E) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 4E. RGB value is (155,15,78). Sum of RGB (Red+Green+Blue) = 155+15+78=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F4E is #64F0B1. Grayscale: #3F3F3F. Windows color (decimal): -6615218 or 5115803. OLE color: 5115803.
HSL color Cylindrical-coordinate representation of color #9B0F4E: hue angle of 333º 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 #9B0F4E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 78 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.39 |
| HSL | 333º | 0.82% | 0.33% | - |
| HSV(B) | 333º | 0.9% | 0.61% | - |
| XYZ | 15.06 | 7.86 | 7.93 | - |
| YUV | 64.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 78 | 0 | 0.90 | 0.50 | 0.39 | 333 | 0.82 | 0.33 |
| Hex | 9B | F | 4E | 0 | 5A | 32 | 27 | 14D | 52 | 21 |
| Octal | 233 | 17 | 116 | 0 | 132 | 62 | 47 | 515 | 122 | 41 |
| Binary | 10011011 | 1111 | 1001110 | 0 | 1011010 | 110010 | 100111 | 101001101 | 1010010 | 100001 |
Color Harmonies of #9B0F4E
Complementary color
Monochromatic Colors of #9B0F4E
Black with #9B0F4E
Text Example
Text Example
White with #9B0F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F4E; }
p { color: rgb(155,15,78); }
H1.HeaderClassName
{
color: #9B0F4E;
}
.AnyTagClassName
{
color: #9B0F4E;
}
</style>
background-color css
<style>
a { background-color: #9B0F4E; }
a { background-color: rgb(155,15,78); }
div.DivClassName
{
background-color: #9B0F4E;
}
.BgClassName
{
background-color: #9B0F4E;
}
</style>
border-color css
<style>
span { border-color: #9B0F4E; }
span { border-color: rgb(155,15,78); }
td.TdClassName
{
border-color: #9B0F4E;
}
.TagClassName
{
border-color: #9B0F4E;
}
</style>