#855CA4

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

Shades of Ce Soir #855CA4

Tints of Ce Soir #855CA4

Color information

#855CA4 (or 0x855CA4) is unknown color: approx Ce Soir. HEX triplet: 85, 5C and A4. RGB value is (133,92,164). Sum of RGB (Red+Green+Blue) = 133+92+164=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #855CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CA4 is #7AA35B. Grayscale: #707070. Windows color (decimal): -8037212 or 10771589. OLE color: 10771589.

HSL color Cylindrical-coordinate representation of color #855CA4: hue angle of 274.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855CA4 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13392164-
CMYK0.190.4400.36
HSL274.17º28.35%50.2%-
HSV(B)274.17º43.9%64.31%-
XYZ20.215.3237.01-
YUV112.47157.08142.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=34.19%
G=23.65%
B=42.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133921640.190.4400.36274.1728.3550.2
Hex855CA4132C0241121c32
Octal20513424423540444223462
Binary1000010110111001010010010011101100010010010001001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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