#885CAD

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

Shades of Ce Soir #885CAD

Tints of Ce Soir #885CAD

Color information

#885CAD (or 0x885CAD) is unknown color: approx Ce Soir. HEX triplet: 88, 5C and AD. RGB value is (136,92,173). Sum of RGB (Red+Green+Blue) = 136+92+173=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #885CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CAD is #77A352. Grayscale: #727272. Windows color (decimal): -7840595 or 11361416. OLE color: 11361416.

HSL color Cylindrical-coordinate representation of color #885CAD: hue angle of 272.59º 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 #885CAD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13692173-
CMYK0.210.4700.32
HSL272.59º33.06%51.96%-
HSV(B)272.59º46.82%67.84%-
XYZ21.5215.9141.47-
YUV114.39161.08143.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=33.92%
G=22.94%
B=43.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136921730.210.4700.32272.5933.0651.96
Hex885CAD152F0201112134
Octal21013425525570404214164
Binary10001000101110010101101101011011110100000100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885CAD; }

 p { color: rgb(136,92,173); }

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

<style>
 a { background-color: #885CAD; }

 a { background-color: rgb(136,92,173); }

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

<style>
 span { border-color: #885CAD; }

 span { border-color: rgb(136,92,173); }

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