#8656D4

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

Shades of Amethyst #8656D4

Tints of Amethyst #8656D4

Color information

#8656D4 (or 0x8656D4) is unknown color: approx Amethyst. HEX triplet: 86, 56 and D4. RGB value is (134,86,212). Sum of RGB (Red+Green+Blue) = 134+86+212=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 212 - color contains mainly: blue. Hex color #8656D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656D4 is #79A92B. Grayscale: #727272. Windows color (decimal): -7973164 or 13915782. OLE color: 13915782.

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

Color convert

RGB13486212-
CMYK0.370.5900.17
HSL262.86º59.43%58.43%-
HSV(B)262.86º59.43%83.14%-
XYZ25.0416.4864.15-
YUV114.72182.9141.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 212 (83.20% from 255) = 49.07%
R=31.02%
G=19.91%
B=49.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134862120.370.5900.17262.8659.4358.43
Hex8656D4253B0111073b3a
Octal20612632445730214077372
Binary10000110101011011010100100101111011010001100000111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8656D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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