#8E237A

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

Shades of Dark Purple #8E237A

Tints of Dark Purple #8E237A

Color information

#8E237A (or 0x8E237A) is unknown color: approx Dark Purple. HEX triplet: 8E, 23 and 7A. RGB value is (142,35,122). Sum of RGB (Red+Green+Blue) = 142+35+122=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E237A is #71DC85. Grayscale: #4C4C4C. Windows color (decimal): -7462022 or 8004494. OLE color: 8004494.

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

Color convert

RGB14235122-
CMYK00.750.140.44
HSL311.21º60.45%34.71%-
HSV(B)311.21º75.35%55.69%-
XYZ15.278.3619.22-
YUV76.91153.45174.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=47.49%
G=11.71%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423512200.750.140.44311.2160.4534.71
Hex8E237A04BE2C1373c23
Octal21643172011316544677443
Binary100011101000111111010010010111110101100100110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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