Shades of Jazzberry Jam #8C155B
Tints of Jazzberry Jam #8C155B
RGB
CMYK
RGB Variations
Color information
#8C155B (or 0x8C155B) is known color: Jazzberry Jam. HEX triplet: 8C, 15 and 5B. RGB value is (140,21,91). Sum of RGB (Red+Green+Blue) = 140+21+91=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C155B is #73EAA4. Grayscale: #404040. Windows color (decimal): -7596709 or 5969292. OLE color: 5969292.
HSL color Cylindrical-coordinate representation of color #8C155B: hue angle of 324.71º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C155B is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 91 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.45 |
| HSL | 324.71º | 0.74% | 0.32% | - |
| HSV(B) | 324.71º | 0.85% | 0.55% | - |
| XYZ | 12.97 | 6.87 | 10.54 | - |
| YUV | 64.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 91 | 0 | 0.85 | 0.35 | 0.45 | 324.71 | 0.74 | 0.32 |
| Hex | 8C | 15 | 5B | 0 | 55 | 23 | 2D | 145 | 4A | 20 |
| Octal | 214 | 25 | 133 | 0 | 125 | 43 | 55 | 505 | 112 | 40 |
| Binary | 10001100 | 10101 | 1011011 | 0 | 1010101 | 100011 | 101101 | 101000101 | 1001010 | 100000 |
Color Harmonies of #8C155B
Complementary color
Monochromatic Colors of #8C155B
Black with #8C155B
Text Example
Text Example
White with #8C155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C155B; }
p { color: rgb(140,21,91); }
H1.HeaderClassName
{
color: #8C155B;
}
.AnyTagClassName
{
color: #8C155B;
}
</style>
background-color css
<style>
a { background-color: #8C155B; }
a { background-color: rgb(140,21,91); }
div.DivClassName
{
background-color: #8C155B;
}
.BgClassName
{
background-color: #8C155B;
}
</style>
border-color css
<style>
span { border-color: #8C155B; }
span { border-color: rgb(140,21,91); }
td.TdClassName
{
border-color: #8C155B;
}
.TagClassName
{
border-color: #8C155B;
}
</style>