Html Css Color HEX #8D4EDC Amethyst

📋 copy color: '#8D4EDC'

red 141 ◦ green 78 ◦ blue 220

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

Shades of Amethyst #8D4EDC

Tints of Amethyst #8D4EDC

RGB

 RED value IS 141 (55.47% from 255) = 32.12%

 GREEN value IS 78 (30.86% from 255) = 17.77%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 32.12%
G = 17.77%
B = 50.11%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D4EDC (or 0x8D4EDC) is known color: Amethyst. HEX triplet: 8D, 4E and DC. RGB value is (141,78,220). Sum of RGB (Red+Green+Blue) = 141+78+220=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D4EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4EDC is #72B123. Grayscale: #707070. Windows color (decimal): -7516452 or 14438029. OLE color: 14438029.

HSL color Cylindrical-coordinate representation of color #8D4EDC: hue angle of 266.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D4EDC is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 78 220 -
CMYK 0.36 0.65 0 0.14
HSL 266.62º 0.67% 0.58% -
HSV(B) 266.62º 0.65% 0.86% -
XYZ 26.63 16.28 69.45 -
YUV 113.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 141 78 220 0.36 0.65 0 0.14 266.62 0.67 0.58
Hex 8D 4E DC 24 41 0 E 10B 43 3A
Octal 215 116 334 44 101 0 16 413 103 72
Binary 10001101 1001110 11011100 100100 1000001 0 1110 100001011 1000011 111010

Color Harmonies of #8D4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4EDC

Black with #8D4EDC

Text Example


Text Example

White with #8D4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,78,220); }

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

background-color css

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

 a { background-color: rgb(141,78,220); }

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

border-color css

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

 span { border-color: rgb(141,78,220); }

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