Shades of Jazzberry Jam #9F0857
Tints of Jazzberry Jam #9F0857
RGB
CMYK
RGB Variations
Color information
#9F0857 (or 0x9F0857) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 57. RGB value is (159,8,87). Sum of RGB (Red+Green+Blue) = 159+8+87=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0857 is #60F7A8. Grayscale: #3D3D3D. Windows color (decimal): -6354857 or 5703839. OLE color: 5703839.
HSL color Cylindrical-coordinate representation of color #9F0857: hue angle of 328.61º 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 #9F0857 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 87 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.38 |
| HSL | 328.61º | 0.9% | 0.33% | - |
| HSV(B) | 328.61º | 0.95% | 0.62% | - |
| XYZ | 16.11 | 8.23 | 9.76 | - |
| YUV | 62.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 87 | 0 | 0.95 | 0.45 | 0.38 | 328.61 | 0.9 | 0.33 |
| Hex | 9F | 8 | 57 | 0 | 5F | 2D | 26 | 149 | 5A | 21 |
| Octal | 237 | 10 | 127 | 0 | 137 | 55 | 46 | 511 | 132 | 41 |
| Binary | 10011111 | 1000 | 1010111 | 0 | 1011111 | 101101 | 100110 | 101001001 | 1011010 | 100001 |
Color Harmonies of #9F0857
Complementary color
Monochromatic Colors of #9F0857
Black with #9F0857
Text Example
Text Example
White with #9F0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0857; }
p { color: rgb(159,8,87); }
H1.HeaderClassName
{
color: #9F0857;
}
.AnyTagClassName
{
color: #9F0857;
}
</style>
background-color css
<style>
a { background-color: #9F0857; }
a { background-color: rgb(159,8,87); }
div.DivClassName
{
background-color: #9F0857;
}
.BgClassName
{
background-color: #9F0857;
}
</style>
border-color css
<style>
span { border-color: #9F0857; }
span { border-color: rgb(159,8,87); }
td.TdClassName
{
border-color: #9F0857;
}
.TagClassName
{
border-color: #9F0857;
}
</style>