#884CBD

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

Shades of Deep Lilac #884CBD

Tints of Deep Lilac #884CBD

Color information

#884CBD (or 0x884CBD) is unknown color: approx Deep Lilac. HEX triplet: 88, 4C and BD. RGB value is (136,76,189). Sum of RGB (Red+Green+Blue) = 136+76+189=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #884CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CBD is #77B342. Grayscale: #6A6A6A. Windows color (decimal): -7844675 or 12405896. OLE color: 12405896.

HSL color Cylindrical-coordinate representation of color #884CBD: hue angle of 271.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884CBD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13676189-
CMYK0.280.6000.26
HSL271.86º46.12%51.96%-
HSV(B)271.86º59.79%74.12%-
XYZ21.9214.0849.71-
YUV106.82174.38148.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=33.92%
G=18.95%
B=47.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136761890.280.6000.26271.8646.1251.96
Hex884CBD1C3C01A1102e34
Octal21011427534740324205664
Binary1000100010011001011110111100111100011010100010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,76,189); }

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

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

 a { background-color: rgb(136,76,189); }

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

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

 span { border-color: rgb(136,76,189); }

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