#8E0D53

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

Shades of Jazzberry Jam #8E0D53

Tints of Jazzberry Jam #8E0D53

Color information

#8E0D53 (or 0x8E0D53) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0D and 53. RGB value is (142,13,83). Sum of RGB (Red+Green+Blue) = 142+13+83=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0D53 is #71F2AC. Grayscale: #3B3B3B. Windows color (decimal): -7467693 or 5442958. OLE color: 5442958.

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

Color convert

RGB1421383-
CMYK00.910.420.44
HSL327.44º83.23%30.39%-
HSV(B)327.44º90.85%55.69%-
XYZ12.866.668.79-
YUV59.55141.24186.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 13 (5.47% from 255) = 5.46%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=59.66%
G=5.46%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142138300.910.420.44327.4483.2330.39
Hex8ED5305B2A2C147531e
Octal216151230133525450712336
Binary100011101101101001101011011101010101100101000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,83); }

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

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

 a { background-color: rgb(142,13,83); }

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

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

 span { border-color: rgb(142,13,83); }

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