Shades of Jazzberry Jam #9D034E
Tints of Jazzberry Jam #9D034E
RGB
CMYK
RGB Variations
Color information
#9D034E (or 0x9D034E) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 4E. RGB value is (157,3,78). Sum of RGB (Red+Green+Blue) = 157+3+78=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D034E is #62FCB1. Grayscale: #393939. Windows color (decimal): -6487218 or 5112733. OLE color: 5112733.
HSL color Cylindrical-coordinate representation of color #9D034E: hue angle of 330.78º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D034E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.38 |
| HSL | 330.78º | 0.96% | 0.31% | - |
| HSV(B) | 330.78º | 0.98% | 0.62% | - |
| XYZ | 15.31 | 7.78 | 7.9 | - |
| YUV | 57.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 78 | 0 | 0.98 | 0.50 | 0.38 | 330.78 | 0.96 | 0.31 |
| Hex | 9D | 3 | 4E | 0 | 62 | 32 | 26 | 14B | 60 | 1F |
| Octal | 235 | 3 | 116 | 0 | 142 | 62 | 46 | 513 | 140 | 37 |
| Binary | 10011101 | 11 | 1001110 | 0 | 1100010 | 110010 | 100110 | 101001011 | 1100000 | 11111 |
Color Harmonies of #9D034E
Complementary color
Monochromatic Colors of #9D034E
Black with #9D034E
Text Example
Text Example
White with #9D034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D034E; }
p { color: rgb(157,3,78); }
H1.HeaderClassName
{
color: #9D034E;
}
.AnyTagClassName
{
color: #9D034E;
}
</style>
background-color css
<style>
a { background-color: #9D034E; }
a { background-color: rgb(157,3,78); }
div.DivClassName
{
background-color: #9D034E;
}
.BgClassName
{
background-color: #9D034E;
}
</style>
border-color css
<style>
span { border-color: #9D034E; }
span { border-color: rgb(157,3,78); }
td.TdClassName
{
border-color: #9D034E;
}
.TagClassName
{
border-color: #9D034E;
}
</style>