#8657CA

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

Shades of Amethyst #8657CA

Tints of Amethyst #8657CA

Color information

#8657CA (or 0x8657CA) is unknown color: approx Amethyst. HEX triplet: 86, 57 and CA. RGB value is (134,87,202). Sum of RGB (Red+Green+Blue) = 134+87+202=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #8657CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657CA is #79A835. Grayscale: #717171. Windows color (decimal): -7972918 or 13260678. OLE color: 13260678.

HSL color Cylindrical-coordinate representation of color #8657CA: hue angle of 264.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8657CA is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13487202-
CMYK0.340.5700.21
HSL264.52º52.04%56.67%-
HSV(B)264.52º56.93%79.22%-
XYZ23.916.1557.73-
YUV114.16177.57142.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=31.68%
G=20.57%
B=47.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134872020.340.5700.21264.5252.0456.67
Hex8657CA22390151093439
Octal20612731242710254116471
Binary10000110101011111001010100010111001010101100001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8657CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8657CA; }

 p { color: rgb(134,87,202); }

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

<style>
 a { background-color: #8657CA; }

 a { background-color: rgb(134,87,202); }

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

<style>
 span { border-color: #8657CA; }

 span { border-color: rgb(134,87,202); }

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