Html Css Color HEX #8E4DDF Amethyst

📋 copy color: '#8E4DDF'

red 142 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #8E4DDF

Tints of Amethyst #8E4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 32.13%
G = 17.42%
B = 50.45%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E4DDF (or 0x8E4DDF) is known color: Amethyst. HEX triplet: 8E, 4D and DF. RGB value is (142,77,223). Sum of RGB (Red+Green+Blue) = 142+77+223=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DDF is #71B220. Grayscale: #707070. Windows color (decimal): -7451169 or 14634382. OLE color: 14634382.

HSL color Cylindrical-coordinate representation of color #8E4DDF: hue angle of 266.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4DDF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 77 223 -
CMYK 0.36 0.65 0 0.13
HSL 266.71º 0.7% 0.59% -
HSV(B) 266.71º 0.65% 0.87% -
XYZ 27.13 16.39 71.55 -
YUV 113.08 190.03 148.63 -
System Red Green Blue C M Y K H S L
Decimal 142 77 223 0.36 0.65 0 0.13 266.71 0.7 0.59
Hex 8E 4D DF 24 41 0 D 10B 46 3B
Octal 216 115 337 44 101 0 15 413 106 73
Binary 10001110 1001101 11011111 100100 1000001 0 1101 100001011 1000110 111011

Color Harmonies of #8E4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4DDF

Black with #8E4DDF

Text Example


Text Example

White with #8E4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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