#8E217E

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

Shades of Dark Purple #8E217E

Tints of Dark Purple #8E217E

Color information

#8E217E (or 0x8E217E) is unknown color: approx Dark Purple. HEX triplet: 8E, 21 and 7E. RGB value is (142,33,126). Sum of RGB (Red+Green+Blue) = 142+33+126=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E217E is #71DE81. Grayscale: #4B4B4B. Windows color (decimal): -7462530 or 8266126. OLE color: 8266126.

HSL color Cylindrical-coordinate representation of color #8E217E: hue angle of 308.81º degrees, saturation: 0.62, 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 #8E217E is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14233126-
CMYK00.770.110.44
HSL308.81º62.29%34.31%-
HSV(B)308.81º76.76%55.69%-
XYZ15.478.3420.53-
YUV76.19156.11174.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=47.18%
G=10.96%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423312600.770.110.44308.8162.2934.31
Hex8E217E04DB2C1353e22
Octal21641176011513544657642
Binary100011101000011111110010011011011101100100110101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,126); }

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

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

 a { background-color: rgb(142,33,126); }

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

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

 span { border-color: rgb(142,33,126); }

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