#8E5FC3

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

Shades of Amethyst #8E5FC3

Tints of Amethyst #8E5FC3

Color information

#8E5FC3 (or 0x8E5FC3) is unknown color: approx Amethyst. HEX triplet: 8E, 5F and C3. RGB value is (142,95,195). Sum of RGB (Red+Green+Blue) = 142+95+195=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E5FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FC3 is #71A03C. Grayscale: #787878. Windows color (decimal): -7446589 or 12803982. OLE color: 12803982.

HSL color Cylindrical-coordinate representation of color #8E5FC3: hue angle of 268.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E5FC3 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14295195-
CMYK0.270.5100.24
HSL268.2º45.45%56.86%-
HSV(B)268.2º51.28%76.47%-
XYZ25.117.8853.76-
YUV120.45170.07143.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=32.87%
G=21.99%
B=45.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142951950.270.5100.24268.245.4556.86
Hex8E5FC31B3301810c2d39
Octal21613730333630304145571
Binary1000111010111111100001111011110011011000100001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,195); }

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

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

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

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

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

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

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