Shades of Jazzberry Jam #9D256B
Tints of Jazzberry Jam #9D256B
RGB
CMYK
RGB Variations
Color information
#9D256B (or 0x9D256B) is known color: Jazzberry Jam. HEX triplet: 9D, 25 and 6B. RGB value is (157,37,107). Sum of RGB (Red+Green+Blue) = 157+37+107=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D256B is #62DA94. Grayscale: #505050. Windows color (decimal): -6478485 or 7021981. OLE color: 7021981.
HSL color Cylindrical-coordinate representation of color #9D256B: hue angle of 325º 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 #9D256B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 107 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.38 |
| HSL | 325º | 0.62% | 0.38% | - |
| HSV(B) | 325º | 0.76% | 0.62% | - |
| XYZ | 17.22 | 9.55 | 14.85 | - |
| YUV | 80.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 107 | 0 | 0.76 | 0.32 | 0.38 | 325 | 0.62 | 0.38 |
| Hex | 9D | 25 | 6B | 0 | 4C | 20 | 26 | 145 | 3E | 26 |
| Octal | 235 | 45 | 153 | 0 | 114 | 40 | 46 | 505 | 76 | 46 |
| Binary | 10011101 | 100101 | 1101011 | 0 | 1001100 | 100000 | 100110 | 101000101 | 111110 | 100110 |
Color Harmonies of #9D256B
Complementary color
Monochromatic Colors of #9D256B
Black with #9D256B
Text Example
Text Example
White with #9D256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D256B; }
p { color: rgb(157,37,107); }
H1.HeaderClassName
{
color: #9D256B;
}
.AnyTagClassName
{
color: #9D256B;
}
</style>
background-color css
<style>
a { background-color: #9D256B; }
a { background-color: rgb(157,37,107); }
div.DivClassName
{
background-color: #9D256B;
}
.BgClassName
{
background-color: #9D256B;
}
</style>
border-color css
<style>
span { border-color: #9D256B; }
span { border-color: rgb(157,37,107); }
td.TdClassName
{
border-color: #9D256B;
}
.TagClassName
{
border-color: #9D256B;
}
</style>