#855DBF

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

Shades of Lilac Bush #855DBF

Tints of Lilac Bush #855DBF

Color information

#855DBF (or 0x855DBF) is unknown color: approx Lilac Bush. HEX triplet: 85, 5D and BF. RGB value is (133,93,191). Sum of RGB (Red+Green+Blue) = 133+93+191=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #855DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DBF is #7AA240. Grayscale: #737373. Windows color (decimal): -8036929 or 12541317. OLE color: 12541317.

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

Color convert

RGB13393191-
CMYK0.300.5100.25
HSL264.49º43.36%55.69%-
HSV(B)264.49º51.31%74.9%-
XYZ22.9916.5851.28-
YUV116.13170.25140.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 191 (75% from 255) = 45.80%
R=31.89%
G=22.30%
B=45.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133931910.300.5100.25264.4943.3655.69
Hex855DBF1E330191082b38
Octal20513527736630314105370
Binary1000010110111011011111111110110011011001100001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,191); }

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

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

 a { background-color: rgb(133,93,191); }

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

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

 span { border-color: rgb(133,93,191); }

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