Shades of Jazzberry Jam #8F064D
Tints of Jazzberry Jam #8F064D
RGB
CMYK
RGB Variations
Color information
#8F064D (or 0x8F064D) is known color: Jazzberry Jam. HEX triplet: 8F, 06 and 4D. RGB value is (143,6,77). Sum of RGB (Red+Green+Blue) = 143+6+77=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F064D is #70F9B2. Grayscale: #363636. Windows color (decimal): -7403955 or 5047951. OLE color: 5047951.
HSL color Cylindrical-coordinate representation of color #8F064D: hue angle of 328.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F064D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.44 |
| HSL | 328.91º | 0.92% | 0.29% | - |
| HSV(B) | 328.91º | 0.96% | 0.56% | - |
| XYZ | 12.73 | 6.51 | 7.61 | - |
| YUV | 55.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 77 | 0 | 0.96 | 0.46 | 0.44 | 328.91 | 0.92 | 0.29 |
| Hex | 8F | 6 | 4D | 0 | 60 | 2E | 2C | 149 | 5C | 1D |
| Octal | 217 | 6 | 115 | 0 | 140 | 56 | 54 | 511 | 134 | 35 |
| Binary | 10001111 | 110 | 1001101 | 0 | 1100000 | 101110 | 101100 | 101001001 | 1011100 | 11101 |
Color Harmonies of #8F064D
Complementary color
Monochromatic Colors of #8F064D
Black with #8F064D
Text Example
Text Example
White with #8F064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F064D; }
p { color: rgb(143,6,77); }
H1.HeaderClassName
{
color: #8F064D;
}
.AnyTagClassName
{
color: #8F064D;
}
</style>
background-color css
<style>
a { background-color: #8F064D; }
a { background-color: rgb(143,6,77); }
div.DivClassName
{
background-color: #8F064D;
}
.BgClassName
{
background-color: #8F064D;
}
</style>
border-color css
<style>
span { border-color: #8F064D; }
span { border-color: rgb(143,6,77); }
td.TdClassName
{
border-color: #8F064D;
}
.TagClassName
{
border-color: #8F064D;
}
</style>