Html Css Color HEX #884EDA Amethyst

📋 copy color: '#884EDA'

red 136 ◦ green 78 ◦ blue 218

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

Shades of Amethyst #884EDA

Tints of Amethyst #884EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 31.48%
G = 18.06%
B = 50.46%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#884EDA (or 0x884EDA) is known color: Amethyst. HEX triplet: 88, 4E and DA. RGB value is (136,78,218). Sum of RGB (Red+Green+Blue) = 136+78+218=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #884EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884EDA is #77B125. Grayscale: #6E6E6E. Windows color (decimal): -7844134 or 14306952. OLE color: 14306952.

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

Color convert

RGB 136 78 218 -
CMYK 0.38 0.64 0 0.15
HSL 264.86º 0.65% 0.58% -
HSV(B) 264.86º 0.64% 0.85% -
XYZ 25.53 15.74 68.02 -
YUV 111.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 136 78 218 0.38 0.64 0 0.15 264.86 0.65 0.58
Hex 88 4E DA 26 40 0 F 109 41 3A
Octal 210 116 332 46 100 0 17 411 101 72
Binary 10001000 1001110 11011010 100110 1000000 0 1111 100001001 1000001 111010

Color Harmonies of #884EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884EDA

Black with #884EDA

Text Example


Text Example

White with #884EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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