Shades of Jazzberry Jam #9D256E
Tints of Jazzberry Jam #9D256E
RGB
CMYK
RGB Variations
Color information
#9D256E (or 0x9D256E) is known color: Jazzberry Jam. HEX triplet: 9D, 25 and 6E. RGB value is (157,37,110). Sum of RGB (Red+Green+Blue) = 157+37+110=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D256E is #62DA91. Grayscale: #515151. Windows color (decimal): -6478482 or 7218589. OLE color: 7218589.
HSL color Cylindrical-coordinate representation of color #9D256E: hue angle of 323.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 #9D256E is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 110 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.38 |
| HSL | 323.5º | 0.62% | 0.38% | - |
| HSV(B) | 323.5º | 0.76% | 0.62% | - |
| XYZ | 17.38 | 9.62 | 15.69 | - |
| YUV | 81.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 110 | 0 | 0.76 | 0.30 | 0.38 | 323.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 6E | 0 | 4C | 1E | 26 | 144 | 3E | 26 |
| Octal | 235 | 45 | 156 | 0 | 114 | 36 | 46 | 504 | 76 | 46 |
| Binary | 10011101 | 100101 | 1101110 | 0 | 1001100 | 11110 | 100110 | 101000100 | 111110 | 100110 |
Color Harmonies of #9D256E
Complementary color
Monochromatic Colors of #9D256E
Black with #9D256E
Text Example
Text Example
White with #9D256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D256E; }
p { color: rgb(157,37,110); }
H1.HeaderClassName
{
color: #9D256E;
}
.AnyTagClassName
{
color: #9D256E;
}
</style>
background-color css
<style>
a { background-color: #9D256E; }
a { background-color: rgb(157,37,110); }
div.DivClassName
{
background-color: #9D256E;
}
.BgClassName
{
background-color: #9D256E;
}
</style>
border-color css
<style>
span { border-color: #9D256E; }
span { border-color: rgb(157,37,110); }
td.TdClassName
{
border-color: #9D256E;
}
.TagClassName
{
border-color: #9D256E;
}
</style>