#854FC4

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

Shades of Deep Lilac #854FC4

Tints of Deep Lilac #854FC4

Color information

#854FC4 (or 0x854FC4) is unknown color: approx Deep Lilac. HEX triplet: 85, 4F and C4. RGB value is (133,79,196). Sum of RGB (Red+Green+Blue) = 133+79+196=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #854FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FC4 is #7AB03B. Grayscale: #6C6C6C. Windows color (decimal): -8040508 or 12865413. OLE color: 12865413.

HSL color Cylindrical-coordinate representation of color #854FC4: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854FC4 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13379196-
CMYK0.320.6000.23
HSL267.69º49.79%53.92%-
HSV(B)267.69º59.69%76.86%-
XYZ22.4314.5653.85-
YUV108.48177.39145.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=32.60%
G=19.36%
B=48.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133791960.320.6000.23267.6949.7953.92
Hex854FC4203C01710c3236
Octal20511730440740274146266
Binary10000101100111111000100100000111100010111100001100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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