#8E238E

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

Shades of Dark Purple #8E238E

Tints of Dark Purple #8E238E

Color information

#8E238E (or 0x8E238E) is unknown color: approx Dark Purple. HEX triplet: 8E, 23 and 8E. RGB value is (142,35,142). Sum of RGB (Red+Green+Blue) = 142+35+142=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E238E is #71DC71. Grayscale: #4E4E4E. Windows color (decimal): -7462002 or 9315214. OLE color: 9315214.

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

Color convert

RGB14235142-
CMYK00.7500.44
HSL300º60.45%34.71%-
HSV(B)300º75.35%55.69%-
XYZ16.648.9126.43-
YUV79.19163.45172.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=44.51%
G=10.97%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423514200.7500.4430060.4534.71
Hex8E238E04B02C12c3c23
Octal2164321601130544547443
Binary1000111010001110001110010010110101100100101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,35,142); }

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

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

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

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

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

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

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