#886FA2

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

Shades of Ce Soir #886FA2

Tints of Ce Soir #886FA2

Color information

#886FA2 (or 0x886FA2) is unknown color: approx Ce Soir. HEX triplet: 88, 6F and A2. RGB value is (136,111,162). Sum of RGB (Red+Green+Blue) = 136+111+162=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #886FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA2 is #77905D. Grayscale: #7C7C7C. Windows color (decimal): -7835742 or 10645384. OLE color: 10645384.

HSL color Cylindrical-coordinate representation of color #886FA2: hue angle of 269.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #886FA2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB136111162-
CMYK0.160.3100.36
HSL269.41º21.52%53.53%-
HSV(B)269.41º31.48%63.53%-
XYZ22.3619.2136.71-
YUV124.29149.28136.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 162 (63.67% from 255) = 39.61%
R=33.25%
G=27.14%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361111620.160.3100.36269.4121.5253.53
Hex886FA2101F02410d1636
Octal21015724220370444152666
Binary100010001101111101000101000011111010010010000110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886FA2; }

 p { color: rgb(136,111,162); }

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

<style>
 a { background-color: #886FA2; }

 a { background-color: rgb(136,111,162); }

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

<style>
 span { border-color: #886FA2; }

 span { border-color: rgb(136,111,162); }

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