Shades of Jazzberry Jam #9F1F68
Tints of Jazzberry Jam #9F1F68
RGB
CMYK
RGB Variations
Color information
#9F1F68 (or 0x9F1F68) is known color: Jazzberry Jam. HEX triplet: 9F, 1F and 68. RGB value is (159,31,104). Sum of RGB (Red+Green+Blue) = 159+31+104=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F68 is #60E097. Grayscale: #4D4D4D. Windows color (decimal): -6348952 or 6823839. OLE color: 6823839.
HSL color Cylindrical-coordinate representation of color #9F1F68: hue angle of 325.78º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F68 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 104 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.38 |
| HSL | 325.78º | 0.67% | 0.37% | - |
| HSV(B) | 325.78º | 0.81% | 0.62% | - |
| XYZ | 17.29 | 9.35 | 13.99 | - |
| YUV | 77.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 104 | 0 | 0.81 | 0.35 | 0.38 | 325.78 | 0.67 | 0.37 |
| Hex | 9F | 1F | 68 | 0 | 51 | 23 | 26 | 146 | 43 | 25 |
| Octal | 237 | 37 | 150 | 0 | 121 | 43 | 46 | 506 | 103 | 45 |
| Binary | 10011111 | 11111 | 1101000 | 0 | 1010001 | 100011 | 100110 | 101000110 | 1000011 | 100101 |
Color Harmonies of #9F1F68
Complementary color
Monochromatic Colors of #9F1F68
Black with #9F1F68
Text Example
Text Example
White with #9F1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F68; }
p { color: rgb(159,31,104); }
H1.HeaderClassName
{
color: #9F1F68;
}
.AnyTagClassName
{
color: #9F1F68;
}
</style>
background-color css
<style>
a { background-color: #9F1F68; }
a { background-color: rgb(159,31,104); }
div.DivClassName
{
background-color: #9F1F68;
}
.BgClassName
{
background-color: #9F1F68;
}
</style>
border-color css
<style>
span { border-color: #9F1F68; }
span { border-color: rgb(159,31,104); }
td.TdClassName
{
border-color: #9F1F68;
}
.TagClassName
{
border-color: #9F1F68;
}
</style>