Shades of Jazzberry Jam #9F236D
Tints of Jazzberry Jam #9F236D
RGB
CMYK
RGB Variations
Color information
#9F236D (or 0x9F236D) is known color: Jazzberry Jam. HEX triplet: 9F, 23 and 6D. RGB value is (159,35,109). Sum of RGB (Red+Green+Blue) = 159+35+109=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F236D is #60DC92. Grayscale: #505050. Windows color (decimal): -6347923 or 7152543. OLE color: 7152543.
HSL color Cylindrical-coordinate representation of color #9F236D: hue angle of 324.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F236D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 109 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.38 |
| HSL | 324.19º | 0.64% | 0.38% | - |
| HSV(B) | 324.19º | 0.78% | 0.62% | - |
| XYZ | 17.66 | 9.68 | 15.41 | - |
| YUV | 80.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 109 | 0 | 0.78 | 0.31 | 0.38 | 324.19 | 0.64 | 0.38 |
| Hex | 9F | 23 | 6D | 0 | 4E | 1F | 26 | 144 | 40 | 26 |
| Octal | 237 | 43 | 155 | 0 | 116 | 37 | 46 | 504 | 100 | 46 |
| Binary | 10011111 | 100011 | 1101101 | 0 | 1001110 | 11111 | 100110 | 101000100 | 1000000 | 100110 |
Color Harmonies of #9F236D
Complementary color
Monochromatic Colors of #9F236D
Black with #9F236D
Text Example
Text Example
White with #9F236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F236D; }
p { color: rgb(159,35,109); }
H1.HeaderClassName
{
color: #9F236D;
}
.AnyTagClassName
{
color: #9F236D;
}
</style>
background-color css
<style>
a { background-color: #9F236D; }
a { background-color: rgb(159,35,109); }
div.DivClassName
{
background-color: #9F236D;
}
.BgClassName
{
background-color: #9F236D;
}
</style>
border-color css
<style>
span { border-color: #9F236D; }
span { border-color: rgb(159,35,109); }
td.TdClassName
{
border-color: #9F236D;
}
.TagClassName
{
border-color: #9F236D;
}
</style>