#8457CA

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

Shades of Amethyst #8457CA

Tints of Amethyst #8457CA

Color information

#8457CA (or 0x8457CA) is unknown color: approx Amethyst. HEX triplet: 84, 57 and CA. RGB value is (132,87,202). Sum of RGB (Red+Green+Blue) = 132+87+202=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8457CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457CA is #7BA835. Grayscale: #717171. Windows color (decimal): -8103990 or 13260676. OLE color: 13260676.

HSL color Cylindrical-coordinate representation of color #8457CA: hue angle of 263.48º 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 #8457CA is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13287202-
CMYK0.350.5700.21
HSL263.48º52.04%56.67%-
HSV(B)263.48º56.93%79.22%-
XYZ23.5815.9957.72-
YUV113.56177.91141.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=31.35%
G=20.67%
B=47.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132872020.350.5700.21263.4852.0456.67
Hex8457CA23390151073439
Octal20412731243710254076471
Binary10000100101011111001010100011111001010101100000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8457CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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