#8E044E

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

Shades of Jazzberry Jam #8E044E

Tints of Jazzberry Jam #8E044E

Color information

#8E044E (or 0x8E044E) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 04 and 4E. RGB value is (142,4,78). Sum of RGB (Red+Green+Blue) = 142+4+78=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E044E is #71FBB1. Grayscale: #353535. Windows color (decimal): -7470002 or 5112974. OLE color: 5112974.

HSL color Cylindrical-coordinate representation of color #8E044E: hue angle of 327.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E044E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB142478-
CMYK00.970.450.44
HSL327.83º94.52%28.63%-
HSV(B)327.83º97.18%55.69%-
XYZ12.576.397.78-
YUV53.7141.72190.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.39%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=63.39%
G=1.79%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14247800.970.450.44327.8394.5228.63
Hex8E44E0612D2C1485f1d
Octal21641160141555451013735
Binary10001110100100111001100001101101101100101001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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