#804FBE

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

Shades of Deep Lilac #804FBE

Tints of Deep Lilac #804FBE

Color information

#804FBE (or 0x804FBE) is unknown color: approx Deep Lilac. HEX triplet: 80, 4F and BE. RGB value is (128,79,190). Sum of RGB (Red+Green+Blue) = 128+79+190=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #804FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FBE is #7FB041. Grayscale: #696969. Windows color (decimal): -8368194 or 12472192. OLE color: 12472192.

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

Color convert

RGB12879190-
CMYK0.330.5800.25
HSL266.49º46.06%52.75%-
HSV(B)266.49º58.42%74.51%-
XYZ20.9913.950.29-
YUV106.3175.23143.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=32.24%
G=19.90%
B=47.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128791900.330.5800.25266.4946.0652.75
Hex804FBE213A01910a2e35
Octal20011727641720314125665
Binary10000000100111110111110100001111010011001100001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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