#8C4EDE

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

Shades of Amethyst #8C4EDE

Tints of Amethyst #8C4EDE

Color information

#8C4EDE (or 0x8C4EDE) is unknown color: approx Amethyst. HEX triplet: 8C, 4E and DE. RGB value is (140,78,222). Sum of RGB (Red+Green+Blue) = 140+78+222=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C4EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4EDE is #73B121. Grayscale: #707070. Windows color (decimal): -7581986 or 14569100. OLE color: 14569100.

HSL color Cylindrical-coordinate representation of color #8C4EDE: hue angle of 265.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4EDE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14078222-
CMYK0.370.6500.13
HSL265.83º68.57%58.82%-
HSV(B)265.83º64.86%87.06%-
XYZ26.7216.370.84-
YUV112.95189.54147.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 222 (87.11% from 255) = 50.45%
R=31.82%
G=17.73%
B=50.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140782220.370.6500.13265.8368.5758.82
Hex8C4EDE25410D10a453b
Octal2141163364510101541210573
Binary100011001001110110111101001011000001011011000010101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,222); }

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

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

 a { background-color: rgb(140,78,222); }

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

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

 span { border-color: rgb(140,78,222); }

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