#8E0E4C

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

Shades of Jazzberry Jam #8E0E4C

Tints of Jazzberry Jam #8E0E4C

Color information

#8E0E4C (or 0x8E0E4C) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0E and 4C. RGB value is (142,14,76). Sum of RGB (Red+Green+Blue) = 142+14+76=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0E4C is #71F1B3. Grayscale: #3B3B3B. Windows color (decimal): -7467444 or 4984462. OLE color: 4984462.

HSL color Cylindrical-coordinate representation of color #8E0E4C: hue angle of 330.94º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E4C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1421476-
CMYK00.900.460.44
HSL330.94º82.05%30.59%-
HSV(B)330.94º90.14%55.69%-
XYZ12.626.597.44-
YUV59.34137.41186.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.21%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=61.21%
G=6.03%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142147600.900.460.44330.9482.0530.59
Hex8EE4C05A2E2C14b521f
Octal216161140132565451312237
Binary100011101110100110001011010101110101100101001011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,76); }

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

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

 a { background-color: rgb(142,14,76); }

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

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

 span { border-color: rgb(142,14,76); }

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