#8E1E6A

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

Shades of Dark Purple #8E1E6A

Tints of Dark Purple #8E1E6A

Color information

#8E1E6A (or 0x8E1E6A) is unknown color: approx Dark Purple. HEX triplet: 8E, 1E and 6A. RGB value is (142,30,106). Sum of RGB (Red+Green+Blue) = 142+30+106=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1E6A is #71E195. Grayscale: #474747. Windows color (decimal): -7463318 or 6954638. OLE color: 6954638.

HSL color Cylindrical-coordinate representation of color #8E1E6A: hue angle of 319.29º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E1E6A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14230106-
CMYK00.790.250.44
HSL319.29º65.12%33.73%-
HSV(B)319.29º78.87%55.69%-
XYZ14.227.7214.38-
YUV72.15147.11177.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=51.08%
G=10.79%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423010600.790.250.44319.2965.1233.73
Hex8E1E6A04F192C13f4122
Octal216361520117315447710142
Binary1000111011110110101001001111110011011001001111111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,106); }

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

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

 a { background-color: rgb(142,30,106); }

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

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

 span { border-color: rgb(142,30,106); }

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