Shades of Jazzberry Jam #9B0F58
Tints of Jazzberry Jam #9B0F58
RGB
CMYK
RGB Variations
Color information
#9B0F58 (or 0x9B0F58) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 58. RGB value is (155,15,88). Sum of RGB (Red+Green+Blue) = 155+15+88=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F58 is #64F0A7. Grayscale: #414141. Windows color (decimal): -6615208 or 5771163. OLE color: 5771163.
HSL color Cylindrical-coordinate representation of color #9B0F58: hue angle of 328.71º 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 #9B0F58 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 88 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.39 |
| HSL | 328.71º | 0.82% | 0.33% | - |
| HSV(B) | 328.71º | 0.9% | 0.61% | - |
| XYZ | 15.45 | 8.01 | 9.97 | - |
| YUV | 65.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 88 | 0 | 0.90 | 0.43 | 0.39 | 328.71 | 0.82 | 0.33 |
| Hex | 9B | F | 58 | 0 | 5A | 2B | 27 | 149 | 52 | 21 |
| Octal | 233 | 17 | 130 | 0 | 132 | 53 | 47 | 511 | 122 | 41 |
| Binary | 10011011 | 1111 | 1011000 | 0 | 1011010 | 101011 | 100111 | 101001001 | 1010010 | 100001 |
Color Harmonies of #9B0F58
Complementary color
Monochromatic Colors of #9B0F58
Black with #9B0F58
Text Example
Text Example
White with #9B0F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F58; }
p { color: rgb(155,15,88); }
H1.HeaderClassName
{
color: #9B0F58;
}
.AnyTagClassName
{
color: #9B0F58;
}
</style>
background-color css
<style>
a { background-color: #9B0F58; }
a { background-color: rgb(155,15,88); }
div.DivClassName
{
background-color: #9B0F58;
}
.BgClassName
{
background-color: #9B0F58;
}
</style>
border-color css
<style>
span { border-color: #9B0F58; }
span { border-color: rgb(155,15,88); }
td.TdClassName
{
border-color: #9B0F58;
}
.TagClassName
{
border-color: #9B0F58;
}
</style>