Shades of Jazzberry Jam #9F216C
Tints of Jazzberry Jam #9F216C
RGB
CMYK
RGB Variations
Color information
#9F216C (or 0x9F216C) is known color: Jazzberry Jam. HEX triplet: 9F, 21 and 6C. RGB value is (159,33,108). Sum of RGB (Red+Green+Blue) = 159+33+108=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F216C is #60DE93. Grayscale: #4F4F4F. Windows color (decimal): -6348436 or 7086495. OLE color: 7086495.
HSL color Cylindrical-coordinate representation of color #9F216C: hue angle of 324.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F216C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 108 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.38 |
| HSL | 324.29º | 0.66% | 0.38% | - |
| HSV(B) | 324.29º | 0.79% | 0.62% | - |
| XYZ | 17.55 | 9.54 | 15.1 | - |
| YUV | 79.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 108 | 0 | 0.79 | 0.32 | 0.38 | 324.29 | 0.66 | 0.38 |
| Hex | 9F | 21 | 6C | 0 | 4F | 20 | 26 | 144 | 42 | 26 |
| Octal | 237 | 41 | 154 | 0 | 117 | 40 | 46 | 504 | 102 | 46 |
| Binary | 10011111 | 100001 | 1101100 | 0 | 1001111 | 100000 | 100110 | 101000100 | 1000010 | 100110 |
Color Harmonies of #9F216C
Complementary color
Monochromatic Colors of #9F216C
Black with #9F216C
Text Example
Text Example
White with #9F216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F216C; }
p { color: rgb(159,33,108); }
H1.HeaderClassName
{
color: #9F216C;
}
.AnyTagClassName
{
color: #9F216C;
}
</style>
background-color css
<style>
a { background-color: #9F216C; }
a { background-color: rgb(159,33,108); }
div.DivClassName
{
background-color: #9F216C;
}
.BgClassName
{
background-color: #9F216C;
}
</style>
border-color css
<style>
span { border-color: #9F216C; }
span { border-color: rgb(159,33,108); }
td.TdClassName
{
border-color: #9F216C;
}
.TagClassName
{
border-color: #9F216C;
}
</style>