#854FC1

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

Shades of Deep Lilac #854FC1

Tints of Deep Lilac #854FC1

Color information

#854FC1 (or 0x854FC1) is unknown color: approx Deep Lilac. HEX triplet: 85, 4F and C1. RGB value is (133,79,193). Sum of RGB (Red+Green+Blue) = 133+79+193=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #854FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FC1 is #7AB03E. Grayscale: #6B6B6B. Windows color (decimal): -8040511 or 12668805. OLE color: 12668805.

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

Color convert

RGB13379193-
CMYK0.310.5900.24
HSL268.42º47.9%53.33%-
HSV(B)268.42º59.07%75.69%-
XYZ22.0914.4352.07-
YUV108.14175.89145.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=32.84%
G=19.51%
B=47.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133791930.310.5900.24268.4247.953.33
Hex854FC11F3B01810c3035
Octal20511730137730304146065
Binary1000010110011111100000111111111011011000100001100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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