#8a5ec3

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

Shades of Amethyst #8A5EC3

Tints of Amethyst #8A5EC3

Color information

#8A5EC3 (or 0x8A5EC3) is unknown color: approx Amethyst. HEX triplet: 8A, 5E and C3. RGB value is (138,94,195). Sum of RGB (Red+Green+Blue) = 138+94+195=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A5EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5EC3 is #75A13C. Grayscale: #767676. Windows color (decimal): -7708989 or 12803722. OLE color: 12803722.

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

Color convert

RGB13894195-
CMYK0.290.5200.24
HSL266.14º45.7%56.67%-
HSV(B)266.14º51.79%76.47%-
XYZ24.3317.3553.7-
YUV118.67171.08141.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 195 (76.56% from 255) = 45.67%
R=32.32%
G=22.01%
B=45.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138941950.290.5200.24266.1445.756.67
Hex8A5EC31D3401810a2e39
Octal21213630335640304125671
Binary1000101010111101100001111101110100011000100001010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5ec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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