#8654D0

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

Shades of Amethyst #8654D0

Tints of Amethyst #8654D0

Color information

#8654D0 (or 0x8654D0) is unknown color: approx Amethyst. HEX triplet: 86, 54 and D0. RGB value is (134,84,208). Sum of RGB (Red+Green+Blue) = 134+84+208=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #8654D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8654D0 is #79AB2F. Grayscale: #707070. Windows color (decimal): -7973680 or 13653126. OLE color: 13653126.

HSL color Cylindrical-coordinate representation of color #8654D0: hue angle of 264.19º 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 #8654D0 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13484208-
CMYK0.360.6000.18
HSL264.19º56.88%57.25%-
HSV(B)264.19º59.62%81.57%-
XYZ24.3915.9661.47-
YUV113.09181.56142.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=31.46%
G=19.72%
B=48.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134842080.360.6000.18264.1956.8857.25
Hex8654D0243C0121083939
Octal20612432044740224107171
Binary10000110101010011010000100100111100010010100001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8654D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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