Html Css Color HEX #8E57DB Amethyst

📋 copy color: '#8E57DB'

red 142 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #8E57DB

Tints of Amethyst #8E57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.42%

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 31.7%
G = 19.42%
B = 48.88%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E57DB (or 0x8E57DB) is known color: Amethyst. HEX triplet: 8E, 57 and DB. RGB value is (142,87,219). Sum of RGB (Red+Green+Blue) = 142+87+219=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E57DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E57DB is #71A824. Grayscale: #767676. Windows color (decimal): -7448613 or 14374798. OLE color: 14374798.

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

Color convert

RGB 142 87 219 -
CMYK 0.35 0.60 0 0.14
HSL 265º 0.65% 0.6% -
HSV(B) 265º 0.6% 0.86% -
XYZ 27.35 17.68 68.99 -
YUV 118.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 142 87 219 0.35 0.60 0 0.14 265 0.65 0.6
Hex 8E 57 DB 23 3C 0 E 109 41 3C
Octal 216 127 333 43 74 0 16 411 101 74
Binary 10001110 1010111 11011011 100011 111100 0 1110 100001001 1000001 111100

Color Harmonies of #8E57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E57DB

Black with #8E57DB

Text Example


Text Example

White with #8E57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,219); }

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

background-color css

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

 a { background-color: rgb(142,87,219); }

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

border-color css

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

 span { border-color: rgb(142,87,219); }

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