#8357CA

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

Shades of Amethyst #8357CA

Tints of Amethyst #8357CA

Color information

#8357CA (or 0x8357CA) is unknown color: approx Amethyst. HEX triplet: 83, 57 and CA. RGB value is (131,87,202). Sum of RGB (Red+Green+Blue) = 131+87+202=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #8357CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357CA is #7CA835. Grayscale: #707070. Windows color (decimal): -8169526 or 13260675. OLE color: 13260675.

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

Color convert

RGB13187202-
CMYK0.350.5700.21
HSL262.96º52.04%56.67%-
HSV(B)262.96º56.93%79.22%-
XYZ23.4315.9157.71-
YUV113.27178.08140.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=31.19%
G=20.71%
B=48.10%

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
Decimal131872020.350.5700.21262.9652.0456.67
Hex8357CA23390151073439
Octal20312731243710254076471
Binary10000011101011111001010100011111001010101100000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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