Html Css Color HEX #8E57CA Amethyst

📋 copy color: '#8E57CA'

red 142 ◦ green 87 ◦ blue 202

#8E57CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #8E57CA

Tints of Amethyst #8E57CA

RGB

 RED value IS 142 (55.86% from 255) = 32.95%

 GREEN value IS 87 (34.38% from 255) = 20.19%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 32.95%
G = 20.19%
B = 46.87%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E57CA (or 0x8E57CA) is known color: Amethyst. HEX triplet: 8E, 57 and CA. RGB value is (142,87,202). Sum of RGB (Red+Green+Blue) = 142+87+202=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E57CA is #71A835. Grayscale: #747474. Windows color (decimal): -7448630 or 13260686. OLE color: 13260686.

HSL color Cylindrical-coordinate representation of color #8E57CA: hue angle of 268.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E57CA is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 87 202 -
CMYK 0.30 0.57 0 0.21
HSL 268.7º 0.52% 0.57% -
HSV(B) 268.7º 0.57% 0.79% -
XYZ 25.22 16.83 57.8 -
YUV 116.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 142 87 202 0.30 0.57 0 0.21 268.7 0.52 0.57
Hex 8E 57 CA 1E 39 0 15 10D 34 39
Octal 216 127 312 36 71 0 25 415 64 71
Binary 10001110 1010111 11001010 11110 111001 0 10101 100001101 110100 111001

Color Harmonies of #8E57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E57CA

Black with #8E57CA

Text Example


Text Example

White with #8E57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,202); }

 H1.HeaderClassName
 {
   color: #8E57CA;
 }
 .AnyTagClassName
 {
   color: #8E57CA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,87,202); }

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

border-color css

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

 span { border-color: rgb(142,87,202); }

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