#8E5DBF

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

Shades of Amethyst #8E5DBF

Tints of Amethyst #8E5DBF

Color information

#8E5DBF (or 0x8E5DBF) is unknown color: approx Amethyst. HEX triplet: 8E, 5D and BF. RGB value is (142,93,191). Sum of RGB (Red+Green+Blue) = 142+93+191=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DBF is #71A240. Grayscale: #767676. Windows color (decimal): -7447105 or 12541326. OLE color: 12541326.

HSL color Cylindrical-coordinate representation of color #8E5DBF: hue angle of 270º degrees, saturation: 0.43, 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 #8E5DBF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14293191-
CMYK0.260.5100.25
HSL270º43.36%55.69%-
HSV(B)270º51.31%74.9%-
XYZ24.4717.3451.35-
YUV118.82168.73144.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 191 (75% from 255) = 44.84%
R=33.33%
G=21.83%
B=44.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142931910.260.5100.2527043.3655.69
Hex8E5DBF1A3301910e2b38
Octal21613527732630314165370
Binary1000111010111011011111111010110011011001100001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,191); }

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

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

 a { background-color: rgb(142,93,191); }

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

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

 span { border-color: rgb(142,93,191); }

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