#8E218C

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

Shades of Dark Purple #8E218C

Tints of Dark Purple #8E218C

Color information

#8E218C (or 0x8E218C) is unknown color: approx Dark Purple. HEX triplet: 8E, 21 and 8C. RGB value is (142,33,140). Sum of RGB (Red+Green+Blue) = 142+33+140=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E218C is #71DE73. Grayscale: #4D4D4D. Windows color (decimal): -7462516 or 9183630. OLE color: 9183630.

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

Color convert

RGB14233140-
CMYK00.770.010.44
HSL301.1º62.29%34.31%-
HSV(B)301.1º76.76%55.69%-
XYZ16.438.7325.63-
YUV77.79163.11173.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=45.08%
G=10.48%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423314000.770.010.44301.162.2934.31
Hex8E218C04D12C12d3e22
Octal2164121401151544557642
Binary1000111010000110001100010011011101100100101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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