#8E5EBE

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

Shades of Amethyst #8E5EBE

Tints of Amethyst #8E5EBE

Color information

#8E5EBE (or 0x8E5EBE) is unknown color: approx Amethyst. HEX triplet: 8E, 5E and BE. RGB value is (142,94,190). Sum of RGB (Red+Green+Blue) = 142+94+190=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EBE is #71A141. Grayscale: #767676. Windows color (decimal): -7446850 or 12476046. OLE color: 12476046.

HSL color Cylindrical-coordinate representation of color #8E5EBE: hue angle of 270º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E5EBE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14294190-
CMYK0.250.5100.25
HSL270º42.48%55.69%-
HSV(B)270º50.53%74.51%-
XYZ24.4517.4750.8-
YUV119.3167.9144.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=33.33%
G=22.07%
B=44.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142941900.250.5100.2527042.4855.69
Hex8E5EBE193301910e2a38
Octal21613627631630314165270
Binary1000111010111101011111011001110011011001100001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,190); }

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

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

 a { background-color: rgb(142,94,190); }

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

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

 span { border-color: rgb(142,94,190); }

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