#8A51DE

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

Shades of Amethyst #8A51DE

Tints of Amethyst #8A51DE

Color information

#8A51DE (or 0x8A51DE) is unknown color: approx Amethyst. HEX triplet: 8A, 51 and DE. RGB value is (138,81,222). Sum of RGB (Red+Green+Blue) = 138+81+222=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A51DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51DE is #75AE21. Grayscale: #717171. Windows color (decimal): -7712290 or 14569866. OLE color: 14569866.

HSL color Cylindrical-coordinate representation of color #8A51DE: hue angle of 264.26º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A51DE is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13881222-
CMYK0.380.6400.13
HSL264.26º68.12%59.41%-
HSV(B)264.26º63.51%87.06%-
XYZ26.6116.5670.9-
YUV114.12188.88145.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=31.29%
G=18.37%
B=50.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138812220.380.6400.13264.2668.1259.41
Hex8A51DE26400D108443b
Octal2121213364610001541010473
Binary100010101010001110111101001101000000011011000010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,222); }

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

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

 a { background-color: rgb(138,81,222); }

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

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

 span { border-color: rgb(138,81,222); }

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