#8E56CF

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

Shades of Amethyst #8E56CF

Tints of Amethyst #8E56CF

Color information

#8E56CF (or 0x8E56CF) is unknown color: approx Amethyst. HEX triplet: 8E, 56 and CF. RGB value is (142,86,207). Sum of RGB (Red+Green+Blue) = 142+86+207=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56CF is #71A930. Grayscale: #747474. Windows color (decimal): -7448881 or 13588110. OLE color: 13588110.

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

Color convert

RGB14286207-
CMYK0.310.5800.19
HSL267.77º55.76%57.45%-
HSV(B)267.77º58.45%81.18%-
XYZ25.7516.9160.94-
YUV116.54179.05146.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=32.64%
G=19.77%
B=47.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142862070.310.5800.19267.7755.7657.45
Hex8E56CF1F3A01310c3839
Octal21612631737720234147071
Binary1000111010101101100111111111111010010011100001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E56CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,207); }

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

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

 a { background-color: rgb(142,86,207); }

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

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

 span { border-color: rgb(142,86,207); }

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