#8E1F6D

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

Shades of Dark Purple #8E1F6D

Tints of Dark Purple #8E1F6D

Color information

#8E1F6D (or 0x8E1F6D) is unknown color: approx Dark Purple. HEX triplet: 8E, 1F and 6D. RGB value is (142,31,109). Sum of RGB (Red+Green+Blue) = 142+31+109=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1F6D is #71E092. Grayscale: #484848. Windows color (decimal): -7463059 or 7151502. OLE color: 7151502.

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

Color convert

RGB14231109-
CMYK00.780.230.44
HSL317.84º64.16%33.92%-
HSV(B)317.84º78.17%55.69%-
XYZ14.417.8315.22-
YUV73.08148.27177.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=50.35%
G=10.99%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423110900.780.230.44317.8464.1633.92
Hex8E1F6D04E172C13e4022
Octal216371550116275447610042
Binary1000111011111110110101001110101111011001001111101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,31,109); }

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

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

 a { background-color: rgb(142,31,109); }

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

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

 span { border-color: rgb(142,31,109); }

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