#884BB2

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

Shades of Deep Lilac #884BB2

Tints of Deep Lilac #884BB2

Color information

#884BB2 (or 0x884BB2) is unknown color: approx Deep Lilac. HEX triplet: 88, 4B and B2. RGB value is (136,75,178). Sum of RGB (Red+Green+Blue) = 136+75+178=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #884BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BB2 is #77B44D. Grayscale: #686868. Windows color (decimal): -7844942 or 11684744. OLE color: 11684744.

HSL color Cylindrical-coordinate representation of color #884BB2: hue angle of 275.53º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #884BB2 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13675178-
CMYK0.240.5800.30
HSL275.53º40.71%49.61%-
HSV(B)275.53º57.87%69.8%-
XYZ20.7113.4843.63-
YUV104.98169.21150.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=34.96%
G=19.28%
B=45.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136751780.240.5800.30275.5340.7149.61
Hex884BB2183A01E1142932
Octal21011326230720364245162
Binary1000100010010111011001011000111010011110100010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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