#885FB3

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

Shades of Ce Soir #885FB3

Tints of Ce Soir #885FB3

Color information

#885FB3 (or 0x885FB3) is unknown color: approx Ce Soir. HEX triplet: 88, 5F and B3. RGB value is (136,95,179). Sum of RGB (Red+Green+Blue) = 136+95+179=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #885FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FB3 is #77A04C. Grayscale: #747474. Windows color (decimal): -7839821 or 11755400. OLE color: 11755400.

HSL color Cylindrical-coordinate representation of color #885FB3: hue angle of 269.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885FB3 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13695179-
CMYK0.240.4700.30
HSL269.29º35.59%53.73%-
HSV(B)269.29º46.93%70.2%-
XYZ22.3816.6744.69-
YUV116.84163.08141.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.17%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 179 (70.31% from 255) = 43.66%
R=33.17%
G=23.17%
B=43.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136951790.240.4700.30269.2935.5953.73
Hex885FB3182F01E10d2436
Octal21013726330570364154466
Binary1000100010111111011001111000101111011110100001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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