#855CAE

Color #855CAE Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #855CAE

Tints of Ce Soir #855CAE

Color information

#855CAE (or 0x855CAE) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and AE. RGB value is (133,92,174). Sum of RGB (Red+Green+Blue) = 133+92+174=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #855CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAE is #7AA351. Grayscale: #717171. Windows color (decimal): -8037202 or 11426949. OLE color: 11426949.

HSL color Cylindrical-coordinate representation of color #855CAE: hue angle of 270º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855CAE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13392174-
CMYK0.240.4700.32
HSL270º33.61%52.16%-
HSV(B)270º47.13%68.24%-
XYZ21.1415.741.96-
YUV113.61162.08141.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=33.33%
G=23.06%
B=43.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133921740.240.4700.3227033.6152.16
Hex855CAE182F02010e2234
Octal20513425630570404164264
Binary10000101101110010101110110001011110100000100001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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