Shades of Jazzberry Jam #9F014D
Tints of Jazzberry Jam #9F014D
RGB
CMYK
RGB Variations
Color information
#9F014D (or 0x9F014D) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 4D. RGB value is (159,1,77). Sum of RGB (Red+Green+Blue) = 159+1+77=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F014D is #60FEB2. Grayscale: #383838. Windows color (decimal): -6356659 or 5046687. OLE color: 5046687.
HSL color Cylindrical-coordinate representation of color #9F014D: hue angle of 331.14º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F014D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.38 |
| HSL | 331.14º | 0.99% | 0.31% | - |
| HSV(B) | 331.14º | 0.99% | 0.62% | - |
| XYZ | 15.65 | 7.93 | 7.73 | - |
| YUV | 56.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 77 | 0 | 0.99 | 0.52 | 0.38 | 331.14 | 0.99 | 0.31 |
| Hex | 9F | 1 | 4D | 0 | 63 | 34 | 26 | 14B | 63 | 1F |
| Octal | 237 | 1 | 115 | 0 | 143 | 64 | 46 | 513 | 143 | 37 |
| Binary | 10011111 | 1 | 1001101 | 0 | 1100011 | 110100 | 100110 | 101001011 | 1100011 | 11111 |
Color Harmonies of #9F014D
Complementary color
Monochromatic Colors of #9F014D
Black with #9F014D
Text Example
Text Example
White with #9F014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F014D; }
p { color: rgb(159,1,77); }
H1.HeaderClassName
{
color: #9F014D;
}
.AnyTagClassName
{
color: #9F014D;
}
</style>
background-color css
<style>
a { background-color: #9F014D; }
a { background-color: rgb(159,1,77); }
div.DivClassName
{
background-color: #9F014D;
}
.BgClassName
{
background-color: #9F014D;
}
</style>
border-color css
<style>
span { border-color: #9F014D; }
span { border-color: rgb(159,1,77); }
td.TdClassName
{
border-color: #9F014D;
}
.TagClassName
{
border-color: #9F014D;
}
</style>