#8E5CCE

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

Shades of Amethyst #8E5CCE

Tints of Amethyst #8E5CCE

Color information

#8E5CCE (or 0x8E5CCE) is unknown color: approx Amethyst. HEX triplet: 8E, 5C and CE. RGB value is (142,92,206). Sum of RGB (Red+Green+Blue) = 142+92+206=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CCE is #71A331. Grayscale: #777777. Windows color (decimal): -7447346 or 13524110. OLE color: 13524110.

HSL color Cylindrical-coordinate representation of color #8E5CCE: hue angle of 266.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E5CCE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14292206-
CMYK0.310.5500.19
HSL266.32º53.77%58.43%-
HSV(B)266.32º55.34%80.78%-
XYZ26.1217.8660.46-
YUV119.95176.56143.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=32.27%
G=20.91%
B=46.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142922060.310.5500.19266.3253.7758.43
Hex8E5CCE1F3701310a363a
Octal21613431637670234126672
Binary1000111010111001100111011111110111010011100001010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,206); }

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

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

 a { background-color: rgb(142,92,206); }

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

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

 span { border-color: rgb(142,92,206); }

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