Shades of Jazzberry Jam #9D124F
Tints of Jazzberry Jam #9D124F
RGB
CMYK
RGB Variations
Color information
#9D124F (or 0x9D124F) is known color: Jazzberry Jam. HEX triplet: 9D, 12 and 4F. RGB value is (157,18,79). Sum of RGB (Red+Green+Blue) = 157+18+79=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D124F is #62EDB0. Grayscale: #424242. Windows color (decimal): -6483377 or 5182109. OLE color: 5182109.
HSL color Cylindrical-coordinate representation of color #9D124F: hue angle of 333.67º degrees, saturation: 0.79, 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 #9D124F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 79 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.38 |
| HSL | 333.67º | 0.79% | 0.34% | - |
| HSV(B) | 333.67º | 0.89% | 0.62% | - |
| XYZ | 15.53 | 8.17 | 8.15 | - |
| YUV | 66.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 79 | 0 | 0.89 | 0.50 | 0.38 | 333.67 | 0.79 | 0.34 |
| Hex | 9D | 12 | 4F | 0 | 59 | 32 | 26 | 14E | 4F | 22 |
| Octal | 235 | 22 | 117 | 0 | 131 | 62 | 46 | 516 | 117 | 42 |
| Binary | 10011101 | 10010 | 1001111 | 0 | 1011001 | 110010 | 100110 | 101001110 | 1001111 | 100010 |
Color Harmonies of #9D124F
Complementary color
Monochromatic Colors of #9D124F
Black with #9D124F
Text Example
Text Example
White with #9D124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D124F; }
p { color: rgb(157,18,79); }
H1.HeaderClassName
{
color: #9D124F;
}
.AnyTagClassName
{
color: #9D124F;
}
</style>
background-color css
<style>
a { background-color: #9D124F; }
a { background-color: rgb(157,18,79); }
div.DivClassName
{
background-color: #9D124F;
}
.BgClassName
{
background-color: #9D124F;
}
</style>
border-color css
<style>
span { border-color: #9D124F; }
span { border-color: rgb(157,18,79); }
td.TdClassName
{
border-color: #9D124F;
}
.TagClassName
{
border-color: #9D124F;
}
</style>