Html Css Color HEX #884ED0 Amethyst

📋 copy color: '#884ED0'

red 136 ◦ green 78 ◦ blue 208

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

Shades of Amethyst #884ED0

Tints of Amethyst #884ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 32.23%
G = 18.48%
B = 49.29%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#884ED0 (or 0x884ED0) is known color: Amethyst. HEX triplet: 88, 4E and D0. RGB value is (136,78,208). Sum of RGB (Red+Green+Blue) = 136+78+208=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #884ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ED0 is #77B12F. Grayscale: #6D6D6D. Windows color (decimal): -7844144 or 13651592. OLE color: 13651592.

HSL color Cylindrical-coordinate representation of color #884ED0: hue angle of 266.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884ED0 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 78 208 -
CMYK 0.35 0.62 0 0.18
HSL 266.77º 0.58% 0.56% -
HSV(B) 266.77º 0.63% 0.82% -
XYZ 24.26 15.24 61.34 -
YUV 110.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 136 78 208 0.35 0.62 0 0.18 266.77 0.58 0.56
Hex 88 4E D0 23 3E 0 12 10B 3A 38
Octal 210 116 320 43 76 0 22 413 72 70
Binary 10001000 1001110 11010000 100011 111110 0 10010 100001011 111010 111000

Color Harmonies of #884ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884ED0

Black with #884ED0

Text Example


Text Example

White with #884ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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