Shades of Jazzberry Jam #8E165B
Tints of Jazzberry Jam #8E165B
RGB
CMYK
RGB Variations
Color information
#8E165B (or 0x8E165B) is known color: Jazzberry Jam. HEX triplet: 8E, 16 and 5B. RGB value is (142,22,91). Sum of RGB (Red+Green+Blue) = 142+22+91=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E165B is #71E9A4. Grayscale: #414141. Windows color (decimal): -7465381 or 5969550. OLE color: 5969550.
HSL color Cylindrical-coordinate representation of color #8E165B: hue angle of 325.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E165B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 91 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.44 |
| HSL | 325.5º | 0.73% | 0.32% | - |
| HSV(B) | 325.5º | 0.85% | 0.56% | - |
| XYZ | 13.33 | 7.08 | 10.56 | - |
| YUV | 65.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 91 | 0 | 0.85 | 0.36 | 0.44 | 325.5 | 0.73 | 0.32 |
| Hex | 8E | 16 | 5B | 0 | 55 | 24 | 2C | 146 | 49 | 20 |
| Octal | 216 | 26 | 133 | 0 | 125 | 44 | 54 | 506 | 111 | 40 |
| Binary | 10001110 | 10110 | 1011011 | 0 | 1010101 | 100100 | 101100 | 101000110 | 1001001 | 100000 |
Color Harmonies of #8E165B
Complementary color
Monochromatic Colors of #8E165B
Black with #8E165B
Text Example
Text Example
White with #8E165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E165B; }
p { color: rgb(142,22,91); }
H1.HeaderClassName
{
color: #8E165B;
}
.AnyTagClassName
{
color: #8E165B;
}
</style>
background-color css
<style>
a { background-color: #8E165B; }
a { background-color: rgb(142,22,91); }
div.DivClassName
{
background-color: #8E165B;
}
.BgClassName
{
background-color: #8E165B;
}
</style>
border-color css
<style>
span { border-color: #8E165B; }
span { border-color: rgb(142,22,91); }
td.TdClassName
{
border-color: #8E165B;
}
.TagClassName
{
border-color: #8E165B;
}
</style>