#8E0A4F

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

Shades of Jazzberry Jam #8E0A4F

Tints of Jazzberry Jam #8E0A4F

Color information

#8E0A4F (or 0x8E0A4F) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0A and 4F. RGB value is (142,10,79). Sum of RGB (Red+Green+Blue) = 142+10+79=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A4F is #71F5B0. Grayscale: #393939. Windows color (decimal): -7468465 or 5180046. OLE color: 5180046.

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

Color convert

RGB1421079-
CMYK00.930.440.44
HSL328.64º86.84%29.8%-
HSV(B)328.64º92.96%55.69%-
XYZ12.686.537.99-
YUV57.33140.23188.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.47%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=61.47%
G=4.33%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142107900.930.440.44328.6486.8429.8
Hex8EA4F05D2C2C149571e
Octal216121170135545451112736
Binary100011101010100111101011101101100101100101001001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,79); }

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

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

 a { background-color: rgb(142,10,79); }

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

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

 span { border-color: rgb(142,10,79); }

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