Shades of Jazzberry Jam #9F1057
Tints of Jazzberry Jam #9F1057
RGB
CMYK
RGB Variations
Color information
#9F1057 (or 0x9F1057) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 57. RGB value is (159,16,87). Sum of RGB (Red+Green+Blue) = 159+16+87=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1057 is #60EFA8. Grayscale: #424242. Windows color (decimal): -6352809 or 5705887. OLE color: 5705887.
HSL color Cylindrical-coordinate representation of color #9F1057: hue angle of 330.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1057 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 87 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.38 |
| HSL | 330.21º | 0.82% | 0.34% | - |
| HSV(B) | 330.21º | 0.9% | 0.62% | - |
| XYZ | 16.2 | 8.43 | 9.79 | - |
| YUV | 66.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 87 | 0 | 0.90 | 0.45 | 0.38 | 330.21 | 0.82 | 0.34 |
| Hex | 9F | 10 | 57 | 0 | 5A | 2D | 26 | 14A | 52 | 22 |
| Octal | 237 | 20 | 127 | 0 | 132 | 55 | 46 | 512 | 122 | 42 |
| Binary | 10011111 | 10000 | 1010111 | 0 | 1011010 | 101101 | 100110 | 101001010 | 1010010 | 100010 |
Color Harmonies of #9F1057
Complementary color
Monochromatic Colors of #9F1057
Black with #9F1057
Text Example
Text Example
White with #9F1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1057; }
p { color: rgb(159,16,87); }
H1.HeaderClassName
{
color: #9F1057;
}
.AnyTagClassName
{
color: #9F1057;
}
</style>
background-color css
<style>
a { background-color: #9F1057; }
a { background-color: rgb(159,16,87); }
div.DivClassName
{
background-color: #9F1057;
}
.BgClassName
{
background-color: #9F1057;
}
</style>
border-color css
<style>
span { border-color: #9F1057; }
span { border-color: rgb(159,16,87); }
td.TdClassName
{
border-color: #9F1057;
}
.TagClassName
{
border-color: #9F1057;
}
</style>