Shades of Jazzberry Jam #9C0E5B
Tints of Jazzberry Jam #9C0E5B
RGB
CMYK
RGB Variations
Color information
#9C0E5B (or 0x9C0E5B) is known color: Jazzberry Jam. HEX triplet: 9C, 0E and 5B. RGB value is (156,14,91). Sum of RGB (Red+Green+Blue) = 156+14+91=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E5B is #63F1A4. Grayscale: #414141. Windows color (decimal): -6549925 or 5967516. OLE color: 5967516.
HSL color Cylindrical-coordinate representation of color #9C0E5B: hue angle of 327.46º degrees, saturation: 0.84, 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 #9C0E5B is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 91 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.39 |
| HSL | 327.46º | 0.84% | 0.33% | - |
| HSV(B) | 327.46º | 0.91% | 0.61% | - |
| XYZ | 15.76 | 8.14 | 10.64 | - |
| YUV | 65.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 91 | 0 | 0.91 | 0.42 | 0.39 | 327.46 | 0.84 | 0.33 |
| Hex | 9C | E | 5B | 0 | 5B | 2A | 27 | 147 | 54 | 21 |
| Octal | 234 | 16 | 133 | 0 | 133 | 52 | 47 | 507 | 124 | 41 |
| Binary | 10011100 | 1110 | 1011011 | 0 | 1011011 | 101010 | 100111 | 101000111 | 1010100 | 100001 |
Color Harmonies of #9C0E5B
Complementary color
Monochromatic Colors of #9C0E5B
Black with #9C0E5B
Text Example
Text Example
White with #9C0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E5B; }
p { color: rgb(156,14,91); }
H1.HeaderClassName
{
color: #9C0E5B;
}
.AnyTagClassName
{
color: #9C0E5B;
}
</style>
background-color css
<style>
a { background-color: #9C0E5B; }
a { background-color: rgb(156,14,91); }
div.DivClassName
{
background-color: #9C0E5B;
}
.BgClassName
{
background-color: #9C0E5B;
}
</style>
border-color css
<style>
span { border-color: #9C0E5B; }
span { border-color: rgb(156,14,91); }
td.TdClassName
{
border-color: #9C0E5B;
}
.TagClassName
{
border-color: #9C0E5B;
}
</style>