#8E064F

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

Shades of Jazzberry Jam #8E064F

Tints of Jazzberry Jam #8E064F

Color information

#8E064F (or 0x8E064F) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 06 and 4F. RGB value is (142,6,79). Sum of RGB (Red+Green+Blue) = 142+6+79=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E064F is #71F9B0. Grayscale: #363636. Windows color (decimal): -7469489 or 5179022. OLE color: 5179022.

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

Color convert

RGB142679-
CMYK00.960.440.44
HSL327.79º91.89%29.02%-
HSV(B)327.79º95.77%55.69%-
XYZ12.636.457.98-
YUV54.99141.56190.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 6 (2.73% from 255) = 2.64%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=62.56%
G=2.64%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14267900.960.440.44327.7991.8929.02
Hex8E64F0602C2C1485c1d
Octal21661170140545451013435
Binary10001110110100111101100000101100101100101001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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