Html Css Color HEX #884BAB Deep Lilac

📋 copy color: '#884BAB'

red 136 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #884BAB

Tints of Deep Lilac #884BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 35.6%
G = 19.63%
B = 44.76%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#884BAB (or 0x884BAB) is known color: Deep Lilac. HEX triplet: 88, 4B and AB. RGB value is (136,75,171). Sum of RGB (Red+Green+Blue) = 136+75+171=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #884BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BAB is #77B454. Grayscale: #676767. Windows color (decimal): -7844949 or 11225992. OLE color: 11225992.

HSL color Cylindrical-coordinate representation of color #884BAB: hue angle of 278.12º 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 #884BAB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 75 171 -
CMYK 0.20 0.56 0 0.33
HSL 278.13º 0.39% 0.48% -
HSV(B) 278.13º 0.56% 0.67% -
XYZ 20.02 13.21 40.02 -
YUV 104.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 136 75 171 0.20 0.56 0 0.33 278.13 0.39 0.48
Hex 88 4B AB 14 38 0 21 116 27 30
Octal 210 113 253 24 70 0 41 426 47 60
Binary 10001000 1001011 10101011 10100 111000 0 100001 100010110 100111 110000

Color Harmonies of #884BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BAB

Black with #884BAB

Text Example


Text Example

White with #884BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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