#854DC1

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

Shades of Deep Lilac #854DC1

Tints of Deep Lilac #854DC1

Color information

#854DC1 (or 0x854DC1) is unknown color: approx Deep Lilac. HEX triplet: 85, 4D and C1. RGB value is (133,77,193). Sum of RGB (Red+Green+Blue) = 133+77+193=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #854DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DC1 is #7AB23E. Grayscale: #6A6A6A. Windows color (decimal): -8041023 or 12668293. OLE color: 12668293.

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

Color convert

RGB13377193-
CMYK0.310.6000.24
HSL268.97º48.33%52.94%-
HSV(B)268.97º60.1%75.69%-
XYZ21.9514.1452.03-
YUV106.97176.55146.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=33.00%
G=19.11%
B=47.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133771930.310.6000.24268.9748.3352.94
Hex854DC11F3C01810d3035
Octal20511530137740304156065
Binary1000010110011011100000111111111100011000100001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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