#885DAD

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

Shades of Ce Soir #885DAD

Tints of Ce Soir #885DAD

Color information

#885DAD (or 0x885DAD) is unknown color: approx Ce Soir. HEX triplet: 88, 5D and AD. RGB value is (136,93,173). Sum of RGB (Red+Green+Blue) = 136+93+173=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #885DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DAD is #77A252. Grayscale: #727272. Windows color (decimal): -7840339 or 11361672. OLE color: 11361672.

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

Color convert

RGB13693173-
CMYK0.210.4600.32
HSL272.25º32.79%52.16%-
HSV(B)272.25º46.24%67.84%-
XYZ21.6116.0841.5-
YUV114.98160.75143-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=33.83%
G=23.13%
B=43.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136931730.210.4600.32272.2532.7952.16
Hex885DAD152E0201102134
Octal21013525525560404204164
Binary10001000101110110101101101011011100100000100010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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