Shades of Jazzberry Jam #9C0E40
Tints of Jazzberry Jam #9C0E40
RGB
CMYK
RGB Variations
Color information
#9C0E40 (or 0x9C0E40) is known color: Jazzberry Jam. HEX triplet: 9C, 0E and 40. RGB value is (156,14,64). Sum of RGB (Red+Green+Blue) = 156+14+64=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0E40 is #63F1BF. Grayscale: #3E3E3E. Windows color (decimal): -6549952 or 4198044. OLE color: 4198044.
HSL color Cylindrical-coordinate representation of color #9C0E40: hue angle of 338.87º 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 #9C0E40 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 64 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.39 |
| HSL | 338.87º | 0.84% | 0.33% | - |
| HSV(B) | 338.87º | 0.91% | 0.61% | - |
| XYZ | 14.79 | 7.75 | 5.57 | - |
| YUV | 62.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 64 | 0 | 0.91 | 0.59 | 0.39 | 338.87 | 0.84 | 0.33 |
| Hex | 9C | E | 40 | 0 | 5B | 3B | 27 | 153 | 54 | 21 |
| Octal | 234 | 16 | 100 | 0 | 133 | 73 | 47 | 523 | 124 | 41 |
| Binary | 10011100 | 1110 | 1000000 | 0 | 1011011 | 111011 | 100111 | 101010011 | 1010100 | 100001 |
Color Harmonies of #9C0E40
Complementary color
Monochromatic Colors of #9C0E40
Black with #9C0E40
Text Example
Text Example
White with #9C0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E40; }
p { color: rgb(156,14,64); }
H1.HeaderClassName
{
color: #9C0E40;
}
.AnyTagClassName
{
color: #9C0E40;
}
</style>
background-color css
<style>
a { background-color: #9C0E40; }
a { background-color: rgb(156,14,64); }
div.DivClassName
{
background-color: #9C0E40;
}
.BgClassName
{
background-color: #9C0E40;
}
</style>
border-color css
<style>
span { border-color: #9C0E40; }
span { border-color: rgb(156,14,64); }
td.TdClassName
{
border-color: #9C0E40;
}
.TagClassName
{
border-color: #9C0E40;
}
</style>