Shades of Jazzberry Jam #9F085E
Tints of Jazzberry Jam #9F085E
RGB
CMYK
RGB Variations
Color information
#9F085E (or 0x9F085E) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 5E. RGB value is (159,8,94). Sum of RGB (Red+Green+Blue) = 159+8+94=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F085E is #60F7A1. Grayscale: #3E3E3E. Windows color (decimal): -6354850 or 6162591. OLE color: 6162591.
HSL color Cylindrical-coordinate representation of color #9F085E: hue angle of 325.83º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F085E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 94 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.38 |
| HSL | 325.83º | 0.9% | 0.33% | - |
| HSV(B) | 325.83º | 0.95% | 0.62% | - |
| XYZ | 16.41 | 8.35 | 11.34 | - |
| YUV | 62.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 94 | 0 | 0.95 | 0.41 | 0.38 | 325.83 | 0.9 | 0.33 |
| Hex | 9F | 8 | 5E | 0 | 5F | 29 | 26 | 146 | 5A | 21 |
| Octal | 237 | 10 | 136 | 0 | 137 | 51 | 46 | 506 | 132 | 41 |
| Binary | 10011111 | 1000 | 1011110 | 0 | 1011111 | 101001 | 100110 | 101000110 | 1011010 | 100001 |
Color Harmonies of #9F085E
Complementary color
Monochromatic Colors of #9F085E
Black with #9F085E
Text Example
Text Example
White with #9F085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F085E; }
p { color: rgb(159,8,94); }
H1.HeaderClassName
{
color: #9F085E;
}
.AnyTagClassName
{
color: #9F085E;
}
</style>
background-color css
<style>
a { background-color: #9F085E; }
a { background-color: rgb(159,8,94); }
div.DivClassName
{
background-color: #9F085E;
}
.BgClassName
{
background-color: #9F085E;
}
</style>
border-color css
<style>
span { border-color: #9F085E; }
span { border-color: rgb(159,8,94); }
td.TdClassName
{
border-color: #9F085E;
}
.TagClassName
{
border-color: #9F085E;
}
</style>