#8E207D

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

Shades of Dark Purple #8E207D

Tints of Dark Purple #8E207D

Color information

#8E207D (or 0x8E207D) is unknown color: approx Dark Purple. HEX triplet: 8E, 20 and 7D. RGB value is (142,32,125). Sum of RGB (Red+Green+Blue) = 142+32+125=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E207D is #71DF82. Grayscale: #4B4B4B. Windows color (decimal): -7462787 or 8200334. OLE color: 8200334.

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

Color convert

RGB14232125-
CMYK00.770.120.44
HSL309.27º63.22%34.12%-
HSV(B)309.27º77.46%55.69%-
XYZ15.378.2620.19-
YUV75.49155.94175.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=47.49%
G=10.70%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423212500.770.120.44309.2763.2234.12
Hex8E207D04DC2C1353f22
Octal21640175011514544657742
Binary100011101000001111101010011011100101100100110101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,125); }

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

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

 a { background-color: rgb(142,32,125); }

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

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

 span { border-color: rgb(142,32,125); }

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