Shades of Jazzberry Jam #8C1253
Tints of Jazzberry Jam #8C1253
RGB
CMYK
RGB Variations
Color information
#8C1253 (or 0x8C1253) is known color: Jazzberry Jam. HEX triplet: 8C, 12 and 53. RGB value is (140,18,83). Sum of RGB (Red+Green+Blue) = 140+18+83=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1253 is #73EDAC. Grayscale: #3D3D3D. Windows color (decimal): -7597485 or 5444236. OLE color: 5444236.
HSL color Cylindrical-coordinate representation of color #8C1253: hue angle of 328.03º 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 #8C1253 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 83 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.45 |
| HSL | 328.03º | 0.77% | 0.31% | - |
| HSV(B) | 328.03º | 0.87% | 0.55% | - |
| XYZ | 12.59 | 6.63 | 8.8 | - |
| YUV | 61.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 83 | 0 | 0.87 | 0.41 | 0.45 | 328.03 | 0.77 | 0.31 |
| Hex | 8C | 12 | 53 | 0 | 57 | 29 | 2D | 148 | 4D | 1F |
| Octal | 214 | 22 | 123 | 0 | 127 | 51 | 55 | 510 | 115 | 37 |
| Binary | 10001100 | 10010 | 1010011 | 0 | 1010111 | 101001 | 101101 | 101001000 | 1001101 | 11111 |
Color Harmonies of #8C1253
Complementary color
Monochromatic Colors of #8C1253
Black with #8C1253
Text Example
Text Example
White with #8C1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1253; }
p { color: rgb(140,18,83); }
H1.HeaderClassName
{
color: #8C1253;
}
.AnyTagClassName
{
color: #8C1253;
}
</style>
background-color css
<style>
a { background-color: #8C1253; }
a { background-color: rgb(140,18,83); }
div.DivClassName
{
background-color: #8C1253;
}
.BgClassName
{
background-color: #8C1253;
}
</style>
border-color css
<style>
span { border-color: #8C1253; }
span { border-color: rgb(140,18,83); }
td.TdClassName
{
border-color: #8C1253;
}
.TagClassName
{
border-color: #8C1253;
}
</style>