Shades of Jazzberry Jam #9F085C
Tints of Jazzberry Jam #9F085C
RGB
CMYK
RGB Variations
Color information
#9F085C (or 0x9F085C) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 5C. RGB value is (159,8,92). Sum of RGB (Red+Green+Blue) = 159+8+92=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F085C is #60F7A3. Grayscale: #3E3E3E. Windows color (decimal): -6354852 or 6031519. OLE color: 6031519.
HSL color Cylindrical-coordinate representation of color #9F085C: hue angle of 326.62º 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 #9F085C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.38 |
| HSL | 326.62º | 0.9% | 0.33% | - |
| HSV(B) | 326.62º | 0.95% | 0.62% | - |
| XYZ | 16.32 | 8.32 | 10.87 | - |
| YUV | 62.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 92 | 0 | 0.95 | 0.42 | 0.38 | 326.62 | 0.9 | 0.33 |
| Hex | 9F | 8 | 5C | 0 | 5F | 2A | 26 | 147 | 5A | 21 |
| Octal | 237 | 10 | 134 | 0 | 137 | 52 | 46 | 507 | 132 | 41 |
| Binary | 10011111 | 1000 | 1011100 | 0 | 1011111 | 101010 | 100110 | 101000111 | 1011010 | 100001 |
Color Harmonies of #9F085C
Complementary color
Monochromatic Colors of #9F085C
Black with #9F085C
Text Example
Text Example
White with #9F085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F085C; }
p { color: rgb(159,8,92); }
H1.HeaderClassName
{
color: #9F085C;
}
.AnyTagClassName
{
color: #9F085C;
}
</style>
background-color css
<style>
a { background-color: #9F085C; }
a { background-color: rgb(159,8,92); }
div.DivClassName
{
background-color: #9F085C;
}
.BgClassName
{
background-color: #9F085C;
}
</style>
border-color css
<style>
span { border-color: #9F085C; }
span { border-color: rgb(159,8,92); }
td.TdClassName
{
border-color: #9F085C;
}
.TagClassName
{
border-color: #9F085C;
}
</style>