#8E236A

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

Shades of Dark Purple #8E236A

Tints of Dark Purple #8E236A

Color information

#8E236A (or 0x8E236A) is unknown color: approx Dark Purple. HEX triplet: 8E, 23 and 6A. RGB value is (142,35,106). Sum of RGB (Red+Green+Blue) = 142+35+106=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E236A is #71DC95. Grayscale: #4A4A4A. Windows color (decimal): -7462038 or 6955918. OLE color: 6955918.

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

Color convert

RGB14235106-
CMYK00.750.250.44
HSL320.19º60.45%34.71%-
HSV(B)320.19º75.35%55.69%-
XYZ14.367.9914.42-
YUV75.09145.45175.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=50.18%
G=12.37%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423510600.750.250.44320.1960.4534.71
Hex8E236A04B192C1403c23
Octal21643152011331545007443
Binary1000111010001111010100100101111001101100101000000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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