Html Css Color HEX #884BAC Deep Lilac

📋 copy color: '#884BAC'

red 136 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #884BAC

Tints of Deep Lilac #884BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.58%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 35.51%
G = 19.58%
B = 44.91%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#884BAC (or 0x884BAC) is known color: Deep Lilac. HEX triplet: 88, 4B and AC. RGB value is (136,75,172). Sum of RGB (Red+Green+Blue) = 136+75+172=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #884BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BAC is #77B453. Grayscale: #676767. Windows color (decimal): -7844948 or 11291528. OLE color: 11291528.

HSL color Cylindrical-coordinate representation of color #884BAC: hue angle of 277.73º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884BAC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 75 172 -
CMYK 0.21 0.56 0 0.33
HSL 277.73º 0.39% 0.48% -
HSV(B) 277.73º 0.56% 0.67% -
XYZ 20.12 13.24 40.53 -
YUV 104.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 136 75 172 0.21 0.56 0 0.33 277.73 0.39 0.48
Hex 88 4B AC 15 38 0 21 116 27 30
Octal 210 113 254 25 70 0 41 426 47 60
Binary 10001000 1001011 10101100 10101 111000 0 100001 100010110 100111 110000

Color Harmonies of #884BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BAC

Black with #884BAC

Text Example


Text Example

White with #884BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,75,172); }

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

background-color css

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

 a { background-color: rgb(136,75,172); }

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

border-color css

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

 span { border-color: rgb(136,75,172); }

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