#804FC0

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

Shades of Deep Lilac #804FC0

Tints of Deep Lilac #804FC0

Color information

#804FC0 (or 0x804FC0) is unknown color: approx Deep Lilac. HEX triplet: 80, 4F and C0. RGB value is (128,79,192). Sum of RGB (Red+Green+Blue) = 128+79+192=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #804FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FC0 is #7FB03F. Grayscale: #6A6A6A. Windows color (decimal): -8368192 or 12603264. OLE color: 12603264.

HSL color Cylindrical-coordinate representation of color #804FC0: hue angle of 266.02º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804FC0 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12879192-
CMYK0.330.5900.25
HSL266.02º47.28%53.14%-
HSV(B)266.02º58.85%75.29%-
XYZ21.2113.9951.45-
YUV106.53176.23143.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=32.08%
G=19.80%
B=48.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128791920.330.5900.25266.0247.2853.14
Hex804FC0213B01910a2f35
Octal20011730041730314125765
Binary10000000100111111000000100001111011011001100001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,79,192); }

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

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

 a { background-color: rgb(128,79,192); }

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

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

 span { border-color: rgb(128,79,192); }

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