Shades of Jazzberry Jam #8F0842
Tints of Jazzberry Jam #8F0842
RGB
CMYK
RGB Variations
Color information
#8F0842 (or 0x8F0842) is known color: Jazzberry Jam. HEX triplet: 8F, 08 and 42. RGB value is (143,8,66). Sum of RGB (Red+Green+Blue) = 143+8+66=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0842 is #70F7BD. Grayscale: #363636. Windows color (decimal): -7403454 or 4327567. OLE color: 4327567.
HSL color Cylindrical-coordinate representation of color #8F0842: hue angle of 334.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0842 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 66 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.44 |
| HSL | 334.22º | 0.89% | 0.3% | - |
| HSV(B) | 334.22º | 0.94% | 0.56% | - |
| XYZ | 12.4 | 6.41 | 5.74 | - |
| YUV | 54.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 66 | 0 | 0.94 | 0.54 | 0.44 | 334.22 | 0.89 | 0.3 |
| Hex | 8F | 8 | 42 | 0 | 5E | 36 | 2C | 14E | 59 | 1E |
| Octal | 217 | 10 | 102 | 0 | 136 | 66 | 54 | 516 | 131 | 36 |
| Binary | 10001111 | 1000 | 1000010 | 0 | 1011110 | 110110 | 101100 | 101001110 | 1011001 | 11110 |
Color Harmonies of #8F0842
Complementary color
Monochromatic Colors of #8F0842
Black with #8F0842
Text Example
Text Example
White with #8F0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0842; }
p { color: rgb(143,8,66); }
H1.HeaderClassName
{
color: #8F0842;
}
.AnyTagClassName
{
color: #8F0842;
}
</style>
background-color css
<style>
a { background-color: #8F0842; }
a { background-color: rgb(143,8,66); }
div.DivClassName
{
background-color: #8F0842;
}
.BgClassName
{
background-color: #8F0842;
}
</style>
border-color css
<style>
span { border-color: #8F0842; }
span { border-color: rgb(143,8,66); }
td.TdClassName
{
border-color: #8F0842;
}
.TagClassName
{
border-color: #8F0842;
}
</style>