#855abe

Color #855ABE Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #855ABE

Tints of Lilac Bush #855ABE

Color information

#855ABE (or 0x855ABE) is unknown color: approx Lilac Bush. HEX triplet: 85, 5A and BE. RGB value is (133,90,190). Sum of RGB (Red+Green+Blue) = 133+90+190=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #855ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ABE is #7AA541. Grayscale: #717171. Windows color (decimal): -8037698 or 12475013. OLE color: 12475013.

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

Color convert

RGB13390190-
CMYK0.30.5300.25
HSL265.8º43.48%54.9%-
HSV(B)265.8º52.63%74.51%-
XYZ22.6216.0250.61-
YUV114.26170.75141.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=32.20%
G=21.79%
B=46.00%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133901900.30.5300.25265.843.4854.9
Hex855ABE1E3501910a2b37
Octal20513227636650314125367
Binary1000010110110101011111011110110101011001100001010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855abe; }

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

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

<style>
 a { background-color: #855abe; }

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

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

<style>
 span { border-color: #855abe; }

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

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