Html Css Color HEX #884AAD Deep Lilac

📋 copy color: '#884AAD'

red 136 ◦ green 74 ◦ blue 173

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

Shades of Deep Lilac #884AAD

Tints of Deep Lilac #884AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 35.51%
G = 19.32%
B = 45.17%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#884AAD (or 0x884AAD) is known color: Deep Lilac. HEX triplet: 88, 4A and AD. RGB value is (136,74,173). Sum of RGB (Red+Green+Blue) = 136+74+173=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #884AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884AAD is #77B552. Grayscale: #676767. Windows color (decimal): -7845203 or 11356808. OLE color: 11356808.

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

Color convert

RGB 136 74 173 -
CMYK 0.21 0.57 0 0.32
HSL 277.58º 0.4% 0.48% -
HSV(B) 277.58º 0.57% 0.68% -
XYZ 20.14 13.15 41.01 -
YUV 103.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 136 74 173 0.21 0.57 0 0.32 277.58 0.4 0.48
Hex 88 4A AD 15 39 0 20 116 28 30
Octal 210 112 255 25 71 0 40 426 50 60
Binary 10001000 1001010 10101101 10101 111001 0 100000 100010110 101000 110000

Color Harmonies of #884AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AAD

Black with #884AAD

Text Example


Text Example

White with #884AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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