Html Css Color HEX #884ECC Amethyst

📋 copy color: '#884ECC'

red 136 ◦ green 78 ◦ blue 204

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

Shades of Amethyst #884ECC

Tints of Amethyst #884ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 32.54%
G = 18.66%
B = 48.8%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#884ECC (or 0x884ECC) is known color: Amethyst. HEX triplet: 88, 4E and CC. RGB value is (136,78,204). Sum of RGB (Red+Green+Blue) = 136+78+204=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #884ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ECC is #77B133. Grayscale: #6D6D6D. Windows color (decimal): -7844148 or 13389448. OLE color: 13389448.

HSL color Cylindrical-coordinate representation of color #884ECC: hue angle of 267.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884ECC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 78 204 -
CMYK 0.33 0.62 0 0.2
HSL 267.62º 0.55% 0.55% -
HSV(B) 267.62º 0.62% 0.8% -
XYZ 23.78 15.04 58.78 -
YUV 109.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 136 78 204 0.33 0.62 0 0.2 267.62 0.55 0.55
Hex 88 4E CC 21 3E 0 14 10C 37 37
Octal 210 116 314 41 76 0 24 414 67 67
Binary 10001000 1001110 11001100 100001 111110 0 10100 100001100 110111 110111

Color Harmonies of #884ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884ECC

Black with #884ECC

Text Example


Text Example

White with #884ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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