#8E51D4

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

Shades of Amethyst #8E51D4

Tints of Amethyst #8E51D4

Color information

#8E51D4 (or 0x8E51D4) is unknown color: approx Amethyst. HEX triplet: 8E, 51 and D4. RGB value is (142,81,212). Sum of RGB (Red+Green+Blue) = 142+81+212=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E51D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E51D4 is #71AE2B. Grayscale: #717171. Windows color (decimal): -7450156 or 13914510. OLE color: 13914510.

HSL color Cylindrical-coordinate representation of color #8E51D4: hue angle of 267.94º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E51D4 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14281212-
CMYK0.330.6200.17
HSL267.94º60.37%57.45%-
HSV(B)267.94º61.79%83.14%-
XYZ25.9816.3964.08-
YUV114.17183.21147.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 212 (83.20% from 255) = 48.74%
R=32.64%
G=18.62%
B=48.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142812120.330.6200.17267.9460.3757.45
Hex8E51D4213E01110c3c39
Octal21612132441760214147471
Binary10001110101000111010100100001111110010001100001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E51D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,212); }

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

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

 a { background-color: rgb(142,81,212); }

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

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

 span { border-color: rgb(142,81,212); }

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