#8B4ED6

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

Shades of Amethyst #8B4ED6

Tints of Amethyst #8B4ED6

Color information

#8B4ED6 (or 0x8B4ED6) is unknown color: approx Amethyst. HEX triplet: 8B, 4E and D6. RGB value is (139,78,214). Sum of RGB (Red+Green+Blue) = 139+78+214=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B4ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4ED6 is #74B129. Grayscale: #6F6F6F. Windows color (decimal): -7647530 or 14044811. OLE color: 14044811.

HSL color Cylindrical-coordinate representation of color #8B4ED6: hue angle of 266.91º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B4ED6 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13978214-
CMYK0.350.6400.16
HSL266.91º62.39%57.25%-
HSV(B)266.91º63.55%83.92%-
XYZ25.5115.7965.32-
YUV111.74185.71147.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 214 (83.98% from 255) = 49.65%
R=32.25%
G=18.10%
B=49.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139782140.350.6400.16266.9162.3957.25
Hex8B4ED6234001010b3e39
Octal213116326431000204137671
Binary100010111001110110101101000111000000010000100001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,214); }

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

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

 a { background-color: rgb(139,78,214); }

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

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

 span { border-color: rgb(139,78,214); }

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