Html Css Color HEX #8E5AD6 Amethyst

📋 copy color: '#8E5AD6'

red 142 ◦ green 90 ◦ blue 214

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

Shades of Amethyst #8E5AD6

Tints of Amethyst #8E5AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 214 (83.98% from 255) = 47.98%

R = 31.84%
G = 20.18%
B = 47.98%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E5AD6 (or 0x8E5AD6) is known color: Amethyst. HEX triplet: 8E, 5A and D6. RGB value is (142,90,214). Sum of RGB (Red+Green+Blue) = 142+90+214=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5AD6 is #71A529. Grayscale: #777777. Windows color (decimal): -7447850 or 14047886. OLE color: 14047886.

HSL color Cylindrical-coordinate representation of color #8E5AD6: hue angle of 265.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E5AD6 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 90 214 -
CMYK 0.34 0.58 0 0.16
HSL 265.16º 0.6% 0.6% -
HSV(B) 265.16º 0.58% 0.84% -
XYZ 26.95 17.92 65.66 -
YUV 119.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 142 90 214 0.34 0.58 0 0.16 265.16 0.6 0.6
Hex 8E 5A D6 22 3A 0 10 109 3C 3C
Octal 216 132 326 42 72 0 20 411 74 74
Binary 10001110 1011010 11010110 100010 111010 0 10000 100001001 111100 111100

Color Harmonies of #8E5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5AD6

Black with #8E5AD6

Text Example


Text Example

White with #8E5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,90,214); }

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

background-color css

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

 a { background-color: rgb(142,90,214); }

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

border-color css

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

 span { border-color: rgb(142,90,214); }

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