Shades of Jazzberry Jam #9F0A44
Tints of Jazzberry Jam #9F0A44
RGB
CMYK
RGB Variations
Color information
#9F0A44 (or 0x9F0A44) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 44. RGB value is (159,10,68). Sum of RGB (Red+Green+Blue) = 159+10+68=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A44 is #60F5BB. Grayscale: #3D3D3D. Windows color (decimal): -6354364 or 4459167. OLE color: 4459167.
HSL color Cylindrical-coordinate representation of color #9F0A44: hue angle of 336.64º degrees, saturation: 0.88, 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 #9F0A44 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 68 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.38 |
| HSL | 336.64º | 0.88% | 0.33% | - |
| HSV(B) | 336.64º | 0.94% | 0.62% | - |
| XYZ | 15.45 | 8.01 | 6.2 | - |
| YUV | 61.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 68 | 0 | 0.94 | 0.57 | 0.38 | 336.64 | 0.88 | 0.33 |
| Hex | 9F | A | 44 | 0 | 5E | 39 | 26 | 151 | 58 | 21 |
| Octal | 237 | 12 | 104 | 0 | 136 | 71 | 46 | 521 | 130 | 41 |
| Binary | 10011111 | 1010 | 1000100 | 0 | 1011110 | 111001 | 100110 | 101010001 | 1011000 | 100001 |
Color Harmonies of #9F0A44
Complementary color
Monochromatic Colors of #9F0A44
Black with #9F0A44
Text Example
Text Example
White with #9F0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A44; }
p { color: rgb(159,10,68); }
H1.HeaderClassName
{
color: #9F0A44;
}
.AnyTagClassName
{
color: #9F0A44;
}
</style>
background-color css
<style>
a { background-color: #9F0A44; }
a { background-color: rgb(159,10,68); }
div.DivClassName
{
background-color: #9F0A44;
}
.BgClassName
{
background-color: #9F0A44;
}
</style>
border-color css
<style>
span { border-color: #9F0A44; }
span { border-color: rgb(159,10,68); }
td.TdClassName
{
border-color: #9F0A44;
}
.TagClassName
{
border-color: #9F0A44;
}
</style>