#886A93

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

Shades of Ce Soir #886A93

Tints of Ce Soir #886A93

Color information

#886A93 (or 0x886A93) is unknown color: approx Ce Soir. HEX triplet: 88, 6A and 93. RGB value is (136,106,147). Sum of RGB (Red+Green+Blue) = 136+106+147=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #886A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A93 is #77956C. Grayscale: #777777. Windows color (decimal): -7837037 or 9661064. OLE color: 9661064.

HSL color Cylindrical-coordinate representation of color #886A93: hue angle of 283.9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886A93 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136106147-
CMYK0.070.2800.42
HSL283.9º16.21%49.61%-
HSV(B)283.9º27.89%57.65%-
XYZ20.5717.6529.93-
YUV119.64143.44139.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=34.96%
G=27.25%
B=37.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361061470.070.2800.42283.916.2149.61
Hex886A9371C02A11c1032
Octal2101522237340524342062
Binary1000100011010101001001111111100010101010001110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,147); }

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

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

 a { background-color: rgb(136,106,147); }

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

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

 span { border-color: rgb(136,106,147); }

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