Html Css Color HEX #8E56D1 Amethyst

📋 copy color: '#8E56D1'

red 142 ◦ green 86 ◦ blue 209

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

Shades of Amethyst #8E56D1

Tints of Amethyst #8E56D1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

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

R = 32.49%
G = 19.68%
B = 47.83%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E56D1 (or 0x8E56D1) is known color: Amethyst. HEX triplet: 8E, 56 and D1. RGB value is (142,86,209). Sum of RGB (Red+Green+Blue) = 142+86+209=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E56D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56D1 is #71A92E. Grayscale: #747474. Windows color (decimal): -7448879 or 13719182. OLE color: 13719182.

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

Color convert

RGB 142 86 209 -
CMYK 0.32 0.59 0 0.18
HSL 267.32º 0.57% 0.58% -
HSV(B) 267.32º 0.59% 0.82% -
XYZ 25.99 17.01 62.23 -
YUV 116.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 142 86 209 0.32 0.59 0 0.18 267.32 0.57 0.58
Hex 8E 56 D1 20 3B 0 12 10B 39 3A
Octal 216 126 321 40 73 0 22 413 71 72
Binary 10001110 1010110 11010001 100000 111011 0 10010 100001011 111001 111010

Color Harmonies of #8E56D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E56D1

Black with #8E56D1

Text Example


Text Example

White with #8E56D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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