Shades of Jazzberry Jam #9F155A
Tints of Jazzberry Jam #9F155A
RGB
CMYK
RGB Variations
Color information
#9F155A (or 0x9F155A) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 5A. RGB value is (159,21,90). Sum of RGB (Red+Green+Blue) = 159+21+90=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F155A is #60EAA5. Grayscale: #454545. Windows color (decimal): -6351526 or 5903775. OLE color: 5903775.
HSL color Cylindrical-coordinate representation of color #9F155A: hue angle of 330º degrees, saturation: 0.77, 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 #9F155A is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 90 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.38 |
| HSL | 330º | 0.77% | 0.35% | - |
| HSV(B) | 330º | 0.87% | 0.62% | - |
| XYZ | 16.41 | 8.65 | 10.48 | - |
| YUV | 70.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 90 | 0 | 0.87 | 0.43 | 0.38 | 330 | 0.77 | 0.35 |
| Hex | 9F | 15 | 5A | 0 | 57 | 2B | 26 | 14A | 4D | 23 |
| Octal | 237 | 25 | 132 | 0 | 127 | 53 | 46 | 512 | 115 | 43 |
| Binary | 10011111 | 10101 | 1011010 | 0 | 1010111 | 101011 | 100110 | 101001010 | 1001101 | 100011 |
Color Harmonies of #9F155A
Complementary color
Monochromatic Colors of #9F155A
Black with #9F155A
Text Example
Text Example
White with #9F155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F155A; }
p { color: rgb(159,21,90); }
H1.HeaderClassName
{
color: #9F155A;
}
.AnyTagClassName
{
color: #9F155A;
}
</style>
background-color css
<style>
a { background-color: #9F155A; }
a { background-color: rgb(159,21,90); }
div.DivClassName
{
background-color: #9F155A;
}
.BgClassName
{
background-color: #9F155A;
}
</style>
border-color css
<style>
span { border-color: #9F155A; }
span { border-color: rgb(159,21,90); }
td.TdClassName
{
border-color: #9F155A;
}
.TagClassName
{
border-color: #9F155A;
}
</style>