Html Css Color HEX #8E4DD0 Amethyst

📋 copy color: '#8E4DD0'

red 142 ◦ green 77 ◦ blue 208

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

Shades of Amethyst #8E4DD0

Tints of Amethyst #8E4DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 33.26%
G = 18.03%
B = 48.71%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E4DD0 (or 0x8E4DD0) is known color: Amethyst. HEX triplet: 8E, 4D and D0. RGB value is (142,77,208). Sum of RGB (Red+Green+Blue) = 142+77+208=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E4DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DD0 is #71B22F. Grayscale: #6E6E6E. Windows color (decimal): -7451184 or 13651342. OLE color: 13651342.

HSL color Cylindrical-coordinate representation of color #8E4DD0: hue angle of 269.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E4DD0 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 77 208 -
CMYK 0.32 0.63 0 0.18
HSL 269.77º 0.58% 0.56% -
HSV(B) 269.77º 0.63% 0.82% -
XYZ 25.19 15.61 61.36 -
YUV 111.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 142 77 208 0.32 0.63 0 0.18 269.77 0.58 0.56
Hex 8E 4D D0 20 3F 0 12 10E 3A 38
Octal 216 115 320 40 77 0 22 416 72 70
Binary 10001110 1001101 11010000 100000 111111 0 10010 100001110 111010 111000

Color Harmonies of #8E4DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4DD0

Black with #8E4DD0

Text Example


Text Example

White with #8E4DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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