#884FB6

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

Shades of Deep Lilac #884FB6

Tints of Deep Lilac #884FB6

Color information

#884FB6 (or 0x884FB6) is unknown color: approx Deep Lilac. HEX triplet: 88, 4F and B6. RGB value is (136,79,182). Sum of RGB (Red+Green+Blue) = 136+79+182=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #884FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FB6 is #77B049. Grayscale: #6B6B6B. Windows color (decimal): -7843914 or 11947912. OLE color: 11947912.

HSL color Cylindrical-coordinate representation of color #884FB6: hue angle of 273.2º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884FB6 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13679182-
CMYK0.250.5700.29
HSL273.2º41.37%51.18%-
HSV(B)273.2º56.59%71.37%-
XYZ21.3914.245.87-
YUV107.79169.88148.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 182 (71.48% from 255) = 45.84%
R=34.26%
G=19.90%
B=45.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136791820.250.5700.29273.241.3751.18
Hex884FB6193901D1112933
Octal21011726631710354215163
Binary1000100010011111011011011001111001011101100010001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,182); }

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

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

 a { background-color: rgb(136,79,182); }

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

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

 span { border-color: rgb(136,79,182); }

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