Shades of Jazzberry Jam #9B0E5D
Tints of Jazzberry Jam #9B0E5D
RGB
CMYK
RGB Variations
Color information
#9B0E5D (or 0x9B0E5D) is known color: Jazzberry Jam. HEX triplet: 9B, 0E and 5D. RGB value is (155,14,93). Sum of RGB (Red+Green+Blue) = 155+14+93=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E5D is #64F1A2. Grayscale: #404040. Windows color (decimal): -6615459 or 6098587. OLE color: 6098587.
HSL color Cylindrical-coordinate representation of color #9B0E5D: hue angle of 326.38º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E5D is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 14 | 93 | - |
| CMYK | 0 | 0.91 | 0.4 | 0.39 |
| HSL | 326.38º | 0.83% | 0.33% | - |
| HSV(B) | 326.38º | 0.91% | 0.61% | - |
| XYZ | 15.65 | 8.07 | 11.09 | - |
| YUV | 65.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 93 | 0 | 0.91 | 0.4 | 0.39 | 326.38 | 0.83 | 0.33 |
| Hex | 9B | E | 5D | 0 | 5B | 28 | 27 | 146 | 53 | 21 |
| Octal | 233 | 16 | 135 | 0 | 133 | 50 | 47 | 506 | 123 | 41 |
| Binary | 10011011 | 1110 | 1011101 | 0 | 1011011 | 101000 | 100111 | 101000110 | 1010011 | 100001 |
Color Harmonies of #9B0E5D
Complementary color
Monochromatic Colors of #9B0E5D
Black with #9B0E5D
Text Example
Text Example
White with #9B0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0E5D; }
p { color: rgb(155,14,93); }
H1.HeaderClassName
{
color: #9B0E5D;
}
.AnyTagClassName
{
color: #9B0E5D;
}
</style>
background-color css
<style>
a { background-color: #9B0E5D; }
a { background-color: rgb(155,14,93); }
div.DivClassName
{
background-color: #9B0E5D;
}
.BgClassName
{
background-color: #9B0E5D;
}
</style>
border-color css
<style>
span { border-color: #9B0E5D; }
span { border-color: rgb(155,14,93); }
td.TdClassName
{
border-color: #9B0E5D;
}
.TagClassName
{
border-color: #9B0E5D;
}
</style>