Shades of Jazzberry Jam #9F014C
Tints of Jazzberry Jam #9F014C
RGB
CMYK
RGB Variations
Color information
#9F014C (or 0x9F014C) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 4C. RGB value is (159,1,76). Sum of RGB (Red+Green+Blue) = 159+1+76=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F014C is #60FEB3. Grayscale: #383838. Windows color (decimal): -6356660 or 4981151. OLE color: 4981151.
HSL color Cylindrical-coordinate representation of color #9F014C: hue angle of 331.52º 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 #9F014C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.38 |
| HSL | 331.52º | 0.99% | 0.31% | - |
| HSV(B) | 331.52º | 0.99% | 0.62% | - |
| XYZ | 15.61 | 7.91 | 7.54 | - |
| YUV | 56.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 76 | 0 | 0.99 | 0.52 | 0.38 | 331.52 | 0.99 | 0.31 |
| Hex | 9F | 1 | 4C | 0 | 63 | 34 | 26 | 14C | 63 | 1F |
| Octal | 237 | 1 | 114 | 0 | 143 | 64 | 46 | 514 | 143 | 37 |
| Binary | 10011111 | 1 | 1001100 | 0 | 1100011 | 110100 | 100110 | 101001100 | 1100011 | 11111 |
Color Harmonies of #9F014C
Complementary color
Monochromatic Colors of #9F014C
Black with #9F014C
Text Example
Text Example
White with #9F014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F014C; }
p { color: rgb(159,1,76); }
H1.HeaderClassName
{
color: #9F014C;
}
.AnyTagClassName
{
color: #9F014C;
}
</style>
background-color css
<style>
a { background-color: #9F014C; }
a { background-color: rgb(159,1,76); }
div.DivClassName
{
background-color: #9F014C;
}
.BgClassName
{
background-color: #9F014C;
}
</style>
border-color css
<style>
span { border-color: #9F014C; }
span { border-color: rgb(159,1,76); }
td.TdClassName
{
border-color: #9F014C;
}
.TagClassName
{
border-color: #9F014C;
}
</style>