#8656CD

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

Shades of Amethyst #8656CD

Tints of Amethyst #8656CD

Color information

#8656CD (or 0x8656CD) is unknown color: approx Amethyst. HEX triplet: 86, 56 and CD. RGB value is (134,86,205). Sum of RGB (Red+Green+Blue) = 134+86+205=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #8656CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656CD is #79A932. Grayscale: #717171. Windows color (decimal): -7973171 or 13457030. OLE color: 13457030.

HSL color Cylindrical-coordinate representation of color #8656CD: hue angle of 264.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8656CD is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13486205-
CMYK0.350.5800.20
HSL264.2º54.34%57.06%-
HSV(B)264.2º58.05%80.39%-
XYZ24.1816.1359.6-
YUV113.92179.4142.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=31.53%
G=20.24%
B=48.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134862050.350.5800.20264.254.3457.06
Hex8656CD233A0141083639
Octal20612631543720244106671
Binary10000110101011011001101100011111010010100100001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8656CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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