#854BC1

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

Shades of Deep Lilac #854BC1

Tints of Deep Lilac #854BC1

Color information

#854BC1 (or 0x854BC1) is unknown color: approx Deep Lilac. HEX triplet: 85, 4B and C1. RGB value is (133,75,193). Sum of RGB (Red+Green+Blue) = 133+75+193=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #854BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BC1 is #7AB43E. Grayscale: #696969. Windows color (decimal): -8041535 or 12667781. OLE color: 12667781.

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

Color convert

RGB13375193-
CMYK0.310.6100.24
HSL269.49º48.76%52.55%-
HSV(B)269.49º61.14%75.69%-
XYZ21.8113.8751.98-
YUV105.79177.22147.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=33.17%
G=18.70%
B=48.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133751930.310.6100.24269.4948.7652.55
Hex854BC11F3D01810d3135
Octal20511330137750304156165
Binary1000010110010111100000111111111101011000100001101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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