Shades of Jazzberry Jam #9F125D
Tints of Jazzberry Jam #9F125D
RGB
CMYK
RGB Variations
Color information
#9F125D (or 0x9F125D) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 5D. RGB value is (159,18,93). Sum of RGB (Red+Green+Blue) = 159+18+93=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F125D is #60EDA2. Grayscale: #444444. Windows color (decimal): -6352291 or 6099615. OLE color: 6099615.
HSL color Cylindrical-coordinate representation of color #9F125D: hue angle of 328.09º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F125D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 93 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.38 |
| HSL | 328.09º | 0.8% | 0.35% | - |
| HSV(B) | 328.09º | 0.89% | 0.62% | - |
| XYZ | 16.49 | 8.59 | 11.15 | - |
| YUV | 68.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 93 | 0 | 0.89 | 0.42 | 0.38 | 328.09 | 0.8 | 0.35 |
| Hex | 9F | 12 | 5D | 0 | 59 | 2A | 26 | 148 | 50 | 23 |
| Octal | 237 | 22 | 135 | 0 | 131 | 52 | 46 | 510 | 120 | 43 |
| Binary | 10011111 | 10010 | 1011101 | 0 | 1011001 | 101010 | 100110 | 101001000 | 1010000 | 100011 |
Color Harmonies of #9F125D
Complementary color
Monochromatic Colors of #9F125D
Black with #9F125D
Text Example
Text Example
White with #9F125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F125D; }
p { color: rgb(159,18,93); }
H1.HeaderClassName
{
color: #9F125D;
}
.AnyTagClassName
{
color: #9F125D;
}
</style>
background-color css
<style>
a { background-color: #9F125D; }
a { background-color: rgb(159,18,93); }
div.DivClassName
{
background-color: #9F125D;
}
.BgClassName
{
background-color: #9F125D;
}
</style>
border-color css
<style>
span { border-color: #9F125D; }
span { border-color: rgb(159,18,93); }
td.TdClassName
{
border-color: #9F125D;
}
.TagClassName
{
border-color: #9F125D;
}
</style>