#855CB1

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

Shades of Deep Lilac #855CB1

Tints of Deep Lilac #855CB1

Color information

#855CB1 (or 0x855CB1) is unknown color: approx Deep Lilac. HEX triplet: 85, 5C and B1. RGB value is (133,92,177). Sum of RGB (Red+Green+Blue) = 133+92+177=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #855CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CB1 is #7AA34E. Grayscale: #717171. Windows color (decimal): -8037199 or 11623557. OLE color: 11623557.

HSL color Cylindrical-coordinate representation of color #855CB1: hue angle of 268.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855CB1 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13392177-
CMYK0.250.4800.31
HSL268.94º35.27%52.75%-
HSV(B)268.94º48.02%69.41%-
XYZ21.4415.8243.52-
YUV113.95163.58141.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=33.08%
G=22.89%
B=44.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133921770.250.4800.31268.9435.2752.75
Hex855CB1193001F10d2335
Octal20513426131600374154365
Binary1000010110111001011000111001110000011111100001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,92,177); }

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

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

 a { background-color: rgb(133,92,177); }

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

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

 span { border-color: rgb(133,92,177); }

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