Shades of Jazzberry Jam #9F145B
Tints of Jazzberry Jam #9F145B
RGB
CMYK
RGB Variations
Color information
#9F145B (or 0x9F145B) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 5B. RGB value is (159,20,91). Sum of RGB (Red+Green+Blue) = 159+20+91=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F145B is #60EBA4. Grayscale: #454545. Windows color (decimal): -6351781 or 5969055. OLE color: 5969055.
HSL color Cylindrical-coordinate representation of color #9F145B: hue angle of 329.35º 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 #9F145B is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 91 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.38 |
| HSL | 329.35º | 0.78% | 0.35% | - |
| HSV(B) | 329.35º | 0.87% | 0.62% | - |
| XYZ | 16.44 | 8.63 | 10.7 | - |
| YUV | 69.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 91 | 0 | 0.87 | 0.43 | 0.38 | 329.35 | 0.78 | 0.35 |
| Hex | 9F | 14 | 5B | 0 | 57 | 2B | 26 | 149 | 4E | 23 |
| Octal | 237 | 24 | 133 | 0 | 127 | 53 | 46 | 511 | 116 | 43 |
| Binary | 10011111 | 10100 | 1011011 | 0 | 1010111 | 101011 | 100110 | 101001001 | 1001110 | 100011 |
Color Harmonies of #9F145B
Complementary color
Monochromatic Colors of #9F145B
Black with #9F145B
Text Example
Text Example
White with #9F145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F145B; }
p { color: rgb(159,20,91); }
H1.HeaderClassName
{
color: #9F145B;
}
.AnyTagClassName
{
color: #9F145B;
}
</style>
background-color css
<style>
a { background-color: #9F145B; }
a { background-color: rgb(159,20,91); }
div.DivClassName
{
background-color: #9F145B;
}
.BgClassName
{
background-color: #9F145B;
}
</style>
border-color css
<style>
span { border-color: #9F145B; }
span { border-color: rgb(159,20,91); }
td.TdClassName
{
border-color: #9F145B;
}
.TagClassName
{
border-color: #9F145B;
}
</style>