Shades of Jazzberry Jam #9F0A5D
Tints of Jazzberry Jam #9F0A5D
RGB
CMYK
RGB Variations
Color information
#9F0A5D (or 0x9F0A5D) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 5D. RGB value is (159,10,93). Sum of RGB (Red+Green+Blue) = 159+10+93=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A5D is #60F5A2. Grayscale: #3F3F3F. Windows color (decimal): -6354339 or 6097567. OLE color: 6097567.
HSL color Cylindrical-coordinate representation of color #9F0A5D: hue angle of 326.58º 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 #9F0A5D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 93 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.38 |
| HSL | 326.58º | 0.88% | 0.33% | - |
| HSV(B) | 326.58º | 0.94% | 0.62% | - |
| XYZ | 16.38 | 8.38 | 11.11 | - |
| YUV | 64.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 93 | 0 | 0.94 | 0.42 | 0.38 | 326.58 | 0.88 | 0.33 |
| Hex | 9F | A | 5D | 0 | 5E | 2A | 26 | 147 | 58 | 21 |
| Octal | 237 | 12 | 135 | 0 | 136 | 52 | 46 | 507 | 130 | 41 |
| Binary | 10011111 | 1010 | 1011101 | 0 | 1011110 | 101010 | 100110 | 101000111 | 1011000 | 100001 |
Color Harmonies of #9F0A5D
Complementary color
Monochromatic Colors of #9F0A5D
Black with #9F0A5D
Text Example
Text Example
White with #9F0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A5D; }
p { color: rgb(159,10,93); }
H1.HeaderClassName
{
color: #9F0A5D;
}
.AnyTagClassName
{
color: #9F0A5D;
}
</style>
background-color css
<style>
a { background-color: #9F0A5D; }
a { background-color: rgb(159,10,93); }
div.DivClassName
{
background-color: #9F0A5D;
}
.BgClassName
{
background-color: #9F0A5D;
}
</style>
border-color css
<style>
span { border-color: #9F0A5D; }
span { border-color: rgb(159,10,93); }
td.TdClassName
{
border-color: #9F0A5D;
}
.TagClassName
{
border-color: #9F0A5D;
}
</style>