#854CBE

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

Shades of Deep Lilac #854CBE

Tints of Deep Lilac #854CBE

Color information

#854CBE (or 0x854CBE) is unknown color: approx Deep Lilac. HEX triplet: 85, 4C and BE. RGB value is (133,76,190). Sum of RGB (Red+Green+Blue) = 133+76+190=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #854CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CBE is #7AB341. Grayscale: #696969. Windows color (decimal): -8041282 or 12471429. OLE color: 12471429.

HSL color Cylindrical-coordinate representation of color #854CBE: hue angle of 270º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854CBE is Cyan = 0.3, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13376190-
CMYK0.30.6000.25
HSL270º46.72%52.16%-
HSV(B)270º60%74.51%-
XYZ21.5513.8750.26-
YUV106.04175.38147.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=33.33%
G=19.05%
B=47.62%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133761900.30.6000.2527046.7252.16
Hex854CBE1E3C01910e2f34
Octal20511427636740314165764
Binary1000010110011001011111011110111100011001100001110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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