#8E50DA

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

Shades of Amethyst #8E50DA

Tints of Amethyst #8E50DA

Color information

#8E50DA (or 0x8E50DA) is unknown color: approx Amethyst. HEX triplet: 8E, 50 and DA. RGB value is (142,80,218). Sum of RGB (Red+Green+Blue) = 142+80+218=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E50DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E50DA is #71AF25. Grayscale: #717171. Windows color (decimal): -7450406 or 14307470. OLE color: 14307470.

HSL color Cylindrical-coordinate representation of color #8E50DA: hue angle of 266.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E50DA is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14280218-
CMYK0.350.6300.15
HSL266.96º65.09%58.43%-
HSV(B)266.96º63.3%85.49%-
XYZ26.6816.5568.12-
YUV114.27186.54147.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=32.27%
G=18.18%
B=49.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142802180.350.6300.15266.9665.0958.43
Hex8E50DA233F0F10b413a
Octal216120332437701741310172
Binary10001110101000011011010100011111111011111000010111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E50DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,218); }

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

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

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

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

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

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

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