#8357D1

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

Shades of Amethyst #8357D1

Tints of Amethyst #8357D1

Color information

#8357D1 (or 0x8357D1) is unknown color: approx Amethyst. HEX triplet: 83, 57 and D1. RGB value is (131,87,209). Sum of RGB (Red+Green+Blue) = 131+87+209=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #8357D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357D1 is #7CA82E. Grayscale: #717171. Windows color (decimal): -8169519 or 13719427. OLE color: 13719427.

HSL color Cylindrical-coordinate representation of color #8357D1: hue angle of 261.64º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8357D1 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13187209-
CMYK0.370.5800.18
HSL261.64º57.01%58.04%-
HSV(B)261.64º58.37%81.96%-
XYZ24.2816.2562.18-
YUV114.06181.58140.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=30.68%
G=20.37%
B=48.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131872090.370.5800.18261.6457.0158.04
Hex8357D1253A012106393a
Octal20312732145720224067172
Binary10000011101011111010001100101111010010010100000110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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