#854FBC

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

Shades of Deep Lilac #854FBC

Tints of Deep Lilac #854FBC

Color information

#854FBC (or 0x854FBC) is unknown color: approx Deep Lilac. HEX triplet: 85, 4F and BC. RGB value is (133,79,188). Sum of RGB (Red+Green+Blue) = 133+79+188=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #854FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FBC is #7AB043. Grayscale: #6B6B6B. Windows color (decimal): -8040516 or 12341125. OLE color: 12341125.

HSL color Cylindrical-coordinate representation of color #854FBC: hue angle of 269.72º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854FBC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13379188-
CMYK0.290.5800.26
HSL269.72º44.86%52.35%-
HSV(B)269.72º57.98%73.73%-
XYZ21.5514.2149.18-
YUV107.57173.39146.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 188 (73.83% from 255) = 47%
R=33.25%
G=19.75%
B=47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133791880.290.5800.26269.7244.8652.35
Hex854FBC1D3A01A10e2d34
Octal20511727435720324165564
Binary1000010110011111011110011101111010011010100001110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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