Shades of Jazzberry Jam #9F0757
Tints of Jazzberry Jam #9F0757
RGB
CMYK
RGB Variations
Color information
#9F0757 (or 0x9F0757) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 57. RGB value is (159,7,87). Sum of RGB (Red+Green+Blue) = 159+7+87=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0757 is #60F8A8. Grayscale: #3D3D3D. Windows color (decimal): -6355113 or 5703583. OLE color: 5703583.
HSL color Cylindrical-coordinate representation of color #9F0757: hue angle of 328.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0757 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 87 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.38 |
| HSL | 328.42º | 0.92% | 0.33% | - |
| HSV(B) | 328.42º | 0.96% | 0.62% | - |
| XYZ | 16.09 | 8.21 | 9.75 | - |
| YUV | 61.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 87 | 0 | 0.96 | 0.45 | 0.38 | 328.42 | 0.92 | 0.33 |
| Hex | 9F | 7 | 57 | 0 | 60 | 2D | 26 | 148 | 5C | 21 |
| Octal | 237 | 7 | 127 | 0 | 140 | 55 | 46 | 510 | 134 | 41 |
| Binary | 10011111 | 111 | 1010111 | 0 | 1100000 | 101101 | 100110 | 101001000 | 1011100 | 100001 |
Color Harmonies of #9F0757
Complementary color
Monochromatic Colors of #9F0757
Black with #9F0757
Text Example
Text Example
White with #9F0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0757; }
p { color: rgb(159,7,87); }
H1.HeaderClassName
{
color: #9F0757;
}
.AnyTagClassName
{
color: #9F0757;
}
</style>
background-color css
<style>
a { background-color: #9F0757; }
a { background-color: rgb(159,7,87); }
div.DivClassName
{
background-color: #9F0757;
}
.BgClassName
{
background-color: #9F0757;
}
</style>
border-color css
<style>
span { border-color: #9F0757; }
span { border-color: rgb(159,7,87); }
td.TdClassName
{
border-color: #9F0757;
}
.TagClassName
{
border-color: #9F0757;
}
</style>