Shades of Jazzberry Jam #9F216F
Tints of Jazzberry Jam #9F216F
RGB
CMYK
RGB Variations
Color information
#9F216F (or 0x9F216F) is known color: Jazzberry Jam. HEX triplet: 9F, 21 and 6F. RGB value is (159,33,111). Sum of RGB (Red+Green+Blue) = 159+33+111=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F216F is #60DE90. Grayscale: #4F4F4F. Windows color (decimal): -6348433 or 7283103. OLE color: 7283103.
HSL color Cylindrical-coordinate representation of color #9F216F: hue angle of 322.86º 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 #9F216F is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 111 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.38 |
| HSL | 322.86º | 0.66% | 0.38% | - |
| HSV(B) | 322.86º | 0.79% | 0.62% | - |
| XYZ | 17.71 | 9.61 | 15.96 | - |
| YUV | 79.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 111 | 0 | 0.79 | 0.30 | 0.38 | 322.86 | 0.66 | 0.38 |
| Hex | 9F | 21 | 6F | 0 | 4F | 1E | 26 | 143 | 42 | 26 |
| Octal | 237 | 41 | 157 | 0 | 117 | 36 | 46 | 503 | 102 | 46 |
| Binary | 10011111 | 100001 | 1101111 | 0 | 1001111 | 11110 | 100110 | 101000011 | 1000010 | 100110 |
Color Harmonies of #9F216F
Complementary color
Monochromatic Colors of #9F216F
Black with #9F216F
Text Example
Text Example
White with #9F216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F216F; }
p { color: rgb(159,33,111); }
H1.HeaderClassName
{
color: #9F216F;
}
.AnyTagClassName
{
color: #9F216F;
}
</style>
background-color css
<style>
a { background-color: #9F216F; }
a { background-color: rgb(159,33,111); }
div.DivClassName
{
background-color: #9F216F;
}
.BgClassName
{
background-color: #9F216F;
}
</style>
border-color css
<style>
span { border-color: #9F216F; }
span { border-color: rgb(159,33,111); }
td.TdClassName
{
border-color: #9F216F;
}
.TagClassName
{
border-color: #9F216F;
}
</style>