#8B57D9

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

Shades of Amethyst #8B57D9

Tints of Amethyst #8B57D9

Color information

#8B57D9 (or 0x8B57D9) is unknown color: approx Amethyst. HEX triplet: 8B, 57 and D9. RGB value is (139,87,217). Sum of RGB (Red+Green+Blue) = 139+87+217=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #8B57D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57D9 is #74A826. Grayscale: #747474. Windows color (decimal): -7645223 or 14243723. OLE color: 14243723.

HSL color Cylindrical-coordinate representation of color #8B57D9: hue angle of 264º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B57D9 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13987217-
CMYK0.360.6000.15
HSL264º63.11%59.61%-
HSV(B)264º59.91%85.1%-
XYZ26.5817.3267.59-
YUV117.37184.23143.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 217 (85.16% from 255) = 48.98%
R=31.38%
G=19.64%
B=48.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139872170.360.6000.1526463.1159.61
Hex8B57D9243C0F1083f3c
Octal21312733144740174107774
Binary1000101110101111101100110010011110001111100001000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B57D9; }

 p { color: rgb(139,87,217); }

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

<style>
 a { background-color: #8B57D9; }

 a { background-color: rgb(139,87,217); }

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

<style>
 span { border-color: #8B57D9; }

 span { border-color: rgb(139,87,217); }

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