Shades of Jazzberry Jam #9F0A5C
Tints of Jazzberry Jam #9F0A5C
RGB
CMYK
RGB Variations
Color information
#9F0A5C (or 0x9F0A5C) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 5C. RGB value is (159,10,92). Sum of RGB (Red+Green+Blue) = 159+10+92=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A5C is #60F5A3. Grayscale: #3F3F3F. Windows color (decimal): -6354340 or 6032031. OLE color: 6032031.
HSL color Cylindrical-coordinate representation of color #9F0A5C: hue angle of 326.98º degrees, saturation: 0.88, 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 #9F0A5C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 92 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.38 |
| HSL | 326.98º | 0.88% | 0.33% | - |
| HSV(B) | 326.98º | 0.94% | 0.62% | - |
| XYZ | 16.34 | 8.36 | 10.88 | - |
| YUV | 63.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 92 | 0 | 0.94 | 0.42 | 0.38 | 326.98 | 0.88 | 0.33 |
| Hex | 9F | A | 5C | 0 | 5E | 2A | 26 | 147 | 58 | 21 |
| Octal | 237 | 12 | 134 | 0 | 136 | 52 | 46 | 507 | 130 | 41 |
| Binary | 10011111 | 1010 | 1011100 | 0 | 1011110 | 101010 | 100110 | 101000111 | 1011000 | 100001 |
Color Harmonies of #9F0A5C
Complementary color
Monochromatic Colors of #9F0A5C
Black with #9F0A5C
Text Example
Text Example
White with #9F0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A5C; }
p { color: rgb(159,10,92); }
H1.HeaderClassName
{
color: #9F0A5C;
}
.AnyTagClassName
{
color: #9F0A5C;
}
</style>
background-color css
<style>
a { background-color: #9F0A5C; }
a { background-color: rgb(159,10,92); }
div.DivClassName
{
background-color: #9F0A5C;
}
.BgClassName
{
background-color: #9F0A5C;
}
</style>
border-color css
<style>
span { border-color: #9F0A5C; }
span { border-color: rgb(159,10,92); }
td.TdClassName
{
border-color: #9F0A5C;
}
.TagClassName
{
border-color: #9F0A5C;
}
</style>