Shades of Jazzberry Jam #8C1258
Tints of Jazzberry Jam #8C1258
RGB
CMYK
RGB Variations
Color information
#8C1258 (or 0x8C1258) is known color: Jazzberry Jam. HEX triplet: 8C, 12 and 58. RGB value is (140,18,88). Sum of RGB (Red+Green+Blue) = 140+18+88=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1258 is #73EDA7. Grayscale: #3E3E3E. Windows color (decimal): -7597480 or 5771916. OLE color: 5771916.
HSL color Cylindrical-coordinate representation of color #8C1258: hue angle of 325.57º 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 #8C1258 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 88 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.45 |
| HSL | 325.57º | 0.77% | 0.31% | - |
| HSV(B) | 325.57º | 0.87% | 0.55% | - |
| XYZ | 12.79 | 6.71 | 9.85 | - |
| YUV | 62.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 88 | 0 | 0.87 | 0.37 | 0.45 | 325.57 | 0.77 | 0.31 |
| Hex | 8C | 12 | 58 | 0 | 57 | 25 | 2D | 146 | 4D | 1F |
| Octal | 214 | 22 | 130 | 0 | 127 | 45 | 55 | 506 | 115 | 37 |
| Binary | 10001100 | 10010 | 1011000 | 0 | 1010111 | 100101 | 101101 | 101000110 | 1001101 | 11111 |
Color Harmonies of #8C1258
Complementary color
Monochromatic Colors of #8C1258
Black with #8C1258
Text Example
Text Example
White with #8C1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1258; }
p { color: rgb(140,18,88); }
H1.HeaderClassName
{
color: #8C1258;
}
.AnyTagClassName
{
color: #8C1258;
}
</style>
background-color css
<style>
a { background-color: #8C1258; }
a { background-color: rgb(140,18,88); }
div.DivClassName
{
background-color: #8C1258;
}
.BgClassName
{
background-color: #8C1258;
}
</style>
border-color css
<style>
span { border-color: #8C1258; }
span { border-color: rgb(140,18,88); }
td.TdClassName
{
border-color: #8C1258;
}
.TagClassName
{
border-color: #8C1258;
}
</style>