Html Css Color HEX #884AAE Deep Lilac

📋 copy color: '#884AAE'

red 136 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #884AAE

Tints of Deep Lilac #884AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 35.42%
G = 19.27%
B = 45.31%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#884AAE (or 0x884AAE) is known color: Deep Lilac. HEX triplet: 88, 4A and AE. RGB value is (136,74,174). Sum of RGB (Red+Green+Blue) = 136+74+174=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #884AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884AAE is #77B551. Grayscale: #676767. Windows color (decimal): -7845202 or 11422344. OLE color: 11422344.

HSL color Cylindrical-coordinate representation of color #884AAE: hue angle of 277.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884AAE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 74 174 -
CMYK 0.22 0.57 0 0.32
HSL 277.2º 0.4% 0.49% -
HSV(B) 277.2º 0.57% 0.68% -
XYZ 20.24 13.19 41.52 -
YUV 103.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 136 74 174 0.22 0.57 0 0.32 277.2 0.4 0.49
Hex 88 4A AE 16 39 0 20 115 28 31
Octal 210 112 256 26 71 0 40 425 50 61
Binary 10001000 1001010 10101110 10110 111001 0 100000 100010101 101000 110001

Color Harmonies of #884AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AAE

Black with #884AAE

Text Example


Text Example

White with #884AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,174); }

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

background-color css

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

 a { background-color: rgb(136,74,174); }

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

border-color css

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

 span { border-color: rgb(136,74,174); }

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