Html Css Color HEX #884EDB Amethyst

📋 copy color: '#884EDB'

red 136 ◦ green 78 ◦ blue 219

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

Shades of Amethyst #884EDB

Tints of Amethyst #884EDB

RGB

 RED value IS 136 (53.52% from 255) = 31.41%

 GREEN value IS 78 (30.86% from 255) = 18.01%

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

R = 31.41%
G = 18.01%
B = 50.58%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#884EDB (or 0x884EDB) is known color: Amethyst. HEX triplet: 88, 4E and DB. RGB value is (136,78,219). Sum of RGB (Red+Green+Blue) = 136+78+219=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #884EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884EDB is #77B124. Grayscale: #6E6E6E. Windows color (decimal): -7844133 or 14372488. OLE color: 14372488.

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

Color convert

RGB 136 78 219 -
CMYK 0.38 0.64 0 0.14
HSL 264.68º 0.66% 0.58% -
HSV(B) 264.68º 0.64% 0.86% -
XYZ 25.66 15.8 68.71 -
YUV 111.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 136 78 219 0.38 0.64 0 0.14 264.68 0.66 0.58
Hex 88 4E DB 26 40 0 E 109 42 3A
Octal 210 116 333 46 100 0 16 411 102 72
Binary 10001000 1001110 11011011 100110 1000000 0 1110 100001001 1000010 111010

Color Harmonies of #884EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884EDB

Black with #884EDB

Text Example


Text Example

White with #884EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884EDB; }

 p { color: rgb(136,78,219); }

 H1.HeaderClassName
 {
   color: #884EDB;
 }
 .AnyTagClassName
 {
   color: #884EDB;
 }
</style>

background-color css

<style>
 a { background-color: #884EDB; }

 a { background-color: rgb(136,78,219); }

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

border-color css

<style>
 span { border-color: #884EDB; }

 span { border-color: rgb(136,78,219); }

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