Shades of Jazzberry Jam #9F0257
Tints of Jazzberry Jam #9F0257
RGB
CMYK
RGB Variations
Color information
#9F0257 (or 0x9F0257) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 57. RGB value is (159,2,87). Sum of RGB (Red+Green+Blue) = 159+2+87=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0257 is #60FDA8. Grayscale: #3A3A3A. Windows color (decimal): -6356393 or 5702303. OLE color: 5702303.
HSL color Cylindrical-coordinate representation of color #9F0257: hue angle of 327.52º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0257 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.38 |
| HSL | 327.52º | 0.98% | 0.32% | - |
| HSV(B) | 327.52º | 0.99% | 0.62% | - |
| XYZ | 16.04 | 8.1 | 9.74 | - |
| YUV | 58.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 87 | 0 | 0.99 | 0.45 | 0.38 | 327.52 | 0.98 | 0.32 |
| Hex | 9F | 2 | 57 | 0 | 63 | 2D | 26 | 148 | 62 | 20 |
| Octal | 237 | 2 | 127 | 0 | 143 | 55 | 46 | 510 | 142 | 40 |
| Binary | 10011111 | 10 | 1010111 | 0 | 1100011 | 101101 | 100110 | 101001000 | 1100010 | 100000 |
Color Harmonies of #9F0257
Complementary color
Monochromatic Colors of #9F0257
Black with #9F0257
Text Example
Text Example
White with #9F0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0257; }
p { color: rgb(159,2,87); }
H1.HeaderClassName
{
color: #9F0257;
}
.AnyTagClassName
{
color: #9F0257;
}
</style>
background-color css
<style>
a { background-color: #9F0257; }
a { background-color: rgb(159,2,87); }
div.DivClassName
{
background-color: #9F0257;
}
.BgClassName
{
background-color: #9F0257;
}
</style>
border-color css
<style>
span { border-color: #9F0257; }
span { border-color: rgb(159,2,87); }
td.TdClassName
{
border-color: #9F0257;
}
.TagClassName
{
border-color: #9F0257;
}
</style>