#884ACA

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

Shades of Deep Lilac #884ACA

Tints of Deep Lilac #884ACA

Color information

#884ACA (or 0x884ACA) is unknown color: approx Deep Lilac. HEX triplet: 88, 4A and CA. RGB value is (136,74,202). Sum of RGB (Red+Green+Blue) = 136+74+202=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #884ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ACA is #77B535. Grayscale: #6A6A6A. Windows color (decimal): -7845174 or 13257352. OLE color: 13257352.

HSL color Cylindrical-coordinate representation of color #884ACA: hue angle of 269.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884ACA is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13674202-
CMYK0.330.6300.21
HSL269.06º54.7%54.12%-
HSV(B)269.06º63.37%79.22%-
XYZ23.2614.457.43-
YUV107.13181.54148.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=33.01%
G=17.96%
B=49.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136742020.330.6300.21269.0654.754.12
Hex884ACA213F01510d3736
Octal21011231241770254156766
Binary10001000100101011001010100001111111010101100001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,74,202); }

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

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

 a { background-color: rgb(136,74,202); }

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

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

 span { border-color: rgb(136,74,202); }

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