Shades of Jazzberry Jam #9F2068
Tints of Jazzberry Jam #9F2068
RGB
CMYK
RGB Variations
Color information
#9F2068 (or 0x9F2068) is known color: Jazzberry Jam. HEX triplet: 9F, 20 and 68. RGB value is (159,32,104). Sum of RGB (Red+Green+Blue) = 159+32+104=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2068 is #60DF97. Grayscale: #4E4E4E. Windows color (decimal): -6348696 or 6824095. OLE color: 6824095.
HSL color Cylindrical-coordinate representation of color #9F2068: hue angle of 325.98º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2068 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 104 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.38 |
| HSL | 325.98º | 0.66% | 0.37% | - |
| HSV(B) | 325.98º | 0.8% | 0.62% | - |
| XYZ | 17.31 | 9.4 | 14 | - |
| YUV | 78.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 104 | 0 | 0.80 | 0.35 | 0.38 | 325.98 | 0.66 | 0.37 |
| Hex | 9F | 20 | 68 | 0 | 50 | 23 | 26 | 146 | 42 | 25 |
| Octal | 237 | 40 | 150 | 0 | 120 | 43 | 46 | 506 | 102 | 45 |
| Binary | 10011111 | 100000 | 1101000 | 0 | 1010000 | 100011 | 100110 | 101000110 | 1000010 | 100101 |
Color Harmonies of #9F2068
Complementary color
Monochromatic Colors of #9F2068
Black with #9F2068
Text Example
Text Example
White with #9F2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2068; }
p { color: rgb(159,32,104); }
H1.HeaderClassName
{
color: #9F2068;
}
.AnyTagClassName
{
color: #9F2068;
}
</style>
background-color css
<style>
a { background-color: #9F2068; }
a { background-color: rgb(159,32,104); }
div.DivClassName
{
background-color: #9F2068;
}
.BgClassName
{
background-color: #9F2068;
}
</style>
border-color css
<style>
span { border-color: #9F2068; }
span { border-color: rgb(159,32,104); }
td.TdClassName
{
border-color: #9F2068;
}
.TagClassName
{
border-color: #9F2068;
}
</style>