Shades of Jazzberry Jam #8F064C
Tints of Jazzberry Jam #8F064C
RGB
CMYK
RGB Variations
Color information
#8F064C (or 0x8F064C) is known color: Jazzberry Jam. HEX triplet: 8F, 06 and 4C. RGB value is (143,6,76). Sum of RGB (Red+Green+Blue) = 143+6+76=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F064C is #70F9B3. Grayscale: #363636. Windows color (decimal): -7403956 or 4982415. OLE color: 4982415.
HSL color Cylindrical-coordinate representation of color #8F064C: hue angle of 329.34º 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 #8F064C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 76 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.44 |
| HSL | 329.34º | 0.92% | 0.29% | - |
| HSV(B) | 329.34º | 0.96% | 0.56% | - |
| XYZ | 12.7 | 6.49 | 7.42 | - |
| YUV | 54.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 76 | 0 | 0.96 | 0.47 | 0.44 | 329.34 | 0.92 | 0.29 |
| Hex | 8F | 6 | 4C | 0 | 60 | 2F | 2C | 149 | 5C | 1D |
| Octal | 217 | 6 | 114 | 0 | 140 | 57 | 54 | 511 | 134 | 35 |
| Binary | 10001111 | 110 | 1001100 | 0 | 1100000 | 101111 | 101100 | 101001001 | 1011100 | 11101 |
Color Harmonies of #8F064C
Complementary color
Monochromatic Colors of #8F064C
Black with #8F064C
Text Example
Text Example
White with #8F064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F064C; }
p { color: rgb(143,6,76); }
H1.HeaderClassName
{
color: #8F064C;
}
.AnyTagClassName
{
color: #8F064C;
}
</style>
background-color css
<style>
a { background-color: #8F064C; }
a { background-color: rgb(143,6,76); }
div.DivClassName
{
background-color: #8F064C;
}
.BgClassName
{
background-color: #8F064C;
}
</style>
border-color css
<style>
span { border-color: #8F064C; }
span { border-color: rgb(143,6,76); }
td.TdClassName
{
border-color: #8F064C;
}
.TagClassName
{
border-color: #8F064C;
}
</style>