#8654D4

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

Shades of Amethyst #8654D4

Tints of Amethyst #8654D4

Color information

#8654D4 (or 0x8654D4) is unknown color: approx Amethyst. HEX triplet: 86, 54 and D4. RGB value is (134,84,212). Sum of RGB (Red+Green+Blue) = 134+84+212=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #8654D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8654D4 is #79AB2B. Grayscale: #717171. Windows color (decimal): -7973676 or 13915270. OLE color: 13915270.

HSL color Cylindrical-coordinate representation of color #8654D4: hue angle of 263.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8654D4 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13484212-
CMYK0.370.6000.17
HSL263.44º59.81%58.04%-
HSV(B)263.44º60.38%83.14%-
XYZ24.8916.1664.1-
YUV113.54183.56142.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 212 (83.20% from 255) = 49.30%
R=31.16%
G=19.53%
B=49.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134842120.370.6000.17263.4459.8158.04
Hex8654D4253C0111073c3a
Octal20612432445740214077472
Binary10000110101010011010100100101111100010001100000111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8654D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8654D4; }

 p { color: rgb(134,84,212); }

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

<style>
 a { background-color: #8654D4; }

 a { background-color: rgb(134,84,212); }

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

<style>
 span { border-color: #8654D4; }

 span { border-color: rgb(134,84,212); }

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