#885BAA

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

Shades of Ce Soir #885BAA

Tints of Ce Soir #885BAA

Color information

#885BAA (or 0x885BAA) is unknown color: approx Ce Soir. HEX triplet: 88, 5B and AA. RGB value is (136,91,170). Sum of RGB (Red+Green+Blue) = 136+91+170=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #885BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BAA is #77A455. Grayscale: #717171. Windows color (decimal): -7840854 or 11164552. OLE color: 11164552.

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

Color convert

RGB13691170-
CMYK0.200.4600.33
HSL274.18º31.73%51.18%-
HSV(B)274.18º46.47%66.67%-
XYZ21.1515.6239.93-
YUV113.46159.91144.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=34.26%
G=22.92%
B=42.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136911700.200.4600.33274.1831.7351.18
Hex885BAA142E0211122033
Octal21013325224560414224063
Binary10001000101101110101010101001011100100001100010010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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