#884BAD

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

Shades of Deep Lilac #884BAD

Tints of Deep Lilac #884BAD

Color information

#884BAD (or 0x884BAD) is unknown color: approx Deep Lilac. HEX triplet: 88, 4B and AD. RGB value is (136,75,173). Sum of RGB (Red+Green+Blue) = 136+75+173=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #884BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BAD is #77B452. Grayscale: #686868. Windows color (decimal): -7844947 or 11357064. OLE color: 11357064.

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

Color convert

RGB13675173-
CMYK0.210.5700.32
HSL277.35º39.52%48.63%-
HSV(B)277.35º56.65%67.84%-
XYZ20.2113.2841.03-
YUV104.41166.71150.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=35.42%
G=19.53%
B=45.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136751730.210.5700.32277.3539.5248.63
Hex884BAD15390201152831
Octal21011325525710404255061
Binary10001000100101110101101101011110010100000100010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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