Shades of Jazzberry Jam #9D185A
Tints of Jazzberry Jam #9D185A
RGB
CMYK
RGB Variations
Color information
#9D185A (or 0x9D185A) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 5A. RGB value is (157,24,90). Sum of RGB (Red+Green+Blue) = 157+24+90=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D185A is #62E7A5. Grayscale: #474747. Windows color (decimal): -6481830 or 5904541. OLE color: 5904541.
HSL color Cylindrical-coordinate representation of color #9D185A: hue angle of 330.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D185A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 90 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.38 |
| HSL | 330.23º | 0.73% | 0.35% | - |
| HSV(B) | 330.23º | 0.85% | 0.62% | - |
| XYZ | 16.08 | 8.56 | 10.48 | - |
| YUV | 71.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 90 | 0 | 0.85 | 0.43 | 0.38 | 330.23 | 0.73 | 0.35 |
| Hex | 9D | 18 | 5A | 0 | 55 | 2B | 26 | 14A | 49 | 23 |
| Octal | 235 | 30 | 132 | 0 | 125 | 53 | 46 | 512 | 111 | 43 |
| Binary | 10011101 | 11000 | 1011010 | 0 | 1010101 | 101011 | 100110 | 101001010 | 1001001 | 100011 |
Color Harmonies of #9D185A
Complementary color
Monochromatic Colors of #9D185A
Black with #9D185A
Text Example
Text Example
White with #9D185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D185A; }
p { color: rgb(157,24,90); }
H1.HeaderClassName
{
color: #9D185A;
}
.AnyTagClassName
{
color: #9D185A;
}
</style>
background-color css
<style>
a { background-color: #9D185A; }
a { background-color: rgb(157,24,90); }
div.DivClassName
{
background-color: #9D185A;
}
.BgClassName
{
background-color: #9D185A;
}
</style>
border-color css
<style>
span { border-color: #9D185A; }
span { border-color: rgb(157,24,90); }
td.TdClassName
{
border-color: #9D185A;
}
.TagClassName
{
border-color: #9D185A;
}
</style>