Shades of Jazzberry Jam #9D185E
Tints of Jazzberry Jam #9D185E
RGB
CMYK
RGB Variations
Color information
#9D185E (or 0x9D185E) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 5E. RGB value is (157,24,94). Sum of RGB (Red+Green+Blue) = 157+24+94=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D185E is #62E7A1. Grayscale: #474747. Windows color (decimal): -6481826 or 6166685. OLE color: 6166685.
HSL color Cylindrical-coordinate representation of color #9D185E: hue angle of 328.42º 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 #9D185E is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 94 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.38 |
| HSL | 328.42º | 0.73% | 0.35% | - |
| HSV(B) | 328.42º | 0.85% | 0.62% | - |
| XYZ | 16.25 | 8.63 | 11.4 | - |
| YUV | 71.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 94 | 0 | 0.85 | 0.40 | 0.38 | 328.42 | 0.73 | 0.35 |
| Hex | 9D | 18 | 5E | 0 | 55 | 28 | 26 | 148 | 49 | 23 |
| Octal | 235 | 30 | 136 | 0 | 125 | 50 | 46 | 510 | 111 | 43 |
| Binary | 10011101 | 11000 | 1011110 | 0 | 1010101 | 101000 | 100110 | 101001000 | 1001001 | 100011 |
Color Harmonies of #9D185E
Complementary color
Monochromatic Colors of #9D185E
Black with #9D185E
Text Example
Text Example
White with #9D185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D185E; }
p { color: rgb(157,24,94); }
H1.HeaderClassName
{
color: #9D185E;
}
.AnyTagClassName
{
color: #9D185E;
}
</style>
background-color css
<style>
a { background-color: #9D185E; }
a { background-color: rgb(157,24,94); }
div.DivClassName
{
background-color: #9D185E;
}
.BgClassName
{
background-color: #9D185E;
}
</style>
border-color css
<style>
span { border-color: #9D185E; }
span { border-color: rgb(157,24,94); }
td.TdClassName
{
border-color: #9D185E;
}
.TagClassName
{
border-color: #9D185E;
}
</style>