#8E054E

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

Shades of Jazzberry Jam #8E054E

Tints of Jazzberry Jam #8E054E

Color information

#8E054E (or 0x8E054E) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 05 and 4E. RGB value is (142,5,78). Sum of RGB (Red+Green+Blue) = 142+5+78=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E054E is #71FAB1. Grayscale: #363636. Windows color (decimal): -7469746 or 5113230. OLE color: 5113230.

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

Color convert

RGB142578-
CMYK00.960.450.44
HSL328.03º93.2%28.82%-
HSV(B)328.03º96.48%55.69%-
XYZ12.586.417.78-
YUV54.28141.39190.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=63.11%
G=2.22%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14257800.960.450.44328.0393.228.82
Hex8E54E0602D2C1485d1d
Octal21651160140555451013535
Binary10001110101100111001100000101101101100101001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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