Shades of Jazzberry Jam #9F256D
Tints of Jazzberry Jam #9F256D
RGB
CMYK
RGB Variations
Color information
#9F256D (or 0x9F256D) is known color: Jazzberry Jam. HEX triplet: 9F, 25 and 6D. RGB value is (159,37,109). Sum of RGB (Red+Green+Blue) = 159+37+109=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F256D is #60DA92. Grayscale: #515151. Windows color (decimal): -6347411 or 7153055. OLE color: 7153055.
HSL color Cylindrical-coordinate representation of color #9F256D: hue angle of 324.59º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F256D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 109 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.38 |
| HSL | 324.59º | 0.62% | 0.38% | - |
| HSV(B) | 324.59º | 0.77% | 0.62% | - |
| XYZ | 17.72 | 9.8 | 15.43 | - |
| YUV | 81.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 109 | 0 | 0.77 | 0.31 | 0.38 | 324.59 | 0.62 | 0.38 |
| Hex | 9F | 25 | 6D | 0 | 4D | 1F | 26 | 145 | 3E | 26 |
| Octal | 237 | 45 | 155 | 0 | 115 | 37 | 46 | 505 | 76 | 46 |
| Binary | 10011111 | 100101 | 1101101 | 0 | 1001101 | 11111 | 100110 | 101000101 | 111110 | 100110 |
Color Harmonies of #9F256D
Complementary color
Monochromatic Colors of #9F256D
Black with #9F256D
Text Example
Text Example
White with #9F256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F256D; }
p { color: rgb(159,37,109); }
H1.HeaderClassName
{
color: #9F256D;
}
.AnyTagClassName
{
color: #9F256D;
}
</style>
background-color css
<style>
a { background-color: #9F256D; }
a { background-color: rgb(159,37,109); }
div.DivClassName
{
background-color: #9F256D;
}
.BgClassName
{
background-color: #9F256D;
}
</style>
border-color css
<style>
span { border-color: #9F256D; }
span { border-color: rgb(159,37,109); }
td.TdClassName
{
border-color: #9F256D;
}
.TagClassName
{
border-color: #9F256D;
}
</style>