Shades of Jazzberry Jam #9F236A
Tints of Jazzberry Jam #9F236A
RGB
CMYK
RGB Variations
Color information
#9F236A (or 0x9F236A) is known color: Jazzberry Jam. HEX triplet: 9F, 23 and 6A. RGB value is (159,35,106). Sum of RGB (Red+Green+Blue) = 159+35+106=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F236A is #60DC95. Grayscale: #505050. Windows color (decimal): -6347926 or 6955935. OLE color: 6955935.
HSL color Cylindrical-coordinate representation of color #9F236A: hue angle of 325.65º 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 #9F236A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 106 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.38 |
| HSL | 325.65º | 0.64% | 0.38% | - |
| HSV(B) | 325.65º | 0.78% | 0.62% | - |
| XYZ | 17.5 | 9.61 | 14.57 | - |
| YUV | 80.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 106 | 0 | 0.78 | 0.33 | 0.38 | 325.65 | 0.64 | 0.38 |
| Hex | 9F | 23 | 6A | 0 | 4E | 21 | 26 | 146 | 40 | 26 |
| Octal | 237 | 43 | 152 | 0 | 116 | 41 | 46 | 506 | 100 | 46 |
| Binary | 10011111 | 100011 | 1101010 | 0 | 1001110 | 100001 | 100110 | 101000110 | 1000000 | 100110 |
Color Harmonies of #9F236A
Complementary color
Monochromatic Colors of #9F236A
Black with #9F236A
Text Example
Text Example
White with #9F236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F236A; }
p { color: rgb(159,35,106); }
H1.HeaderClassName
{
color: #9F236A;
}
.AnyTagClassName
{
color: #9F236A;
}
</style>
background-color css
<style>
a { background-color: #9F236A; }
a { background-color: rgb(159,35,106); }
div.DivClassName
{
background-color: #9F236A;
}
.BgClassName
{
background-color: #9F236A;
}
</style>
border-color css
<style>
span { border-color: #9F236A; }
span { border-color: rgb(159,35,106); }
td.TdClassName
{
border-color: #9F236A;
}
.TagClassName
{
border-color: #9F236A;
}
</style>