Html Css Color HEX #884EDE Amethyst

📋 copy color: '#884EDE'

red 136 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #884EDE

Tints of Amethyst #884EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 31.19%
G = 17.89%
B = 50.92%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884EDE (or 0x884EDE) is known color: Amethyst. HEX triplet: 88, 4E and DE. RGB value is (136,78,222). Sum of RGB (Red+Green+Blue) = 136+78+222=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #884EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884EDE is #77B121. Grayscale: #6F6F6F. Windows color (decimal): -7844130 or 14569096. OLE color: 14569096.

HSL color Cylindrical-coordinate representation of color #884EDE: hue angle of 264.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884EDE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 78 222 -
CMYK 0.39 0.65 0 0.13
HSL 264.17º 0.69% 0.59% -
HSV(B) 264.17º 0.65% 0.87% -
XYZ 26.06 15.96 70.81 -
YUV 111.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 136 78 222 0.39 0.65 0 0.13 264.17 0.69 0.59
Hex 88 4E DE 27 41 0 D 108 45 3B
Octal 210 116 336 47 101 0 15 410 105 73
Binary 10001000 1001110 11011110 100111 1000001 0 1101 100001000 1000101 111011

Color Harmonies of #884EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884EDE

Black with #884EDE

Text Example


Text Example

White with #884EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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