#8A4DD4

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

Shades of Amethyst #8A4DD4

Tints of Amethyst #8A4DD4

Color information

#8A4DD4 (or 0x8A4DD4) is unknown color: approx Amethyst. HEX triplet: 8A, 4D and D4. RGB value is (138,77,212). Sum of RGB (Red+Green+Blue) = 138+77+212=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DD4 is #75B22B. Grayscale: #6E6E6E. Windows color (decimal): -7713324 or 13913482. OLE color: 13913482.

HSL color Cylindrical-coordinate representation of color #8A4DD4: hue angle of 267.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A4DD4 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13877212-
CMYK0.350.6400.17
HSL267.11º61.09%56.67%-
HSV(B)267.11º63.68%83.14%-
XYZ25.0215.4663.95-
YUV110.63185.21147.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 77 (30.47% from 255) = 18.03%
BLUE value IS 212 (83.20% from 255) = 49.65%
R=32.32%
G=18.03%
B=49.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138772120.350.6400.17267.1161.0956.67
Hex8A4DD4234001110b3d39
Octal212115324431000214137571
Binary100010101001101110101001000111000000010001100001011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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