Shades of Jazzberry Jam #8B1255
Tints of Jazzberry Jam #8B1255
RGB
CMYK
RGB Variations
Color information
#8B1255 (or 0x8B1255) is known color: Jazzberry Jam. HEX triplet: 8B, 12 and 55. RGB value is (139,18,85). Sum of RGB (Red+Green+Blue) = 139+18+85=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1255 is #74EDAA. Grayscale: #3D3D3D. Windows color (decimal): -7663019 or 5575307. OLE color: 5575307.
HSL color Cylindrical-coordinate representation of color #8B1255: hue angle of 326.78º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1255 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 85 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.45 |
| HSL | 326.78º | 0.77% | 0.31% | - |
| HSV(B) | 326.78º | 0.87% | 0.55% | - |
| XYZ | 12.5 | 6.58 | 9.2 | - |
| YUV | 61.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 85 | 0 | 0.87 | 0.39 | 0.45 | 326.78 | 0.77 | 0.31 |
| Hex | 8B | 12 | 55 | 0 | 57 | 27 | 2D | 147 | 4D | 1F |
| Octal | 213 | 22 | 125 | 0 | 127 | 47 | 55 | 507 | 115 | 37 |
| Binary | 10001011 | 10010 | 1010101 | 0 | 1010111 | 100111 | 101101 | 101000111 | 1001101 | 11111 |
Color Harmonies of #8B1255
Complementary color
Monochromatic Colors of #8B1255
Black with #8B1255
Text Example
Text Example
White with #8B1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1255; }
p { color: rgb(139,18,85); }
H1.HeaderClassName
{
color: #8B1255;
}
.AnyTagClassName
{
color: #8B1255;
}
</style>
background-color css
<style>
a { background-color: #8B1255; }
a { background-color: rgb(139,18,85); }
div.DivClassName
{
background-color: #8B1255;
}
.BgClassName
{
background-color: #8B1255;
}
</style>
border-color css
<style>
span { border-color: #8B1255; }
span { border-color: rgb(139,18,85); }
td.TdClassName
{
border-color: #8B1255;
}
.TagClassName
{
border-color: #8B1255;
}
</style>