Shades of Jazzberry Jam #9F094A
Tints of Jazzberry Jam #9F094A
RGB
CMYK
RGB Variations
Color information
#9F094A (or 0x9F094A) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 4A. RGB value is (159,9,74). Sum of RGB (Red+Green+Blue) = 159+9+74=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F094A is #60F6B5. Grayscale: #3D3D3D. Windows color (decimal): -6354614 or 4852127. OLE color: 4852127.
HSL color Cylindrical-coordinate representation of color #9F094A: hue angle of 334º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F094A is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 74 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.38 |
| HSL | 334º | 0.89% | 0.33% | - |
| HSV(B) | 334º | 0.94% | 0.62% | - |
| XYZ | 15.63 | 8.06 | 7.21 | - |
| YUV | 61.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 74 | 0 | 0.94 | 0.53 | 0.38 | 334 | 0.89 | 0.33 |
| Hex | 9F | 9 | 4A | 0 | 5E | 35 | 26 | 14E | 59 | 21 |
| Octal | 237 | 11 | 112 | 0 | 136 | 65 | 46 | 516 | 131 | 41 |
| Binary | 10011111 | 1001 | 1001010 | 0 | 1011110 | 110101 | 100110 | 101001110 | 1011001 | 100001 |
Color Harmonies of #9F094A
Complementary color
Monochromatic Colors of #9F094A
Black with #9F094A
Text Example
Text Example
White with #9F094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F094A; }
p { color: rgb(159,9,74); }
H1.HeaderClassName
{
color: #9F094A;
}
.AnyTagClassName
{
color: #9F094A;
}
</style>
background-color css
<style>
a { background-color: #9F094A; }
a { background-color: rgb(159,9,74); }
div.DivClassName
{
background-color: #9F094A;
}
.BgClassName
{
background-color: #9F094A;
}
</style>
border-color css
<style>
span { border-color: #9F094A; }
span { border-color: rgb(159,9,74); }
td.TdClassName
{
border-color: #9F094A;
}
.TagClassName
{
border-color: #9F094A;
}
</style>