Shades of Jazzberry Jam #8C175B
Tints of Jazzberry Jam #8C175B
RGB
CMYK
RGB Variations
Color information
#8C175B (or 0x8C175B) is known color: Jazzberry Jam. HEX triplet: 8C, 17 and 5B. RGB value is (140,23,91). Sum of RGB (Red+Green+Blue) = 140+23+91=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C175B is #73E8A4. Grayscale: #414141. Windows color (decimal): -7596197 or 5969804. OLE color: 5969804.
HSL color Cylindrical-coordinate representation of color #8C175B: hue angle of 325.13º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C175B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 91 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.45 |
| HSL | 325.13º | 0.72% | 0.32% | - |
| HSV(B) | 325.13º | 0.84% | 0.55% | - |
| XYZ | 13.01 | 6.94 | 10.55 | - |
| YUV | 65.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 91 | 0 | 0.84 | 0.35 | 0.45 | 325.13 | 0.72 | 0.32 |
| Hex | 8C | 17 | 5B | 0 | 54 | 23 | 2D | 145 | 48 | 20 |
| Octal | 214 | 27 | 133 | 0 | 124 | 43 | 55 | 505 | 110 | 40 |
| Binary | 10001100 | 10111 | 1011011 | 0 | 1010100 | 100011 | 101101 | 101000101 | 1001000 | 100000 |
Color Harmonies of #8C175B
Complementary color
Monochromatic Colors of #8C175B
Black with #8C175B
Text Example
Text Example
White with #8C175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C175B; }
p { color: rgb(140,23,91); }
H1.HeaderClassName
{
color: #8C175B;
}
.AnyTagClassName
{
color: #8C175B;
}
</style>
background-color css
<style>
a { background-color: #8C175B; }
a { background-color: rgb(140,23,91); }
div.DivClassName
{
background-color: #8C175B;
}
.BgClassName
{
background-color: #8C175B;
}
</style>
border-color css
<style>
span { border-color: #8C175B; }
span { border-color: rgb(140,23,91); }
td.TdClassName
{
border-color: #8C175B;
}
.TagClassName
{
border-color: #8C175B;
}
</style>