Shades of Jazzberry Jam #9F1D72
Tints of Jazzberry Jam #9F1D72
RGB
CMYK
RGB Variations
Color information
#9F1D72 (or 0x9F1D72) is known color: Jazzberry Jam. HEX triplet: 9F, 1D and 72. RGB value is (159,29,114). Sum of RGB (Red+Green+Blue) = 159+29+114=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D72 is #60E28D. Grayscale: #4D4D4D. Windows color (decimal): -6349454 or 7478687. OLE color: 7478687.
HSL color Cylindrical-coordinate representation of color #9F1D72: hue angle of 320.77º 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 #9F1D72 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 114 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.38 |
| HSL | 320.77º | 0.69% | 0.37% | - |
| HSV(B) | 320.77º | 0.82% | 0.62% | - |
| XYZ | 17.77 | 9.46 | 16.81 | - |
| YUV | 77.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 114 | 0 | 0.82 | 0.28 | 0.38 | 320.77 | 0.69 | 0.37 |
| Hex | 9F | 1D | 72 | 0 | 52 | 1C | 26 | 141 | 45 | 25 |
| Octal | 237 | 35 | 162 | 0 | 122 | 34 | 46 | 501 | 105 | 45 |
| Binary | 10011111 | 11101 | 1110010 | 0 | 1010010 | 11100 | 100110 | 101000001 | 1000101 | 100101 |
Color Harmonies of #9F1D72
Complementary color
Monochromatic Colors of #9F1D72
Black with #9F1D72
Text Example
Text Example
White with #9F1D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D72; }
p { color: rgb(159,29,114); }
H1.HeaderClassName
{
color: #9F1D72;
}
.AnyTagClassName
{
color: #9F1D72;
}
</style>
background-color css
<style>
a { background-color: #9F1D72; }
a { background-color: rgb(159,29,114); }
div.DivClassName
{
background-color: #9F1D72;
}
.BgClassName
{
background-color: #9F1D72;
}
</style>
border-color css
<style>
span { border-color: #9F1D72; }
span { border-color: rgb(159,29,114); }
td.TdClassName
{
border-color: #9F1D72;
}
.TagClassName
{
border-color: #9F1D72;
}
</style>