#885DAA

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

Shades of Ce Soir #885DAA

Tints of Ce Soir #885DAA

Color information

#885DAA (or 0x885DAA) is unknown color: approx Ce Soir. HEX triplet: 88, 5D and AA. RGB value is (136,93,170). Sum of RGB (Red+Green+Blue) = 136+93+170=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #885DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DAA is #77A255. Grayscale: #727272. Windows color (decimal): -7840342 or 11165064. OLE color: 11165064.

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

Color convert

RGB13693170-
CMYK0.200.4500.33
HSL273.51º31.17%51.57%-
HSV(B)273.51º45.29%66.67%-
XYZ21.3215.9739.99-
YUV114.64159.25143.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=34.09%
G=23.31%
B=42.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136931700.200.4500.33273.5131.1751.57
Hex885DAA142D0211121f34
Octal21013525224550414223764
Binary1000100010111011010101010100101101010000110001001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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