Html Css Color HEX #8E4CD1 Amethyst

📋 copy color: '#8E4CD1'

red 142 ◦ green 76 ◦ blue 209

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

Shades of Amethyst #8E4CD1

Tints of Amethyst #8E4CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 33.26%
G = 17.8%
B = 48.95%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E4CD1 (or 0x8E4CD1) is known color: Amethyst. HEX triplet: 8E, 4C and D1. RGB value is (142,76,209). Sum of RGB (Red+Green+Blue) = 142+76+209=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E4CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CD1 is #71B32E. Grayscale: #6E6E6E. Windows color (decimal): -7451439 or 13716622. OLE color: 13716622.

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

Color convert

RGB 142 76 209 -
CMYK 0.32 0.64 0 0.18
HSL 269.77º 0.59% 0.56% -
HSV(B) 269.77º 0.64% 0.82% -
XYZ 25.25 15.52 61.99 -
YUV 110.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 142 76 209 0.32 0.64 0 0.18 269.77 0.59 0.56
Hex 8E 4C D1 20 40 0 12 10E 3B 38
Octal 216 114 321 40 100 0 22 416 73 70
Binary 10001110 1001100 11010001 100000 1000000 0 10010 100001110 111011 111000

Color Harmonies of #8E4CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4CD1

Black with #8E4CD1

Text Example


Text Example

White with #8E4CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,209); }

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

background-color css

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

 a { background-color: rgb(142,76,209); }

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

border-color css

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

 span { border-color: rgb(142,76,209); }

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