#8E226C

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

Shades of Dark Purple #8E226C

Tints of Dark Purple #8E226C

Color information

#8E226C (or 0x8E226C) is unknown color: approx Dark Purple. HEX triplet: 8E, 22 and 6C. RGB value is (142,34,108). Sum of RGB (Red+Green+Blue) = 142+34+108=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E226C is #71DD93. Grayscale: #4A4A4A. Windows color (decimal): -7462292 or 7086734. OLE color: 7086734.

HSL color Cylindrical-coordinate representation of color #8E226C: hue angle of 318.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E226C is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14234108-
CMYK00.760.240.44
HSL318.89º61.36%34.51%-
HSV(B)318.89º76.06%55.69%-
XYZ14.437.9814.97-
YUV74.73146.78175.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=50%
G=11.97%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423410800.760.240.44318.8961.3634.51
Hex8E226C04C182C13f3d23
Octal21642154011430544777543
Binary1000111010001011011000100110011000101100100111111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,34,108); }

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

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

 a { background-color: rgb(142,34,108); }

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

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

 span { border-color: rgb(142,34,108); }

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