#855EAB

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

Shades of Ce Soir #855EAB

Tints of Ce Soir #855EAB

Color information

#855EAB (or 0x855EAB) is unknown color: approx Ce Soir. HEX triplet: 85, 5E and AB. RGB value is (133,94,171). Sum of RGB (Red+Green+Blue) = 133+94+171=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #855EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAB is #7AA154. Grayscale: #727272. Windows color (decimal): -8036693 or 11230853. OLE color: 11230853.

HSL color Cylindrical-coordinate representation of color #855EAB: hue angle of 270.39º 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 #855EAB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13394171-
CMYK0.220.4500.33
HSL270.39º31.43%51.96%-
HSV(B)270.39º45.03%67.06%-
XYZ21.0315.9340.5-
YUV114.44159.92141.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=33.42%
G=23.62%
B=42.96%

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
Decimal133941710.220.4500.33270.3931.4351.96
Hex855EAB162D02110e1f34
Octal20513625326550414163764
Binary1000010110111101010101110110101101010000110000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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