#8a54d0

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

Shades of Amethyst #8A54D0

Tints of Amethyst #8A54D0

Color information

#8A54D0 (or 0x8A54D0) is unknown color: approx Amethyst. HEX triplet: 8A, 54 and D0. RGB value is (138,84,208). Sum of RGB (Red+Green+Blue) = 138+84+208=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A54D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A54D0 is #75AB2F. Grayscale: #717171. Windows color (decimal): -7711536 or 13653130. OLE color: 13653130.

HSL color Cylindrical-coordinate representation of color #8A54D0: hue angle of 266.13º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A54D0 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13884208-
CMYK0.340.6000.18
HSL266.13º56.88%57.25%-
HSV(B)266.13º59.62%81.57%-
XYZ25.0416.361.5-
YUV114.28180.89144.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=32.09%
G=19.53%
B=48.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138842080.340.6000.18266.1356.8857.25
Hex8A54D0223C01210a3939
Octal21212432042740224127171
Binary10001010101010011010000100010111100010010100001010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a54d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,84,208); }

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

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

 a { background-color: rgb(138,84,208); }

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

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

 span { border-color: rgb(138,84,208); }

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