#884BAE

Color #884BAE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #884BAE

Tints of Deep Lilac #884BAE

Color information

#884BAE (or 0x884BAE) is unknown color: approx Deep Lilac. HEX triplet: 88, 4B and AE. RGB value is (136,75,174). Sum of RGB (Red+Green+Blue) = 136+75+174=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #884BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BAE is #77B451. Grayscale: #686868. Windows color (decimal): -7844946 or 11422600. OLE color: 11422600.

HSL color Cylindrical-coordinate representation of color #884BAE: hue angle of 276.97º 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 #884BAE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13675174-
CMYK0.220.5700.32
HSL276.97º39.76%48.82%-
HSV(B)276.97º56.9%68.24%-
XYZ20.3113.3241.55-
YUV104.52167.21150.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=35.32%
G=19.48%
B=45.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136751740.220.5700.32276.9739.7648.82
Hex884BAE16390201152831
Octal21011325626710404255061
Binary10001000100101110101110101101110010100000100010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #884BAE;
 }
 .AnyTagClassName
 {
   color: #884BAE;
 }
</style>
background-color css

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

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

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

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

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

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