Html Css Color HEX #8E4DDA Amethyst

📋 copy color: '#8E4DDA'

red 142 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #8E4DDA

Tints of Amethyst #8E4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 32.49%
G = 17.62%
B = 49.89%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8E4DDA (or 0x8E4DDA) is known color: Amethyst. HEX triplet: 8E, 4D and DA. RGB value is (142,77,218). Sum of RGB (Red+Green+Blue) = 142+77+218=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DDA is #71B225. Grayscale: #707070. Windows color (decimal): -7451174 or 14306702. OLE color: 14306702.

HSL color Cylindrical-coordinate representation of color #8E4DDA: hue angle of 267.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4DDA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 77 218 -
CMYK 0.35 0.65 0 0.15
HSL 267.66º 0.66% 0.58% -
HSV(B) 267.66º 0.65% 0.85% -
XYZ 26.46 16.12 68.05 -
YUV 112.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 142 77 218 0.35 0.65 0 0.15 267.66 0.66 0.58
Hex 8E 4D DA 23 41 0 F 10C 42 3A
Octal 216 115 332 43 101 0 17 414 102 72
Binary 10001110 1001101 11011010 100011 1000001 0 1111 100001100 1000010 111010

Color Harmonies of #8E4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4DDA

Black with #8E4DDA

Text Example


Text Example

White with #8E4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,77,218); }

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

background-color css

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

 a { background-color: rgb(142,77,218); }

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

border-color css

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

 span { border-color: rgb(142,77,218); }

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