#8E104E

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

Shades of Jazzberry Jam #8E104E

Tints of Jazzberry Jam #8E104E

Color information

#8E104E (or 0x8E104E) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 10 and 4E. RGB value is (142,16,78). Sum of RGB (Red+Green+Blue) = 142+16+78=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E104E is #71EFB1. Grayscale: #3C3C3C. Windows color (decimal): -7466930 or 5116046. OLE color: 5116046.

HSL color Cylindrical-coordinate representation of color #8E104E: hue angle of 330.48º 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 #8E104E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1421678-
CMYK00.890.450.44
HSL330.48º79.75%30.98%-
HSV(B)330.48º88.73%55.69%-
XYZ12.726.677.83-
YUV60.74137.74185.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=60.17%
G=6.78%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142167800.890.450.44330.4879.7530.98
Hex8E104E0592D2C14a501f
Octal216201160131555451212037
Binary1000111010000100111001011001101101101100101001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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