#885FB1

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

Shades of Ce Soir #885FB1

Tints of Ce Soir #885FB1

Color information

#885FB1 (or 0x885FB1) is unknown color: approx Ce Soir. HEX triplet: 88, 5F and B1. RGB value is (136,95,177). Sum of RGB (Red+Green+Blue) = 136+95+177=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #885FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FB1 is #77A04E. Grayscale: #747474. Windows color (decimal): -7839823 or 11624328. OLE color: 11624328.

HSL color Cylindrical-coordinate representation of color #885FB1: hue angle of 270º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885FB1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13695177-
CMYK0.230.4600.31
HSL270º34.45%53.33%-
HSV(B)270º46.33%69.41%-
XYZ22.1816.5943.63-
YUV116.61162.08141.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=33.33%
G=23.28%
B=43.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136951770.230.4600.3127034.4553.33
Hex885FB1172E01F10e2235
Octal21013726127560374164265
Binary1000100010111111011000110111101110011111100001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,95,177); }

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

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

 a { background-color: rgb(136,95,177); }

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

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

 span { border-color: rgb(136,95,177); }

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