Shades of Jazzberry Jam #9D0E43
Tints of Jazzberry Jam #9D0E43
RGB
CMYK
RGB Variations
Color information
#9D0E43 (or 0x9D0E43) is known color: Jazzberry Jam. HEX triplet: 9D, 0E and 43. RGB value is (157,14,67). Sum of RGB (Red+Green+Blue) = 157+14+67=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E43 is #62F1BC. Grayscale: #3E3E3E. Windows color (decimal): -6484413 or 4394653. OLE color: 4394653.
HSL color Cylindrical-coordinate representation of color #9D0E43: hue angle of 337.76º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E43 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 67 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.38 |
| HSL | 337.76º | 0.84% | 0.34% | - |
| HSV(B) | 337.76º | 0.91% | 0.62% | - |
| XYZ | 15.07 | 7.89 | 6.04 | - |
| YUV | 62.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 67 | 0 | 0.91 | 0.57 | 0.38 | 337.76 | 0.84 | 0.34 |
| Hex | 9D | E | 43 | 0 | 5B | 39 | 26 | 152 | 54 | 22 |
| Octal | 235 | 16 | 103 | 0 | 133 | 71 | 46 | 522 | 124 | 42 |
| Binary | 10011101 | 1110 | 1000011 | 0 | 1011011 | 111001 | 100110 | 101010010 | 1010100 | 100010 |
Color Harmonies of #9D0E43
Complementary color
Monochromatic Colors of #9D0E43
Black with #9D0E43
Text Example
Text Example
White with #9D0E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E43; }
p { color: rgb(157,14,67); }
H1.HeaderClassName
{
color: #9D0E43;
}
.AnyTagClassName
{
color: #9D0E43;
}
</style>
background-color css
<style>
a { background-color: #9D0E43; }
a { background-color: rgb(157,14,67); }
div.DivClassName
{
background-color: #9D0E43;
}
.BgClassName
{
background-color: #9D0E43;
}
</style>
border-color css
<style>
span { border-color: #9D0E43; }
span { border-color: rgb(157,14,67); }
td.TdClassName
{
border-color: #9D0E43;
}
.TagClassName
{
border-color: #9D0E43;
}
</style>