Shades of Jazzberry Jam #9F145C
Tints of Jazzberry Jam #9F145C
RGB
CMYK
RGB Variations
Color information
#9F145C (or 0x9F145C) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 5C. RGB value is (159,20,92). Sum of RGB (Red+Green+Blue) = 159+20+92=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F145C is #60EBA3. Grayscale: #454545. Windows color (decimal): -6351780 or 6034591. OLE color: 6034591.
HSL color Cylindrical-coordinate representation of color #9F145C: hue angle of 328.92º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F145C is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 92 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.38 |
| HSL | 328.92º | 0.78% | 0.35% | - |
| HSV(B) | 328.92º | 0.87% | 0.62% | - |
| XYZ | 16.48 | 8.64 | 10.93 | - |
| YUV | 69.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 92 | 0 | 0.87 | 0.42 | 0.38 | 328.92 | 0.78 | 0.35 |
| Hex | 9F | 14 | 5C | 0 | 57 | 2A | 26 | 149 | 4E | 23 |
| Octal | 237 | 24 | 134 | 0 | 127 | 52 | 46 | 511 | 116 | 43 |
| Binary | 10011111 | 10100 | 1011100 | 0 | 1010111 | 101010 | 100110 | 101001001 | 1001110 | 100011 |
Color Harmonies of #9F145C
Complementary color
Monochromatic Colors of #9F145C
Black with #9F145C
Text Example
Text Example
White with #9F145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F145C; }
p { color: rgb(159,20,92); }
H1.HeaderClassName
{
color: #9F145C;
}
.AnyTagClassName
{
color: #9F145C;
}
</style>
background-color css
<style>
a { background-color: #9F145C; }
a { background-color: rgb(159,20,92); }
div.DivClassName
{
background-color: #9F145C;
}
.BgClassName
{
background-color: #9F145C;
}
</style>
border-color css
<style>
span { border-color: #9F145C; }
span { border-color: rgb(159,20,92); }
td.TdClassName
{
border-color: #9F145C;
}
.TagClassName
{
border-color: #9F145C;
}
</style>