Shades of Jazzberry Jam #8C104E
Tints of Jazzberry Jam #8C104E
RGB
CMYK
RGB Variations
Color information
#8C104E (or 0x8C104E) is known color: Jazzberry Jam. HEX triplet: 8C, 10 and 4E. RGB value is (140,16,78). Sum of RGB (Red+Green+Blue) = 140+16+78=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C104E is #73EFB1. Grayscale: #3C3C3C. Windows color (decimal): -7598002 or 5116044. OLE color: 5116044.
HSL color Cylindrical-coordinate representation of color #8C104E: hue angle of 330º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C104E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 78 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.45 |
| HSL | 330º | 0.79% | 0.31% | - |
| HSV(B) | 330º | 0.89% | 0.55% | - |
| XYZ | 12.38 | 6.5 | 7.81 | - |
| YUV | 60.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 78 | 0 | 0.89 | 0.44 | 0.45 | 330 | 0.79 | 0.31 |
| Hex | 8C | 10 | 4E | 0 | 59 | 2C | 2D | 14A | 4F | 1F |
| Octal | 214 | 20 | 116 | 0 | 131 | 54 | 55 | 512 | 117 | 37 |
| Binary | 10001100 | 10000 | 1001110 | 0 | 1011001 | 101100 | 101101 | 101001010 | 1001111 | 11111 |
Color Harmonies of #8C104E
Complementary color
Monochromatic Colors of #8C104E
Black with #8C104E
Text Example
Text Example
White with #8C104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C104E; }
p { color: rgb(140,16,78); }
H1.HeaderClassName
{
color: #8C104E;
}
.AnyTagClassName
{
color: #8C104E;
}
</style>
background-color css
<style>
a { background-color: #8C104E; }
a { background-color: rgb(140,16,78); }
div.DivClassName
{
background-color: #8C104E;
}
.BgClassName
{
background-color: #8C104E;
}
</style>
border-color css
<style>
span { border-color: #8C104E; }
span { border-color: rgb(140,16,78); }
td.TdClassName
{
border-color: #8C104E;
}
.TagClassName
{
border-color: #8C104E;
}
</style>