Shades of Jazzberry Jam #9F0850
Tints of Jazzberry Jam #9F0850
RGB
CMYK
RGB Variations
Color information
#9F0850 (or 0x9F0850) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 50. RGB value is (159,8,80). Sum of RGB (Red+Green+Blue) = 159+8+80=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0850 is #60F7AF. Grayscale: #3D3D3D. Windows color (decimal): -6354864 or 5245087. OLE color: 5245087.
HSL color Cylindrical-coordinate representation of color #9F0850: hue angle of 331.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0850 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 80 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.38 |
| HSL | 331.39º | 0.9% | 0.33% | - |
| HSV(B) | 331.39º | 0.95% | 0.62% | - |
| XYZ | 15.83 | 8.12 | 8.32 | - |
| YUV | 61.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 80 | 0 | 0.95 | 0.50 | 0.38 | 331.39 | 0.9 | 0.33 |
| Hex | 9F | 8 | 50 | 0 | 5F | 32 | 26 | 14B | 5A | 21 |
| Octal | 237 | 10 | 120 | 0 | 137 | 62 | 46 | 513 | 132 | 41 |
| Binary | 10011111 | 1000 | 1010000 | 0 | 1011111 | 110010 | 100110 | 101001011 | 1011010 | 100001 |
Color Harmonies of #9F0850
Complementary color
Monochromatic Colors of #9F0850
Black with #9F0850
Text Example
Text Example
White with #9F0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0850; }
p { color: rgb(159,8,80); }
H1.HeaderClassName
{
color: #9F0850;
}
.AnyTagClassName
{
color: #9F0850;
}
</style>
background-color css
<style>
a { background-color: #9F0850; }
a { background-color: rgb(159,8,80); }
div.DivClassName
{
background-color: #9F0850;
}
.BgClassName
{
background-color: #9F0850;
}
</style>
border-color css
<style>
span { border-color: #9F0850; }
span { border-color: rgb(159,8,80); }
td.TdClassName
{
border-color: #9F0850;
}
.TagClassName
{
border-color: #9F0850;
}
</style>