Shades of Jazzberry Jam #8F074F
Tints of Jazzberry Jam #8F074F
RGB
CMYK
RGB Variations
Color information
#8F074F (or 0x8F074F) is known color: Jazzberry Jam. HEX triplet: 8F, 07 and 4F. RGB value is (143,7,79). Sum of RGB (Red+Green+Blue) = 143+7+79=229 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.45% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 143 - color contains mainly: red. Hex color #8F074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F074F is #70F8B0. Grayscale: #373737. Windows color (decimal): -7403697 or 5179279. OLE color: 5179279.
HSL color Cylindrical-coordinate representation of color #8F074F: hue angle of 328.24º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F074F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 79 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.44 |
| HSL | 328.24º | 0.91% | 0.29% | - |
| HSV(B) | 328.24º | 0.95% | 0.56% | - |
| XYZ | 12.81 | 6.56 | 7.99 | - |
| YUV | 55.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 79 | 0 | 0.95 | 0.45 | 0.44 | 328.24 | 0.91 | 0.29 |
| Hex | 8F | 7 | 4F | 0 | 5F | 2D | 2C | 148 | 5B | 1D |
| Octal | 217 | 7 | 117 | 0 | 137 | 55 | 54 | 510 | 133 | 35 |
| Binary | 10001111 | 111 | 1001111 | 0 | 1011111 | 101101 | 101100 | 101001000 | 1011011 | 11101 |
Color Harmonies of #8F074F
Complementary color
Monochromatic Colors of #8F074F
Black with #8F074F
Text Example
Text Example
White with #8F074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F074F; }
p { color: rgb(143,7,79); }
H1.HeaderClassName
{
color: #8F074F;
}
.AnyTagClassName
{
color: #8F074F;
}
</style>
background-color css
<style>
a { background-color: #8F074F; }
a { background-color: rgb(143,7,79); }
div.DivClassName
{
background-color: #8F074F;
}
.BgClassName
{
background-color: #8F074F;
}
</style>
border-color css
<style>
span { border-color: #8F074F; }
span { border-color: rgb(143,7,79); }
td.TdClassName
{
border-color: #8F074F;
}
.TagClassName
{
border-color: #8F074F;
}
</style>