#885FAC

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

Shades of Ce Soir #885FAC

Tints of Ce Soir #885FAC

Color information

#885FAC (or 0x885FAC) is unknown color: approx Ce Soir. HEX triplet: 88, 5F and AC. RGB value is (136,95,172). Sum of RGB (Red+Green+Blue) = 136+95+172=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #885FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FAC is #77A053. Grayscale: #737373. Windows color (decimal): -7839828 or 11296648. OLE color: 11296648.

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

Color convert

RGB13695172-
CMYK0.210.4500.33
HSL271.95º31.69%52.35%-
HSV(B)271.95º44.77%67.45%-
XYZ21.6916.441.05-
YUV116.04159.58142.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=33.75%
G=23.57%
B=42.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136951720.210.4500.33271.9531.6952.35
Hex885FAC152D0211102034
Octal21013725425550414204064
Binary10001000101111110101100101011011010100001100010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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