Shades of Jazzberry Jam #9F095B
Tints of Jazzberry Jam #9F095B
RGB
CMYK
RGB Variations
Color information
#9F095B (or 0x9F095B) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 5B. RGB value is (159,9,91). Sum of RGB (Red+Green+Blue) = 159+9+91=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F095B is #60F6A4. Grayscale: #3F3F3F. Windows color (decimal): -6354597 or 5966239. OLE color: 5966239.
HSL color Cylindrical-coordinate representation of color #9F095B: hue angle of 327.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F095B is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 91 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.38 |
| HSL | 327.2º | 0.89% | 0.33% | - |
| HSV(B) | 327.2º | 0.94% | 0.62% | - |
| XYZ | 16.28 | 8.32 | 10.65 | - |
| YUV | 63.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 91 | 0 | 0.94 | 0.43 | 0.38 | 327.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | 5B | 0 | 5E | 2B | 26 | 147 | 59 | 21 |
| Octal | 237 | 11 | 133 | 0 | 136 | 53 | 46 | 507 | 131 | 41 |
| Binary | 10011111 | 1001 | 1011011 | 0 | 1011110 | 101011 | 100110 | 101000111 | 1011001 | 100001 |
Color Harmonies of #9F095B
Complementary color
Monochromatic Colors of #9F095B
Black with #9F095B
Text Example
Text Example
White with #9F095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F095B; }
p { color: rgb(159,9,91); }
H1.HeaderClassName
{
color: #9F095B;
}
.AnyTagClassName
{
color: #9F095B;
}
</style>
background-color css
<style>
a { background-color: #9F095B; }
a { background-color: rgb(159,9,91); }
div.DivClassName
{
background-color: #9F095B;
}
.BgClassName
{
background-color: #9F095B;
}
</style>
border-color css
<style>
span { border-color: #9F095B; }
span { border-color: rgb(159,9,91); }
td.TdClassName
{
border-color: #9F095B;
}
.TagClassName
{
border-color: #9F095B;
}
</style>