#8A53C7

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

Shades of Amethyst #8A53C7

Tints of Amethyst #8A53C7

Color information

#8A53C7 (or 0x8A53C7) is unknown color: approx Amethyst. HEX triplet: 8A, 53 and C7. RGB value is (138,83,199). Sum of RGB (Red+Green+Blue) = 138+83+199=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #8A53C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A53C7 is #75AC38. Grayscale: #707070. Windows color (decimal): -7711801 or 13063050. OLE color: 13063050.

HSL color Cylindrical-coordinate representation of color #8A53C7: hue angle of 268.45º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A53C7 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13883199-
CMYK0.310.5800.22
HSL268.45º50.88%55.29%-
HSV(B)268.45º58.29%78.04%-
XYZ23.8815.7155.81-
YUV112.67176.72146.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 199 (78.12% from 255) = 47.38%
R=32.86%
G=19.76%
B=47.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138831990.310.5800.22268.4550.8855.29
Hex8A53C71F3A01610c3337
Octal21212330737720264146367
Binary1000101010100111100011111111111010010110100001100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A53C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,199); }

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

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

 a { background-color: rgb(138,83,199); }

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

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

 span { border-color: rgb(138,83,199); }

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