#8A4FD4

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

Shades of Amethyst #8A4FD4

Tints of Amethyst #8A4FD4

Color information

#8A4FD4 (or 0x8A4FD4) is unknown color: approx Amethyst. HEX triplet: 8A, 4F and D4. RGB value is (138,79,212). Sum of RGB (Red+Green+Blue) = 138+79+212=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A4FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FD4 is #75B02B. Grayscale: #6F6F6F. Windows color (decimal): -7712812 or 13913994. OLE color: 13913994.

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

Color convert

RGB13879212-
CMYK0.350.6300.17
HSL266.62º60.73%57.06%-
HSV(B)266.62º62.74%83.14%-
XYZ25.1615.7564-
YUV111.8184.55146.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 212 (83.20% from 255) = 49.42%
R=32.17%
G=18.41%
B=49.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138792120.350.6300.17266.6260.7357.06
Hex8A4FD4233F01110b3d39
Octal21211732443770214137571
Binary10001010100111111010100100011111111010001100001011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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