Html Css Color HEX #884FAB Deep Lilac

📋 copy color: '#884FAB'

red 136 ◦ green 79 ◦ blue 171

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

Shades of Deep Lilac #884FAB

Tints of Deep Lilac #884FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

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

R = 35.23%
G = 20.47%
B = 44.3%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#884FAB (or 0x884FAB) is known color: Deep Lilac. HEX triplet: 88, 4F and AB. RGB value is (136,79,171). Sum of RGB (Red+Green+Blue) = 136+79+171=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #884FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884FAB is #77B054. Grayscale: #6A6A6A. Windows color (decimal): -7843925 or 11227016. OLE color: 11227016.

HSL color Cylindrical-coordinate representation of color #884FAB: hue angle of 277.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #884FAB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 79 171 -
CMYK 0.20 0.54 0 0.33
HSL 277.17º 0.37% 0.49% -
HSV(B) 277.17º 0.54% 0.67% -
XYZ 20.3 13.77 40.12 -
YUV 106.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 136 79 171 0.20 0.54 0 0.33 277.17 0.37 0.49
Hex 88 4F AB 14 36 0 21 115 25 31
Octal 210 117 253 24 66 0 41 425 45 61
Binary 10001000 1001111 10101011 10100 110110 0 100001 100010101 100101 110001

Color Harmonies of #884FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FAB

Black with #884FAB

Text Example


Text Example

White with #884FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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