Shades of Jazzberry Jam #9D256D
Tints of Jazzberry Jam #9D256D
RGB
CMYK
RGB Variations
Color information
#9D256D (or 0x9D256D) is known color: Jazzberry Jam. HEX triplet: 9D, 25 and 6D. RGB value is (157,37,109). Sum of RGB (Red+Green+Blue) = 157+37+109=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D256D is #62DA92. Grayscale: #505050. Windows color (decimal): -6478483 or 7153053. OLE color: 7153053.
HSL color Cylindrical-coordinate representation of color #9D256D: hue angle of 324º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D256D is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 109 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.38 |
| HSL | 324º | 0.62% | 0.38% | - |
| HSV(B) | 324º | 0.76% | 0.62% | - |
| XYZ | 17.33 | 9.6 | 15.41 | - |
| YUV | 81.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 109 | 0 | 0.76 | 0.31 | 0.38 | 324 | 0.62 | 0.38 |
| Hex | 9D | 25 | 6D | 0 | 4C | 1F | 26 | 144 | 3E | 26 |
| Octal | 235 | 45 | 155 | 0 | 114 | 37 | 46 | 504 | 76 | 46 |
| Binary | 10011101 | 100101 | 1101101 | 0 | 1001100 | 11111 | 100110 | 101000100 | 111110 | 100110 |
Color Harmonies of #9D256D
Complementary color
Monochromatic Colors of #9D256D
Black with #9D256D
Text Example
Text Example
White with #9D256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D256D; }
p { color: rgb(157,37,109); }
H1.HeaderClassName
{
color: #9D256D;
}
.AnyTagClassName
{
color: #9D256D;
}
</style>
background-color css
<style>
a { background-color: #9D256D; }
a { background-color: rgb(157,37,109); }
div.DivClassName
{
background-color: #9D256D;
}
.BgClassName
{
background-color: #9D256D;
}
</style>
border-color css
<style>
span { border-color: #9D256D; }
span { border-color: rgb(157,37,109); }
td.TdClassName
{
border-color: #9D256D;
}
.TagClassName
{
border-color: #9D256D;
}
</style>