Shades of Jazzberry Jam #9F1F67
Tints of Jazzberry Jam #9F1F67
RGB
CMYK
RGB Variations
Color information
#9F1F67 (or 0x9F1F67) is known color: Jazzberry Jam. HEX triplet: 9F, 1F and 67. RGB value is (159,31,103). Sum of RGB (Red+Green+Blue) = 159+31+103=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F67 is #60E098. Grayscale: #4D4D4D. Windows color (decimal): -6348953 or 6758303. OLE color: 6758303.
HSL color Cylindrical-coordinate representation of color #9F1F67: hue angle of 326.25º 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 #9F1F67 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 103 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.38 |
| HSL | 326.25º | 0.67% | 0.37% | - |
| HSV(B) | 326.25º | 0.81% | 0.62% | - |
| XYZ | 17.24 | 9.33 | 13.72 | - |
| YUV | 77.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 103 | 0 | 0.81 | 0.35 | 0.38 | 326.25 | 0.67 | 0.37 |
| Hex | 9F | 1F | 67 | 0 | 51 | 23 | 26 | 146 | 43 | 25 |
| Octal | 237 | 37 | 147 | 0 | 121 | 43 | 46 | 506 | 103 | 45 |
| Binary | 10011111 | 11111 | 1100111 | 0 | 1010001 | 100011 | 100110 | 101000110 | 1000011 | 100101 |
Color Harmonies of #9F1F67
Complementary color
Monochromatic Colors of #9F1F67
Black with #9F1F67
Text Example
Text Example
White with #9F1F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F67; }
p { color: rgb(159,31,103); }
H1.HeaderClassName
{
color: #9F1F67;
}
.AnyTagClassName
{
color: #9F1F67;
}
</style>
background-color css
<style>
a { background-color: #9F1F67; }
a { background-color: rgb(159,31,103); }
div.DivClassName
{
background-color: #9F1F67;
}
.BgClassName
{
background-color: #9F1F67;
}
</style>
border-color css
<style>
span { border-color: #9F1F67; }
span { border-color: rgb(159,31,103); }
td.TdClassName
{
border-color: #9F1F67;
}
.TagClassName
{
border-color: #9F1F67;
}
</style>