Html Css Color HEX #8E56C6 Amethyst

📋 copy color: '#8E56C6'

red 142 ◦ green 86 ◦ blue 198

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

Shades of Amethyst #8E56C6

Tints of Amethyst #8E56C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.48%

R = 33.33%
G = 20.19%
B = 46.48%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8E56C6 (or 0x8E56C6) is known color: Amethyst. HEX triplet: 8E, 56 and C6. RGB value is (142,86,198). Sum of RGB (Red+Green+Blue) = 142+86+198=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E56C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56C6 is #71A939. Grayscale: #737373. Windows color (decimal): -7448890 or 12998286. OLE color: 12998286.

HSL color Cylindrical-coordinate representation of color #8E56C6: hue angle of 270º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E56C6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 86 198 -
CMYK 0.28 0.57 0 0.22
HSL 270º 0.5% 0.56% -
HSV(B) 270º 0.57% 0.78% -
XYZ 24.68 16.48 55.31 -
YUV 115.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 142 86 198 0.28 0.57 0 0.22 270 0.5 0.56
Hex 8E 56 C6 1C 39 0 16 10E 32 38
Octal 216 126 306 34 71 0 26 416 62 70
Binary 10001110 1010110 11000110 11100 111001 0 10110 100001110 110010 111000

Color Harmonies of #8E56C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E56C6

Black with #8E56C6

Text Example


Text Example

White with #8E56C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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