#855EAA

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

Shades of Ce Soir #855EAA

Tints of Ce Soir #855EAA

Color information

#855EAA (or 0x855EAA) is unknown color: approx Ce Soir. HEX triplet: 85, 5E and AA. RGB value is (133,94,170). Sum of RGB (Red+Green+Blue) = 133+94+170=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #855EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAA is #7AA155. Grayscale: #727272. Windows color (decimal): -8036694 or 11165317. OLE color: 11165317.

HSL color Cylindrical-coordinate representation of color #855EAA: hue angle of 270.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855EAA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13394170-
CMYK0.220.4500.33
HSL270.79º30.89%51.76%-
HSV(B)270.79º44.71%66.67%-
XYZ20.9315.8939.99-
YUV114.32159.42141.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=33.50%
G=23.68%
B=42.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133941700.220.4500.33270.7930.8951.76
Hex855EAA162D02110f1f34
Octal20513625226550414173764
Binary1000010110111101010101010110101101010000110000111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,94,170); }

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

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

 a { background-color: rgb(133,94,170); }

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

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

 span { border-color: rgb(133,94,170); }

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