Shades of Jazzberry Jam #9D256C
Tints of Jazzberry Jam #9D256C
RGB
CMYK
RGB Variations
Color information
#9D256C (or 0x9D256C) is known color: Jazzberry Jam. HEX triplet: 9D, 25 and 6C. RGB value is (157,37,108). Sum of RGB (Red+Green+Blue) = 157+37+108=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D256C is #62DA93. Grayscale: #505050. Windows color (decimal): -6478484 or 7087517. OLE color: 7087517.
HSL color Cylindrical-coordinate representation of color #9D256C: hue angle of 324.5º 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 #9D256C is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 108 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.38 |
| HSL | 324.5º | 0.62% | 0.38% | - |
| HSV(B) | 324.5º | 0.76% | 0.62% | - |
| XYZ | 17.27 | 9.57 | 15.12 | - |
| YUV | 80.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 108 | 0 | 0.76 | 0.31 | 0.38 | 324.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 6C | 0 | 4C | 1F | 26 | 144 | 3E | 26 |
| Octal | 235 | 45 | 154 | 0 | 114 | 37 | 46 | 504 | 76 | 46 |
| Binary | 10011101 | 100101 | 1101100 | 0 | 1001100 | 11111 | 100110 | 101000100 | 111110 | 100110 |
Color Harmonies of #9D256C
Complementary color
Monochromatic Colors of #9D256C
Black with #9D256C
Text Example
Text Example
White with #9D256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D256C; }
p { color: rgb(157,37,108); }
H1.HeaderClassName
{
color: #9D256C;
}
.AnyTagClassName
{
color: #9D256C;
}
</style>
background-color css
<style>
a { background-color: #9D256C; }
a { background-color: rgb(157,37,108); }
div.DivClassName
{
background-color: #9D256C;
}
.BgClassName
{
background-color: #9D256C;
}
</style>
border-color css
<style>
span { border-color: #9D256C; }
span { border-color: rgb(157,37,108); }
td.TdClassName
{
border-color: #9D256C;
}
.TagClassName
{
border-color: #9D256C;
}
</style>