#8E4FDA

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

Shades of Amethyst #8E4FDA

Tints of Amethyst #8E4FDA

Color information

#8E4FDA (or 0x8E4FDA) is unknown color: approx Amethyst. HEX triplet: 8E, 4F and DA. RGB value is (142,79,218). Sum of RGB (Red+Green+Blue) = 142+79+218=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E4FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4FDA is #71B025. Grayscale: #717171. Windows color (decimal): -7450662 or 14307214. OLE color: 14307214.

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

Color convert

RGB14279218-
CMYK0.350.6400.15
HSL267.19º65.26%58.24%-
HSV(B)267.19º63.76%85.49%-
XYZ26.6116.468.09-
YUV113.68186.87148.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 79 (31.25% from 255) = 18.00%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=32.35%
G=18.00%
B=49.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142792180.350.6400.15267.1965.2658.24
Hex8E4FDA23400F10b413a
Octal2161173324310001741310172
Binary100011101001111110110101000111000000011111000010111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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