Shades of Jazzberry Jam #9D0150
Tints of Jazzberry Jam #9D0150
RGB
CMYK
RGB Variations
Color information
#9D0150 (or 0x9D0150) is known color: Jazzberry Jam. HEX triplet: 9D, 01 and 50. RGB value is (157,1,80). Sum of RGB (Red+Green+Blue) = 157+1+80=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0150 is #62FEAF. Grayscale: #383838. Windows color (decimal): -6487728 or 5243293. OLE color: 5243293.
HSL color Cylindrical-coordinate representation of color #9D0150: hue angle of 329.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0150 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.38 |
| HSL | 329.62º | 0.99% | 0.31% | - |
| HSV(B) | 329.62º | 0.99% | 0.62% | - |
| XYZ | 15.36 | 7.77 | 8.28 | - |
| YUV | 56.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 80 | 0 | 0.99 | 0.49 | 0.38 | 329.62 | 0.99 | 0.31 |
| Hex | 9D | 1 | 50 | 0 | 63 | 31 | 26 | 14A | 63 | 1F |
| Octal | 235 | 1 | 120 | 0 | 143 | 61 | 46 | 512 | 143 | 37 |
| Binary | 10011101 | 1 | 1010000 | 0 | 1100011 | 110001 | 100110 | 101001010 | 1100011 | 11111 |
Color Harmonies of #9D0150
Complementary color
Monochromatic Colors of #9D0150
Black with #9D0150
Text Example
Text Example
White with #9D0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0150; }
p { color: rgb(157,1,80); }
H1.HeaderClassName
{
color: #9D0150;
}
.AnyTagClassName
{
color: #9D0150;
}
</style>
background-color css
<style>
a { background-color: #9D0150; }
a { background-color: rgb(157,1,80); }
div.DivClassName
{
background-color: #9D0150;
}
.BgClassName
{
background-color: #9D0150;
}
</style>
border-color css
<style>
span { border-color: #9D0150; }
span { border-color: rgb(157,1,80); }
td.TdClassName
{
border-color: #9D0150;
}
.TagClassName
{
border-color: #9D0150;
}
</style>