Html Css Color HEX #8E54DB Amethyst

📋 copy color: '#8E54DB'

red 142 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #8E54DB

Tints of Amethyst #8E54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

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

R = 31.91%
G = 18.88%
B = 49.21%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E54DB (or 0x8E54DB) is known color: Amethyst. HEX triplet: 8E, 54 and DB. RGB value is (142,84,219). Sum of RGB (Red+Green+Blue) = 142+84+219=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E54DB is #71AB24. Grayscale: #747474. Windows color (decimal): -7449381 or 14374030. OLE color: 14374030.

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

Color convert

RGB 142 84 219 -
CMYK 0.35 0.62 0 0.14
HSL 265.78º 0.65% 0.59% -
HSV(B) 265.78º 0.62% 0.86% -
XYZ 27.11 17.21 68.91 -
YUV 116.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 142 84 219 0.35 0.62 0 0.14 265.78 0.65 0.59
Hex 8E 54 DB 23 3E 0 E 10A 41 3B
Octal 216 124 333 43 76 0 16 412 101 73
Binary 10001110 1010100 11011011 100011 111110 0 1110 100001010 1000001 111011

Color Harmonies of #8E54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E54DB

Black with #8E54DB

Text Example


Text Example

White with #8E54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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