#8E5ED7

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

Shades of Amethyst #8E5ED7

Tints of Amethyst #8E5ED7

Color information

#8E5ED7 (or 0x8E5ED7) is unknown color: approx Amethyst. HEX triplet: 8E, 5E and D7. RGB value is (142,94,215). Sum of RGB (Red+Green+Blue) = 142+94+215=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E5ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ED7 is #71A128. Grayscale: #797979. Windows color (decimal): -7446825 or 14114446. OLE color: 14114446.

HSL color Cylindrical-coordinate representation of color #8E5ED7: hue angle of 263.8º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E5ED7 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14294215-
CMYK0.340.5600.16
HSL263.8º60.2%60.59%-
HSV(B)263.8º56.28%84.31%-
XYZ27.4218.6666.45-
YUV122.15180.4142.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 215 (84.38% from 255) = 47.67%
R=31.49%
G=20.84%
B=47.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142942150.340.5600.16263.860.260.59
Hex8E5ED722380101083c3d
Octal21613632742700204107475
Binary10001110101111011010111100010111000010000100001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,215); }

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

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

 a { background-color: rgb(142,94,215); }

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

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

 span { border-color: rgb(142,94,215); }

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