#8A4FDD

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

Shades of Amethyst #8A4FDD

Tints of Amethyst #8A4FDD

Color information

#8A4FDD (or 0x8A4FDD) is unknown color: approx Amethyst. HEX triplet: 8A, 4F and DD. RGB value is (138,79,221). Sum of RGB (Red+Green+Blue) = 138+79+221=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FDD is #75B022. Grayscale: #707070. Windows color (decimal): -7712803 or 14503818. OLE color: 14503818.

HSL color Cylindrical-coordinate representation of color #8A4FDD: hue angle of 264.93º 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 #8A4FDD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13879221-
CMYK0.380.6400.13
HSL264.93º67.62%58.82%-
HSV(B)264.93º64.25%86.67%-
XYZ26.3316.2270.15-
YUV112.83189.05145.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=31.51%
G=18.04%
B=50.46%

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
Decimal138792210.380.6400.13264.9367.6258.82
Hex8A4FDD26400D109443b
Octal2121173354610001541110473
Binary100010101001111110111011001101000000011011000010011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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