#8E3770

Color #8E3770 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E3770

Tints of Dark Purple #8E3770

Color information

#8E3770 (or 0x8E3770) is unknown color: approx Dark Purple. HEX triplet: 8E, 37 and 70. RGB value is (142,55,112). Sum of RGB (Red+Green+Blue) = 142+55+112=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3770 is #71C88F. Grayscale: #575757. Windows color (decimal): -7456912 or 7354254. OLE color: 7354254.

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

Color convert

RGB14255112-
CMYK00.610.210.44
HSL320.69º44.16%38.63%-
HSV(B)320.69º61.27%55.69%-
XYZ15.459.6516.38-
YUV87.51141.82166.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=45.95%
G=17.80%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425511200.610.210.44320.6944.1638.63
Hex8E377003D152C1412c27
Octal2166716007525545015447
Binary100011101101111110000011110110101101100101000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,55,112); }

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

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

 a { background-color: rgb(142,55,112); }

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

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

 span { border-color: rgb(142,55,112); }

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