#804DC6

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

Shades of Deep Lilac #804DC6

Tints of Deep Lilac #804DC6

Color information

#804DC6 (or 0x804DC6) is unknown color: approx Deep Lilac. HEX triplet: 80, 4D and C6. RGB value is (128,77,198). Sum of RGB (Red+Green+Blue) = 128+77+198=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #804DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DC6 is #7FB239. Grayscale: #696969. Windows color (decimal): -8368698 or 12995968. OLE color: 12995968.

HSL color Cylindrical-coordinate representation of color #804DC6: hue angle of 265.29º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804DC6 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12877198-
CMYK0.350.6100.22
HSL265.29º51.49%53.92%-
HSV(B)265.29º61.11%77.65%-
XYZ21.7513.9754.98-
YUV106.04179.9143.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 198 (77.73% from 255) = 49.13%
R=31.76%
G=19.11%
B=49.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128771980.350.6100.22265.2951.4953.92
Hex804DC6233D0161093336
Octal20011530643750264116366
Binary10000000100110111000110100011111101010110100001001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804DC6; }

 p { color: rgb(128,77,198); }

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

<style>
 a { background-color: #804DC6; }

 a { background-color: rgb(128,77,198); }

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

<style>
 span { border-color: #804DC6; }

 span { border-color: rgb(128,77,198); }

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