#8E62CF

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

Shades of Amethyst #8E62CF

Tints of Amethyst #8E62CF

Color information

#8E62CF (or 0x8E62CF) is unknown color: approx Amethyst. HEX triplet: 8E, 62 and CF. RGB value is (142,98,207). Sum of RGB (Red+Green+Blue) = 142+98+207=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E62CF is #719D30. Grayscale: #7B7B7B. Windows color (decimal): -7445809 or 13591182. OLE color: 13591182.

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

Color convert

RGB14298207-
CMYK0.310.5300.19
HSL264.22º53.17%59.8%-
HSV(B)264.22º52.66%81.18%-
XYZ26.7918.9961.29-
YUV123.58175.08141.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=31.77%
G=21.92%
B=46.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142982070.310.5300.19264.2253.1759.8
Hex8E62CF1F35013108353c
Octal21614231737650234106574
Binary1000111011000101100111111111110101010011100001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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