#884CC0

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

Shades of Deep Lilac #884CC0

Tints of Deep Lilac #884CC0

Color information

#884CC0 (or 0x884CC0) is unknown color: approx Deep Lilac. HEX triplet: 88, 4C and C0. RGB value is (136,76,192). Sum of RGB (Red+Green+Blue) = 136+76+192=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #884CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CC0 is #77B33F. Grayscale: #6A6A6A. Windows color (decimal): -7844672 or 12602504. OLE color: 12602504.

HSL color Cylindrical-coordinate representation of color #884CC0: hue angle of 271.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884CC0 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13676192-
CMYK0.290.6000.25
HSL271.03º47.93%52.55%-
HSV(B)271.03º60.42%75.29%-
XYZ22.2514.2151.44-
YUV107.16175.88148.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=33.66%
G=18.81%
B=47.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136761920.290.6000.25271.0347.9352.55
Hex884CC01D3C01910f3035
Octal21011430035740314176065
Binary1000100010011001100000011101111100011001100001111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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