#885DAC

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

Shades of Ce Soir #885DAC

Tints of Ce Soir #885DAC

Color information

#885DAC (or 0x885DAC) is unknown color: approx Ce Soir. HEX triplet: 88, 5D and AC. RGB value is (136,93,172). Sum of RGB (Red+Green+Blue) = 136+93+172=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #885DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DAC is #77A253. Grayscale: #727272. Windows color (decimal): -7840340 or 11296136. OLE color: 11296136.

HSL color Cylindrical-coordinate representation of color #885DAC: hue angle of 272.66º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885DAC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13693172-
CMYK0.210.4600.33
HSL272.66º32.24%51.96%-
HSV(B)272.66º45.93%67.45%-
XYZ21.5116.0440.99-
YUV114.86160.25143.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=33.92%
G=23.19%
B=42.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136931720.210.4600.33272.6632.2451.96
Hex885DAC152E0211112034
Octal21013525425560414214064
Binary10001000101110110101100101011011100100001100010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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