#8E054D

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

Shades of Jazzberry Jam #8E054D

Tints of Jazzberry Jam #8E054D

Color information

#8E054D (or 0x8E054D) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 05 and 4D. RGB value is (142,5,77). Sum of RGB (Red+Green+Blue) = 142+5+77=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E054D is #71FAB2. Grayscale: #363636. Windows color (decimal): -7469747 or 5047694. OLE color: 5047694.

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

Color convert

RGB142577-
CMYK00.960.460.44
HSL328.47º93.2%28.82%-
HSV(B)328.47º96.48%55.69%-
XYZ12.556.47.59-
YUV54.17140.89190.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.39%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=63.39%
G=2.23%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14257700.960.460.44328.4793.228.82
Hex8E54D0602E2C1485d1d
Octal21651150140565451013535
Binary10001110101100110101100000101110101100101001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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