Shades of Jazzberry Jam #8F094F
Tints of Jazzberry Jam #8F094F
RGB
CMYK
RGB Variations
Color information
#8F094F (or 0x8F094F) is known color: Jazzberry Jam. HEX triplet: 8F, 09 and 4F. RGB value is (143,9,79). Sum of RGB (Red+Green+Blue) = 143+9+79=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F094F is #70F6B0. Grayscale: #383838. Windows color (decimal): -7403185 or 5179791. OLE color: 5179791.
HSL color Cylindrical-coordinate representation of color #8F094F: hue angle of 328.66º degrees, saturation: 0.88, 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 #8F094F is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 79 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.44 |
| HSL | 328.66º | 0.88% | 0.3% | - |
| HSV(B) | 328.66º | 0.94% | 0.56% | - |
| XYZ | 12.84 | 6.6 | 7.99 | - |
| YUV | 57.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 79 | 0 | 0.94 | 0.45 | 0.44 | 328.66 | 0.88 | 0.3 |
| Hex | 8F | 9 | 4F | 0 | 5E | 2D | 2C | 149 | 58 | 1E |
| Octal | 217 | 11 | 117 | 0 | 136 | 55 | 54 | 511 | 130 | 36 |
| Binary | 10001111 | 1001 | 1001111 | 0 | 1011110 | 101101 | 101100 | 101001001 | 1011000 | 11110 |
Color Harmonies of #8F094F
Complementary color
Monochromatic Colors of #8F094F
Black with #8F094F
Text Example
Text Example
White with #8F094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F094F; }
p { color: rgb(143,9,79); }
H1.HeaderClassName
{
color: #8F094F;
}
.AnyTagClassName
{
color: #8F094F;
}
</style>
background-color css
<style>
a { background-color: #8F094F; }
a { background-color: rgb(143,9,79); }
div.DivClassName
{
background-color: #8F094F;
}
.BgClassName
{
background-color: #8F094F;
}
</style>
border-color css
<style>
span { border-color: #8F094F; }
span { border-color: rgb(143,9,79); }
td.TdClassName
{
border-color: #8F094F;
}
.TagClassName
{
border-color: #8F094F;
}
</style>