Shades of Jazzberry Jam #8F0641
Tints of Jazzberry Jam #8F0641
RGB
CMYK
RGB Variations
Color information
#8F0641 (or 0x8F0641) is known color: Jazzberry Jam. HEX triplet: 8F, 06 and 41. RGB value is (143,6,65). Sum of RGB (Red+Green+Blue) = 143+6+65=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0641 is #70F9BE. Grayscale: #353535. Windows color (decimal): -7403967 or 4261519. OLE color: 4261519.
HSL color Cylindrical-coordinate representation of color #8F0641: hue angle of 334.16º 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 #8F0641 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 65 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.44 |
| HSL | 334.16º | 0.92% | 0.29% | - |
| HSV(B) | 334.16º | 0.96% | 0.56% | - |
| XYZ | 12.35 | 6.35 | 5.58 | - |
| YUV | 53.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 65 | 0 | 0.96 | 0.55 | 0.44 | 334.16 | 0.92 | 0.29 |
| Hex | 8F | 6 | 41 | 0 | 60 | 37 | 2C | 14E | 5C | 1D |
| Octal | 217 | 6 | 101 | 0 | 140 | 67 | 54 | 516 | 134 | 35 |
| Binary | 10001111 | 110 | 1000001 | 0 | 1100000 | 110111 | 101100 | 101001110 | 1011100 | 11101 |
Color Harmonies of #8F0641
Complementary color
Monochromatic Colors of #8F0641
Black with #8F0641
Text Example
Text Example
White with #8F0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0641; }
p { color: rgb(143,6,65); }
H1.HeaderClassName
{
color: #8F0641;
}
.AnyTagClassName
{
color: #8F0641;
}
</style>
background-color css
<style>
a { background-color: #8F0641; }
a { background-color: rgb(143,6,65); }
div.DivClassName
{
background-color: #8F0641;
}
.BgClassName
{
background-color: #8F0641;
}
</style>
border-color css
<style>
span { border-color: #8F0641; }
span { border-color: rgb(143,6,65); }
td.TdClassName
{
border-color: #8F0641;
}
.TagClassName
{
border-color: #8F0641;
}
</style>