Shades of Jazzberry Jam #8B1558
Tints of Jazzberry Jam #8B1558
RGB
CMYK
RGB Variations
Color information
#8B1558 (or 0x8B1558) is known color: Jazzberry Jam. HEX triplet: 8B, 15 and 58. RGB value is (139,21,88). Sum of RGB (Red+Green+Blue) = 139+21+88=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1558 is #74EAA7. Grayscale: #3F3F3F. Windows color (decimal): -7662248 or 5772683. OLE color: 5772683.
HSL color Cylindrical-coordinate representation of color #8B1558: hue angle of 325.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1558 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 88 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.45 |
| HSL | 325.93º | 0.74% | 0.31% | - |
| HSV(B) | 325.93º | 0.85% | 0.55% | - |
| XYZ | 12.68 | 6.73 | 9.86 | - |
| YUV | 63.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 88 | 0 | 0.85 | 0.37 | 0.45 | 325.93 | 0.74 | 0.31 |
| Hex | 8B | 15 | 58 | 0 | 55 | 25 | 2D | 146 | 4A | 1F |
| Octal | 213 | 25 | 130 | 0 | 125 | 45 | 55 | 506 | 112 | 37 |
| Binary | 10001011 | 10101 | 1011000 | 0 | 1010101 | 100101 | 101101 | 101000110 | 1001010 | 11111 |
Color Harmonies of #8B1558
Complementary color
Monochromatic Colors of #8B1558
Black with #8B1558
Text Example
Text Example
White with #8B1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1558; }
p { color: rgb(139,21,88); }
H1.HeaderClassName
{
color: #8B1558;
}
.AnyTagClassName
{
color: #8B1558;
}
</style>
background-color css
<style>
a { background-color: #8B1558; }
a { background-color: rgb(139,21,88); }
div.DivClassName
{
background-color: #8B1558;
}
.BgClassName
{
background-color: #8B1558;
}
</style>
border-color css
<style>
span { border-color: #8B1558; }
span { border-color: rgb(139,21,88); }
td.TdClassName
{
border-color: #8B1558;
}
.TagClassName
{
border-color: #8B1558;
}
</style>