Shades of Jazzberry Jam #9F035D
Tints of Jazzberry Jam #9F035D
RGB
CMYK
RGB Variations
Color information
#9F035D (or 0x9F035D) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 5D. RGB value is (159,3,93). Sum of RGB (Red+Green+Blue) = 159+3+93=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F035D is #60FCA2. Grayscale: #3B3B3B. Windows color (decimal): -6356131 or 6095775. OLE color: 6095775.
HSL color Cylindrical-coordinate representation of color #9F035D: hue angle of 325.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F035D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.38 |
| HSL | 325.38º | 0.96% | 0.32% | - |
| HSV(B) | 325.38º | 0.98% | 0.62% | - |
| XYZ | 16.31 | 8.23 | 11.08 | - |
| YUV | 59.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 93 | 0 | 0.98 | 0.42 | 0.38 | 325.38 | 0.96 | 0.32 |
| Hex | 9F | 3 | 5D | 0 | 62 | 2A | 26 | 145 | 60 | 20 |
| Octal | 237 | 3 | 135 | 0 | 142 | 52 | 46 | 505 | 140 | 40 |
| Binary | 10011111 | 11 | 1011101 | 0 | 1100010 | 101010 | 100110 | 101000101 | 1100000 | 100000 |
Color Harmonies of #9F035D
Complementary color
Monochromatic Colors of #9F035D
Black with #9F035D
Text Example
Text Example
White with #9F035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F035D; }
p { color: rgb(159,3,93); }
H1.HeaderClassName
{
color: #9F035D;
}
.AnyTagClassName
{
color: #9F035D;
}
</style>
background-color css
<style>
a { background-color: #9F035D; }
a { background-color: rgb(159,3,93); }
div.DivClassName
{
background-color: #9F035D;
}
.BgClassName
{
background-color: #9F035D;
}
</style>
border-color css
<style>
span { border-color: #9F035D; }
span { border-color: rgb(159,3,93); }
td.TdClassName
{
border-color: #9F035D;
}
.TagClassName
{
border-color: #9F035D;
}
</style>