Shades of Jazzberry Jam #9F1D5C
Tints of Jazzberry Jam #9F1D5C
RGB
CMYK
RGB Variations
Color information
#9F1D5C (or 0x9F1D5C) is known color: Jazzberry Jam. HEX triplet: 9F, 1D and 5C. RGB value is (159,29,92). Sum of RGB (Red+Green+Blue) = 159+29+92=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D5C is #60E2A3. Grayscale: #4A4A4A. Windows color (decimal): -6349476 or 6036895. OLE color: 6036895.
HSL color Cylindrical-coordinate representation of color #9F1D5C: hue angle of 330.92º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D5C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 92 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.38 |
| HSL | 330.92º | 0.69% | 0.37% | - |
| HSV(B) | 330.92º | 0.82% | 0.62% | - |
| XYZ | 16.67 | 9.02 | 10.99 | - |
| YUV | 75.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 92 | 0 | 0.82 | 0.42 | 0.38 | 330.92 | 0.69 | 0.37 |
| Hex | 9F | 1D | 5C | 0 | 52 | 2A | 26 | 14B | 45 | 25 |
| Octal | 237 | 35 | 134 | 0 | 122 | 52 | 46 | 513 | 105 | 45 |
| Binary | 10011111 | 11101 | 1011100 | 0 | 1010010 | 101010 | 100110 | 101001011 | 1000101 | 100101 |
Color Harmonies of #9F1D5C
Complementary color
Monochromatic Colors of #9F1D5C
Black with #9F1D5C
Text Example
Text Example
White with #9F1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D5C; }
p { color: rgb(159,29,92); }
H1.HeaderClassName
{
color: #9F1D5C;
}
.AnyTagClassName
{
color: #9F1D5C;
}
</style>
background-color css
<style>
a { background-color: #9F1D5C; }
a { background-color: rgb(159,29,92); }
div.DivClassName
{
background-color: #9F1D5C;
}
.BgClassName
{
background-color: #9F1D5C;
}
</style>
border-color css
<style>
span { border-color: #9F1D5C; }
span { border-color: rgb(159,29,92); }
td.TdClassName
{
border-color: #9F1D5C;
}
.TagClassName
{
border-color: #9F1D5C;
}
</style>