#854DC0

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

Shades of Deep Lilac #854DC0

Tints of Deep Lilac #854DC0

Color information

#854DC0 (or 0x854DC0) is unknown color: approx Deep Lilac. HEX triplet: 85, 4D and C0. RGB value is (133,77,192). Sum of RGB (Red+Green+Blue) = 133+77+192=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #854DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DC0 is #7AB23F. Grayscale: #6A6A6A. Windows color (decimal): -8041024 or 12602757. OLE color: 12602757.

HSL color Cylindrical-coordinate representation of color #854DC0: hue angle of 269.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854DC0 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13377192-
CMYK0.310.6000.25
HSL269.22º47.72%52.75%-
HSV(B)269.22º59.9%75.29%-
XYZ21.8414.151.44-
YUV106.85176.05146.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=33.08%
G=19.15%
B=47.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133771920.310.6000.25269.2247.7252.75
Hex854DC01F3C01910d3035
Octal20511530037740314156065
Binary1000010110011011100000011111111100011001100001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854DC0; }

 p { color: rgb(133,77,192); }

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

<style>
 a { background-color: #854DC0; }

 a { background-color: rgb(133,77,192); }

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

<style>
 span { border-color: #854DC0; }

 span { border-color: rgb(133,77,192); }

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