Shades of Jazzberry Jam #9F0843
Tints of Jazzberry Jam #9F0843
RGB
CMYK
RGB Variations
Color information
#9F0843 (or 0x9F0843) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 43. RGB value is (159,8,67). Sum of RGB (Red+Green+Blue) = 159+8+67=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0843 is #60F7BC. Grayscale: #3B3B3B. Windows color (decimal): -6354877 or 4393119. OLE color: 4393119.
HSL color Cylindrical-coordinate representation of color #9F0843: hue angle of 336.56º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0843 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 67 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.38 |
| HSL | 336.56º | 0.9% | 0.33% | - |
| HSV(B) | 336.56º | 0.95% | 0.62% | - |
| XYZ | 15.4 | 7.95 | 6.03 | - |
| YUV | 59.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 67 | 0 | 0.95 | 0.58 | 0.38 | 336.56 | 0.9 | 0.33 |
| Hex | 9F | 8 | 43 | 0 | 5F | 3A | 26 | 151 | 5A | 21 |
| Octal | 237 | 10 | 103 | 0 | 137 | 72 | 46 | 521 | 132 | 41 |
| Binary | 10011111 | 1000 | 1000011 | 0 | 1011111 | 111010 | 100110 | 101010001 | 1011010 | 100001 |
Color Harmonies of #9F0843
Complementary color
Monochromatic Colors of #9F0843
Black with #9F0843
Text Example
Text Example
White with #9F0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0843; }
p { color: rgb(159,8,67); }
H1.HeaderClassName
{
color: #9F0843;
}
.AnyTagClassName
{
color: #9F0843;
}
</style>
background-color css
<style>
a { background-color: #9F0843; }
a { background-color: rgb(159,8,67); }
div.DivClassName
{
background-color: #9F0843;
}
.BgClassName
{
background-color: #9F0843;
}
</style>
border-color css
<style>
span { border-color: #9F0843; }
span { border-color: rgb(159,8,67); }
td.TdClassName
{
border-color: #9F0843;
}
.TagClassName
{
border-color: #9F0843;
}
</style>