#8A4DD8

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

Shades of Amethyst #8A4DD8

Tints of Amethyst #8A4DD8

Color information

#8A4DD8 (or 0x8A4DD8) is unknown color: approx Amethyst. HEX triplet: 8A, 4D and D8. RGB value is (138,77,216). Sum of RGB (Red+Green+Blue) = 138+77+216=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A4DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DD8 is #75B227. Grayscale: #6E6E6E. Windows color (decimal): -7713320 or 14175626. OLE color: 14175626.

HSL color Cylindrical-coordinate representation of color #8A4DD8: hue angle of 266.33º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A4DD8 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13877216-
CMYK0.360.6400.15
HSL266.33º64.06%57.45%-
HSV(B)266.33º64.35%84.71%-
XYZ25.5315.6766.64-
YUV111.08187.21147.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 77 (30.47% from 255) = 17.87%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=32.02%
G=17.87%
B=50.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138772160.360.6400.15266.3364.0657.45
Hex8A4DD824400F10a4039
Octal2121153304410001741210071
Binary100010101001101110110001001001000000011111000010101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,216); }

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

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

 a { background-color: rgb(138,77,216); }

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

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

 span { border-color: rgb(138,77,216); }

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