#8E094A

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

Shades of Jazzberry Jam #8E094A

Tints of Jazzberry Jam #8E094A

Color information

#8E094A (or 0x8E094A) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 09 and 4A. RGB value is (142,9,74). Sum of RGB (Red+Green+Blue) = 142+9+74=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E094A is #71F6B5. Grayscale: #383838. Windows color (decimal): -7468726 or 4852110. OLE color: 4852110.

HSL color Cylindrical-coordinate representation of color #8E094A: hue angle of 330.68º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E094A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB142974-
CMYK00.940.480.44
HSL330.68º88.08%29.61%-
HSV(B)330.68º93.66%55.69%-
XYZ12.496.447.06-
YUV56.18138.06189.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=63.11%
G=4%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14297400.940.480.44330.6888.0829.61
Hex8E94A05E302C14b581e
Octal216111120136605451313036
Binary100011101001100101001011110110000101100101001011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,74); }

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

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

 a { background-color: rgb(142,9,74); }

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

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

 span { border-color: rgb(142,9,74); }

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