Shades of Jazzberry Jam #9C0E4F
Tints of Jazzberry Jam #9C0E4F
RGB
CMYK
RGB Variations
Color information
#9C0E4F (or 0x9C0E4F) is known color: Jazzberry Jam. HEX triplet: 9C, 0E and 4F. RGB value is (156,14,79). Sum of RGB (Red+Green+Blue) = 156+14+79=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E4F is #63F1B0. Grayscale: #3F3F3F. Windows color (decimal): -6549937 or 5181084. OLE color: 5181084.
HSL color Cylindrical-coordinate representation of color #9C0E4F: hue angle of 332.54º 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 #9C0E4F is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 79 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.39 |
| HSL | 332.54º | 0.84% | 0.33% | - |
| HSV(B) | 332.54º | 0.91% | 0.61% | - |
| XYZ | 15.28 | 7.95 | 8.13 | - |
| YUV | 63.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 79 | 0 | 0.91 | 0.49 | 0.39 | 332.54 | 0.84 | 0.33 |
| Hex | 9C | E | 4F | 0 | 5B | 31 | 27 | 14D | 54 | 21 |
| Octal | 234 | 16 | 117 | 0 | 133 | 61 | 47 | 515 | 124 | 41 |
| Binary | 10011100 | 1110 | 1001111 | 0 | 1011011 | 110001 | 100111 | 101001101 | 1010100 | 100001 |
Color Harmonies of #9C0E4F
Complementary color
Monochromatic Colors of #9C0E4F
Black with #9C0E4F
Text Example
Text Example
White with #9C0E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E4F; }
p { color: rgb(156,14,79); }
H1.HeaderClassName
{
color: #9C0E4F;
}
.AnyTagClassName
{
color: #9C0E4F;
}
</style>
background-color css
<style>
a { background-color: #9C0E4F; }
a { background-color: rgb(156,14,79); }
div.DivClassName
{
background-color: #9C0E4F;
}
.BgClassName
{
background-color: #9C0E4F;
}
</style>
border-color css
<style>
span { border-color: #9C0E4F; }
span { border-color: rgb(156,14,79); }
td.TdClassName
{
border-color: #9C0E4F;
}
.TagClassName
{
border-color: #9C0E4F;
}
</style>