#855EAE

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

Shades of Ce Soir #855EAE

Tints of Ce Soir #855EAE

Color information

#855EAE (or 0x855EAE) is unknown color: approx Ce Soir. HEX triplet: 85, 5E and AE. RGB value is (133,94,174). Sum of RGB (Red+Green+Blue) = 133+94+174=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #855EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAE is #7AA151. Grayscale: #727272. Windows color (decimal): -8036690 or 11427461. OLE color: 11427461.

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

Color convert

RGB13394174-
CMYK0.240.4600.32
HSL269.25º33.06%52.55%-
HSV(B)269.25º45.98%68.24%-
XYZ21.3216.0542.02-
YUV114.78161.42141-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=33.17%
G=23.44%
B=43.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133941740.240.4600.32269.2533.0652.55
Hex855EAE182E02010d2135
Octal20513625630560404154165
Binary10000101101111010101110110001011100100000100001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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