Shades of Jazzberry Jam #9D035B
Tints of Jazzberry Jam #9D035B
RGB
CMYK
RGB Variations
Color information
#9D035B (or 0x9D035B) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 5B. RGB value is (157,3,91). Sum of RGB (Red+Green+Blue) = 157+3+91=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D035B is #62FCA4. Grayscale: #3A3A3A. Windows color (decimal): -6487205 or 5964701. OLE color: 5964701.
HSL color Cylindrical-coordinate representation of color #9D035B: hue angle of 325.71º 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 #9D035B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.38 |
| HSL | 325.71º | 0.96% | 0.31% | - |
| HSV(B) | 325.71º | 0.98% | 0.62% | - |
| XYZ | 15.83 | 7.99 | 10.61 | - |
| YUV | 59.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 91 | 0 | 0.98 | 0.42 | 0.38 | 325.71 | 0.96 | 0.31 |
| Hex | 9D | 3 | 5B | 0 | 62 | 2A | 26 | 146 | 60 | 1F |
| Octal | 235 | 3 | 133 | 0 | 142 | 52 | 46 | 506 | 140 | 37 |
| Binary | 10011101 | 11 | 1011011 | 0 | 1100010 | 101010 | 100110 | 101000110 | 1100000 | 11111 |
Color Harmonies of #9D035B
Complementary color
Monochromatic Colors of #9D035B
Black with #9D035B
Text Example
Text Example
White with #9D035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D035B; }
p { color: rgb(157,3,91); }
H1.HeaderClassName
{
color: #9D035B;
}
.AnyTagClassName
{
color: #9D035B;
}
</style>
background-color css
<style>
a { background-color: #9D035B; }
a { background-color: rgb(157,3,91); }
div.DivClassName
{
background-color: #9D035B;
}
.BgClassName
{
background-color: #9D035B;
}
</style>
border-color css
<style>
span { border-color: #9D035B; }
span { border-color: rgb(157,3,91); }
td.TdClassName
{
border-color: #9D035B;
}
.TagClassName
{
border-color: #9D035B;
}
</style>