Shades of Jazzberry Jam #9F145F
Tints of Jazzberry Jam #9F145F
RGB
CMYK
RGB Variations
Color information
#9F145F (or 0x9F145F) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 5F. RGB value is (159,20,95). Sum of RGB (Red+Green+Blue) = 159+20+95=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F145F is #60EBA0. Grayscale: #454545. Windows color (decimal): -6351777 or 6231199. OLE color: 6231199.
HSL color Cylindrical-coordinate representation of color #9F145F: hue angle of 327.63º 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 #9F145F is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 95 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.38 |
| HSL | 327.63º | 0.78% | 0.35% | - |
| HSV(B) | 327.63º | 0.87% | 0.62% | - |
| XYZ | 16.61 | 8.7 | 11.63 | - |
| YUV | 70.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 95 | 0 | 0.87 | 0.40 | 0.38 | 327.63 | 0.78 | 0.35 |
| Hex | 9F | 14 | 5F | 0 | 57 | 28 | 26 | 148 | 4E | 23 |
| Octal | 237 | 24 | 137 | 0 | 127 | 50 | 46 | 510 | 116 | 43 |
| Binary | 10011111 | 10100 | 1011111 | 0 | 1010111 | 101000 | 100110 | 101001000 | 1001110 | 100011 |
Color Harmonies of #9F145F
Complementary color
Monochromatic Colors of #9F145F
Black with #9F145F
Text Example
Text Example
White with #9F145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F145F; }
p { color: rgb(159,20,95); }
H1.HeaderClassName
{
color: #9F145F;
}
.AnyTagClassName
{
color: #9F145F;
}
</style>
background-color css
<style>
a { background-color: #9F145F; }
a { background-color: rgb(159,20,95); }
div.DivClassName
{
background-color: #9F145F;
}
.BgClassName
{
background-color: #9F145F;
}
</style>
border-color css
<style>
span { border-color: #9F145F; }
span { border-color: rgb(159,20,95); }
td.TdClassName
{
border-color: #9F145F;
}
.TagClassName
{
border-color: #9F145F;
}
</style>