#8a5ed1

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

Shades of Amethyst #8A5ED1

Tints of Amethyst #8A5ED1

Color information

#8A5ED1 (or 0x8A5ED1) is unknown color: approx Amethyst. HEX triplet: 8A, 5E and D1. RGB value is (138,94,209). Sum of RGB (Red+Green+Blue) = 138+94+209=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A5ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ED1 is #75A12E. Grayscale: #777777. Windows color (decimal): -7708975 or 13721226. OLE color: 13721226.

HSL color Cylindrical-coordinate representation of color #8A5ED1: hue angle of 262.96º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5ED1 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13894209-
CMYK0.340.5500.18
HSL262.96º55.56%59.41%-
HSV(B)262.96º55.02%81.96%-
XYZ25.9918.0162.43-
YUV120.27178.08140.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 209 (82.03% from 255) = 47.39%
R=31.29%
G=21.32%
B=47.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138942090.340.5500.18262.9655.5659.41
Hex8A5ED12237012107383b
Octal21213632142670224077073
Binary10001010101111011010001100010110111010010100000111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,94,209); }

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

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

 a { background-color: rgb(138,94,209); }

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

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

 span { border-color: rgb(138,94,209); }

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