Shades of Jazzberry Jam #9F024E
Tints of Jazzberry Jam #9F024E
RGB
CMYK
RGB Variations
Color information
#9F024E (or 0x9F024E) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 4E. RGB value is (159,2,78). Sum of RGB (Red+Green+Blue) = 159+2+78=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F024E is #60FDB1. Grayscale: #393939. Windows color (decimal): -6356402 or 5112479. OLE color: 5112479.
HSL color Cylindrical-coordinate representation of color #9F024E: hue angle of 330.96º 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 #9F024E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.38 |
| HSL | 330.96º | 0.98% | 0.32% | - |
| HSV(B) | 330.96º | 0.99% | 0.62% | - |
| XYZ | 15.69 | 7.96 | 7.92 | - |
| YUV | 57.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 78 | 0 | 0.99 | 0.51 | 0.38 | 330.96 | 0.98 | 0.32 |
| Hex | 9F | 2 | 4E | 0 | 63 | 33 | 26 | 14B | 62 | 20 |
| Octal | 237 | 2 | 116 | 0 | 143 | 63 | 46 | 513 | 142 | 40 |
| Binary | 10011111 | 10 | 1001110 | 0 | 1100011 | 110011 | 100110 | 101001011 | 1100010 | 100000 |
Color Harmonies of #9F024E
Complementary color
Monochromatic Colors of #9F024E
Black with #9F024E
Text Example
Text Example
White with #9F024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F024E; }
p { color: rgb(159,2,78); }
H1.HeaderClassName
{
color: #9F024E;
}
.AnyTagClassName
{
color: #9F024E;
}
</style>
background-color css
<style>
a { background-color: #9F024E; }
a { background-color: rgb(159,2,78); }
div.DivClassName
{
background-color: #9F024E;
}
.BgClassName
{
background-color: #9F024E;
}
</style>
border-color css
<style>
span { border-color: #9F024E; }
span { border-color: rgb(159,2,78); }
td.TdClassName
{
border-color: #9F024E;
}
.TagClassName
{
border-color: #9F024E;
}
</style>