Shades of Jazzberry Jam #8F104E
Tints of Jazzberry Jam #8F104E
RGB
CMYK
RGB Variations
Color information
#8F104E (or 0x8F104E) is known color: Jazzberry Jam. HEX triplet: 8F, 10 and 4E. RGB value is (143,16,78). Sum of RGB (Red+Green+Blue) = 143+16+78=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F104E is #70EFB1. Grayscale: #3C3C3C. Windows color (decimal): -7401394 or 5116047. OLE color: 5116047.
HSL color Cylindrical-coordinate representation of color #8F104E: hue angle of 330.71º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F104E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 78 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.44 |
| HSL | 330.71º | 0.8% | 0.31% | - |
| HSV(B) | 330.71º | 0.89% | 0.56% | - |
| XYZ | 12.89 | 6.76 | 7.83 | - |
| YUV | 61.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 78 | 0 | 0.89 | 0.45 | 0.44 | 330.71 | 0.8 | 0.31 |
| Hex | 8F | 10 | 4E | 0 | 59 | 2D | 2C | 14B | 50 | 1F |
| Octal | 217 | 20 | 116 | 0 | 131 | 55 | 54 | 513 | 120 | 37 |
| Binary | 10001111 | 10000 | 1001110 | 0 | 1011001 | 101101 | 101100 | 101001011 | 1010000 | 11111 |
Color Harmonies of #8F104E
Complementary color
Monochromatic Colors of #8F104E
Black with #8F104E
Text Example
Text Example
White with #8F104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F104E; }
p { color: rgb(143,16,78); }
H1.HeaderClassName
{
color: #8F104E;
}
.AnyTagClassName
{
color: #8F104E;
}
</style>
background-color css
<style>
a { background-color: #8F104E; }
a { background-color: rgb(143,16,78); }
div.DivClassName
{
background-color: #8F104E;
}
.BgClassName
{
background-color: #8F104E;
}
</style>
border-color css
<style>
span { border-color: #8F104E; }
span { border-color: rgb(143,16,78); }
td.TdClassName
{
border-color: #8F104E;
}
.TagClassName
{
border-color: #8F104E;
}
</style>