#8E104D

Color #8E104D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8E104D

Tints of Jazzberry Jam #8E104D

Color information

#8E104D (or 0x8E104D) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 10 and 4D. RGB value is (142,16,77). Sum of RGB (Red+Green+Blue) = 142+16+77=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E104D is #71EFB2. Grayscale: #3C3C3C. Windows color (decimal): -7466931 or 5050510. OLE color: 5050510.

HSL color Cylindrical-coordinate representation of color #8E104D: hue angle of 330.95º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E104D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1421677-
CMYK00.890.460.44
HSL330.95º79.75%30.98%-
HSV(B)330.95º88.73%55.69%-
XYZ12.686.667.64-
YUV60.63137.24186.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=60.43%
G=6.81%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142167700.890.460.44330.9579.7530.98
Hex8E104D0592E2C14b501f
Octal216201150131565451312037
Binary1000111010000100110101011001101110101100101001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E104D; }

 p { color: rgb(142,16,77); }

 H1.HeaderClassName
 {
   color: #8E104D;
 }
 .AnyTagClassName
 {
   color: #8E104D;
 }
</style>
background-color css

<style>
 a { background-color: #8E104D; }

 a { background-color: rgb(142,16,77); }

 div.DivClassName
 {
   background-color: #8E104D;
 }
 .BgClassName
 {
   background-color: #8E104D;
 }
</style>
border-color css

<style>
 span { border-color: #8E104D; }

 span { border-color: rgb(142,16,77); }

 td.TdClassName
 {
   border-color: #8E104D;
 }
 .TagClassName
 {
   border-color: #8E104D;
 }
</style>