Html Css Color HEX #8E4BDB Amethyst

📋 copy color: '#8E4BDB'

red 142 ◦ green 75 ◦ blue 219

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

Shades of Amethyst #8E4BDB

Tints of Amethyst #8E4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

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

R = 32.57%
G = 17.2%
B = 50.23%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E4BDB (or 0x8E4BDB) is known color: Amethyst. HEX triplet: 8E, 4B and DB. RGB value is (142,75,219). Sum of RGB (Red+Green+Blue) = 142+75+219=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4BDB is #71B424. Grayscale: #6E6E6E. Windows color (decimal): -7451685 or 14371726. OLE color: 14371726.

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

Color convert

RGB 142 75 219 -
CMYK 0.35 0.66 0 0.14
HSL 267.92º 0.67% 0.58% -
HSV(B) 267.92º 0.66% 0.86% -
XYZ 26.46 15.9 68.69 -
YUV 111.45 188.7 149.79 -
System Red Green Blue C M Y K H S L
Decimal 142 75 219 0.35 0.66 0 0.14 267.92 0.67 0.58
Hex 8E 4B DB 23 42 0 E 10C 43 3A
Octal 216 113 333 43 102 0 16 414 103 72
Binary 10001110 1001011 11011011 100011 1000010 0 1110 100001100 1000011 111010

Color Harmonies of #8E4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4BDB

Black with #8E4BDB

Text Example


Text Example

White with #8E4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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