Shades of Jazzberry Jam #9D1250
Tints of Jazzberry Jam #9D1250
RGB
CMYK
RGB Variations
Color information
#9D1250 (or 0x9D1250) is known color: Jazzberry Jam. HEX triplet: 9D, 12 and 50. RGB value is (157,18,80). Sum of RGB (Red+Green+Blue) = 157+18+80=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1250 is #62EDAF. Grayscale: #424242. Windows color (decimal): -6483376 or 5247645. OLE color: 5247645.
HSL color Cylindrical-coordinate representation of color #9D1250: hue angle of 333.24º 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 #9D1250 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 80 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.38 |
| HSL | 333.24º | 0.79% | 0.34% | - |
| HSV(B) | 333.24º | 0.89% | 0.62% | - |
| XYZ | 15.57 | 8.18 | 8.35 | - |
| YUV | 66.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 80 | 0 | 0.89 | 0.49 | 0.38 | 333.24 | 0.79 | 0.34 |
| Hex | 9D | 12 | 50 | 0 | 59 | 31 | 26 | 14D | 4F | 22 |
| Octal | 235 | 22 | 120 | 0 | 131 | 61 | 46 | 515 | 117 | 42 |
| Binary | 10011101 | 10010 | 1010000 | 0 | 1011001 | 110001 | 100110 | 101001101 | 1001111 | 100010 |
Color Harmonies of #9D1250
Complementary color
Monochromatic Colors of #9D1250
Black with #9D1250
Text Example
Text Example
White with #9D1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1250; }
p { color: rgb(157,18,80); }
H1.HeaderClassName
{
color: #9D1250;
}
.AnyTagClassName
{
color: #9D1250;
}
</style>
background-color css
<style>
a { background-color: #9D1250; }
a { background-color: rgb(157,18,80); }
div.DivClassName
{
background-color: #9D1250;
}
.BgClassName
{
background-color: #9D1250;
}
</style>
border-color css
<style>
span { border-color: #9D1250; }
span { border-color: rgb(157,18,80); }
td.TdClassName
{
border-color: #9D1250;
}
.TagClassName
{
border-color: #9D1250;
}
</style>