#855DAE

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

Shades of Ce Soir #855DAE

Tints of Ce Soir #855DAE

Color information

#855DAE (or 0x855DAE) is unknown color: approx Ce Soir. HEX triplet: 85, 5D and AE. RGB value is (133,93,174). Sum of RGB (Red+Green+Blue) = 133+93+174=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #855DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAE is #7AA251. Grayscale: #717171. Windows color (decimal): -8036946 or 11427205. OLE color: 11427205.

HSL color Cylindrical-coordinate representation of color #855DAE: hue angle of 269.63º degrees, saturation: 0.33, 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 #855DAE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13393174-
CMYK0.240.4700.32
HSL269.63º33.33%52.35%-
HSV(B)269.63º46.55%68.24%-
XYZ21.2315.8741.99-
YUV114.19161.75141.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=33.25%
G=23.25%
B=43.5%

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
Decimal133931740.240.4700.32269.6333.3352.35
Hex855DAE182F02010e2134
Octal20513525630570404164164
Binary10000101101110110101110110001011110100000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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