Shades of Jazzberry Jam #9F1D6D
Tints of Jazzberry Jam #9F1D6D
RGB
CMYK
RGB Variations
Color information
#9F1D6D (or 0x9F1D6D) is known color: Jazzberry Jam. HEX triplet: 9F, 1D and 6D. RGB value is (159,29,109). Sum of RGB (Red+Green+Blue) = 159+29+109=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D6D is #60E292. Grayscale: #4C4C4C. Windows color (decimal): -6349459 or 7151007. OLE color: 7151007.
HSL color Cylindrical-coordinate representation of color #9F1D6D: hue angle of 323.08º 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 #9F1D6D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 109 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.38 |
| HSL | 323.08º | 0.69% | 0.37% | - |
| HSV(B) | 323.08º | 0.82% | 0.62% | - |
| XYZ | 17.5 | 9.35 | 15.35 | - |
| YUV | 76.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 109 | 0 | 0.82 | 0.31 | 0.38 | 323.08 | 0.69 | 0.37 |
| Hex | 9F | 1D | 6D | 0 | 52 | 1F | 26 | 143 | 45 | 25 |
| Octal | 237 | 35 | 155 | 0 | 122 | 37 | 46 | 503 | 105 | 45 |
| Binary | 10011111 | 11101 | 1101101 | 0 | 1010010 | 11111 | 100110 | 101000011 | 1000101 | 100101 |
Color Harmonies of #9F1D6D
Complementary color
Monochromatic Colors of #9F1D6D
Black with #9F1D6D
Text Example
Text Example
White with #9F1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D6D; }
p { color: rgb(159,29,109); }
H1.HeaderClassName
{
color: #9F1D6D;
}
.AnyTagClassName
{
color: #9F1D6D;
}
</style>
background-color css
<style>
a { background-color: #9F1D6D; }
a { background-color: rgb(159,29,109); }
div.DivClassName
{
background-color: #9F1D6D;
}
.BgClassName
{
background-color: #9F1D6D;
}
</style>
border-color css
<style>
span { border-color: #9F1D6D; }
span { border-color: rgb(159,29,109); }
td.TdClassName
{
border-color: #9F1D6D;
}
.TagClassName
{
border-color: #9F1D6D;
}
</style>