#8E167A

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

Shades of Dark Purple #8E167A

Tints of Dark Purple #8E167A

Color information

#8E167A (or 0x8E167A) is unknown color: approx Dark Purple. HEX triplet: 8E, 16 and 7A. RGB value is (142,22,122). Sum of RGB (Red+Green+Blue) = 142+22+122=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E167A is #71E985. Grayscale: #454545. Windows color (decimal): -7465350 or 8001166. OLE color: 8001166.

HSL color Cylindrical-coordinate representation of color #8E167A: hue angle of 310º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E167A is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14222122-
CMYK00.850.140.44
HSL310º73.17%32.16%-
HSV(B)310º84.51%55.69%-
XYZ14.967.7319.12-
YUV69.28157.76179.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=49.65%
G=7.69%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422212200.850.140.4431073.1732.16
Hex8E167A055E2C1364920
Octal216261720125165446611140
Binary100011101011011110100101010111101011001001101101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,122); }

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

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

 a { background-color: rgb(142,22,122); }

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

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

 span { border-color: rgb(142,22,122); }

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