Shades of Jazzberry Jam #9F1A69
Tints of Jazzberry Jam #9F1A69
RGB
CMYK
RGB Variations
Color information
#9F1A69 (or 0x9F1A69) is known color: Jazzberry Jam. HEX triplet: 9F, 1A and 69. RGB value is (159,26,105). Sum of RGB (Red+Green+Blue) = 159+26+105=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1A69 is #60E596. Grayscale: #4A4A4A. Windows color (decimal): -6350231 or 6888095. OLE color: 6888095.
HSL color Cylindrical-coordinate representation of color #9F1A69: hue angle of 324.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A69 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 105 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.38 |
| HSL | 324.36º | 0.72% | 0.36% | - |
| HSV(B) | 324.36º | 0.84% | 0.62% | - |
| XYZ | 17.22 | 9.13 | 14.22 | - |
| YUV | 74.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 105 | 0 | 0.84 | 0.34 | 0.38 | 324.36 | 0.72 | 0.36 |
| Hex | 9F | 1A | 69 | 0 | 54 | 22 | 26 | 144 | 48 | 24 |
| Octal | 237 | 32 | 151 | 0 | 124 | 42 | 46 | 504 | 110 | 44 |
| Binary | 10011111 | 11010 | 1101001 | 0 | 1010100 | 100010 | 100110 | 101000100 | 1001000 | 100100 |
Color Harmonies of #9F1A69
Complementary color
Monochromatic Colors of #9F1A69
Black with #9F1A69
Text Example
Text Example
White with #9F1A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A69; }
p { color: rgb(159,26,105); }
H1.HeaderClassName
{
color: #9F1A69;
}
.AnyTagClassName
{
color: #9F1A69;
}
</style>
background-color css
<style>
a { background-color: #9F1A69; }
a { background-color: rgb(159,26,105); }
div.DivClassName
{
background-color: #9F1A69;
}
.BgClassName
{
background-color: #9F1A69;
}
</style>
border-color css
<style>
span { border-color: #9F1A69; }
span { border-color: rgb(159,26,105); }
td.TdClassName
{
border-color: #9F1A69;
}
.TagClassName
{
border-color: #9F1A69;
}
</style>