#854FBE

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

Shades of Deep Lilac #854FBE

Tints of Deep Lilac #854FBE

Color information

#854FBE (or 0x854FBE) is unknown color: approx Deep Lilac. HEX triplet: 85, 4F and BE. RGB value is (133,79,190). Sum of RGB (Red+Green+Blue) = 133+79+190=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #854FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FBE is #7AB041. Grayscale: #6B6B6B. Windows color (decimal): -8040514 or 12472197. OLE color: 12472197.

HSL color Cylindrical-coordinate representation of color #854FBE: hue angle of 269.19º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854FBE is Cyan = 0.3, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13379190-
CMYK0.30.5800.25
HSL269.19º46.06%52.75%-
HSV(B)269.19º58.42%74.51%-
XYZ21.7614.350.33-
YUV107.8174.39145.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=33.08%
G=19.65%
B=47.26%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133791900.30.5800.25269.1946.0652.75
Hex854FBE1E3A01910d2e35
Octal20511727636720314155665
Binary1000010110011111011111011110111010011001100001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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