Shades of Jazzberry Jam #9D136A
Tints of Jazzberry Jam #9D136A
RGB
CMYK
RGB Variations
Color information
#9D136A (or 0x9D136A) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 6A. RGB value is (157,19,106). Sum of RGB (Red+Green+Blue) = 157+19+106=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D136A is #62EC95. Grayscale: #454545. Windows color (decimal): -6483094 or 6951837. OLE color: 6951837.
HSL color Cylindrical-coordinate representation of color #9D136A: hue angle of 322.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D136A is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 106 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.38 |
| HSL | 322.17º | 0.78% | 0.35% | - |
| HSV(B) | 322.17º | 0.88% | 0.62% | - |
| XYZ | 16.74 | 8.67 | 14.43 | - |
| YUV | 70.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 106 | 0 | 0.88 | 0.32 | 0.38 | 322.17 | 0.78 | 0.35 |
| Hex | 9D | 13 | 6A | 0 | 58 | 20 | 26 | 142 | 4E | 23 |
| Octal | 235 | 23 | 152 | 0 | 130 | 40 | 46 | 502 | 116 | 43 |
| Binary | 10011101 | 10011 | 1101010 | 0 | 1011000 | 100000 | 100110 | 101000010 | 1001110 | 100011 |
Color Harmonies of #9D136A
Complementary color
Monochromatic Colors of #9D136A
Black with #9D136A
Text Example
Text Example
White with #9D136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D136A; }
p { color: rgb(157,19,106); }
H1.HeaderClassName
{
color: #9D136A;
}
.AnyTagClassName
{
color: #9D136A;
}
</style>
background-color css
<style>
a { background-color: #9D136A; }
a { background-color: rgb(157,19,106); }
div.DivClassName
{
background-color: #9D136A;
}
.BgClassName
{
background-color: #9D136A;
}
</style>
border-color css
<style>
span { border-color: #9D136A; }
span { border-color: rgb(157,19,106); }
td.TdClassName
{
border-color: #9D136A;
}
.TagClassName
{
border-color: #9D136A;
}
</style>