Shades of Jazzberry Jam #9D115A
Tints of Jazzberry Jam #9D115A
RGB
CMYK
RGB Variations
Color information
#9D115A (or 0x9D115A) is known color: Jazzberry Jam. HEX triplet: 9D, 11 and 5A. RGB value is (157,17,90). Sum of RGB (Red+Green+Blue) = 157+17+90=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D115A is #62EEA5. Grayscale: #434343. Windows color (decimal): -6483622 or 5902749. OLE color: 5902749.
HSL color Cylindrical-coordinate representation of color #9D115A: hue angle of 328.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D115A is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 17 | 90 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.38 |
| HSL | 328.71º | 0.8% | 0.34% | - |
| HSV(B) | 328.71º | 0.89% | 0.62% | - |
| XYZ | 15.95 | 8.31 | 10.44 | - |
| YUV | 67.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 90 | 0 | 0.89 | 0.43 | 0.38 | 328.71 | 0.8 | 0.34 |
| Hex | 9D | 11 | 5A | 0 | 59 | 2B | 26 | 149 | 50 | 22 |
| Octal | 235 | 21 | 132 | 0 | 131 | 53 | 46 | 511 | 120 | 42 |
| Binary | 10011101 | 10001 | 1011010 | 0 | 1011001 | 101011 | 100110 | 101001001 | 1010000 | 100010 |
Color Harmonies of #9D115A
Complementary color
Monochromatic Colors of #9D115A
Black with #9D115A
Text Example
Text Example
White with #9D115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D115A; }
p { color: rgb(157,17,90); }
H1.HeaderClassName
{
color: #9D115A;
}
.AnyTagClassName
{
color: #9D115A;
}
</style>
background-color css
<style>
a { background-color: #9D115A; }
a { background-color: rgb(157,17,90); }
div.DivClassName
{
background-color: #9D115A;
}
.BgClassName
{
background-color: #9D115A;
}
</style>
border-color css
<style>
span { border-color: #9D115A; }
span { border-color: rgb(157,17,90); }
td.TdClassName
{
border-color: #9D115A;
}
.TagClassName
{
border-color: #9D115A;
}
</style>