Shades of Jazzberry Jam #9F094E
Tints of Jazzberry Jam #9F094E
RGB
CMYK
RGB Variations
Color information
#9F094E (or 0x9F094E) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 4E. RGB value is (159,9,78). Sum of RGB (Red+Green+Blue) = 159+9+78=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F094E is #60F6B1. Grayscale: #3D3D3D. Windows color (decimal): -6354610 or 5114271. OLE color: 5114271.
HSL color Cylindrical-coordinate representation of color #9F094E: hue angle of 332.4º 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 #9F094E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 78 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.38 |
| HSL | 332.4º | 0.89% | 0.33% | - |
| HSV(B) | 332.4º | 0.94% | 0.62% | - |
| XYZ | 15.77 | 8.12 | 7.94 | - |
| YUV | 61.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 78 | 0 | 0.94 | 0.51 | 0.38 | 332.4 | 0.89 | 0.33 |
| Hex | 9F | 9 | 4E | 0 | 5E | 33 | 26 | 14C | 59 | 21 |
| Octal | 237 | 11 | 116 | 0 | 136 | 63 | 46 | 514 | 131 | 41 |
| Binary | 10011111 | 1001 | 1001110 | 0 | 1011110 | 110011 | 100110 | 101001100 | 1011001 | 100001 |
Color Harmonies of #9F094E
Complementary color
Monochromatic Colors of #9F094E
Black with #9F094E
Text Example
Text Example
White with #9F094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F094E; }
p { color: rgb(159,9,78); }
H1.HeaderClassName
{
color: #9F094E;
}
.AnyTagClassName
{
color: #9F094E;
}
</style>
background-color css
<style>
a { background-color: #9F094E; }
a { background-color: rgb(159,9,78); }
div.DivClassName
{
background-color: #9F094E;
}
.BgClassName
{
background-color: #9F094E;
}
</style>
border-color css
<style>
span { border-color: #9F094E; }
span { border-color: rgb(159,9,78); }
td.TdClassName
{
border-color: #9F094E;
}
.TagClassName
{
border-color: #9F094E;
}
</style>